Salome HOME
Refs #289 - Spline profile is represented in OCC view as polyline profile
[modules/hydro.git] / src / HYDROData / HYDROData_ShapesGroup.h
index 1bf553234cd615f845e558b1add736d4f74f8d10..798437b2150b6207c5955c95570e693f5d455089 100644 (file)
@@ -11,7 +11,7 @@ class TopoDS_Shape;
 DEFINE_STANDARD_HANDLE(HYDROData_ShapesGroup, HYDROData_Entity)
 
 /**\class HYDROData_ShapesGroup
- * \brief  Class that stores/retreives the sequence of shapes.
+ * \brief Class that stores/retreives the sequence of shapes.
  */
 class HYDROData_ShapesGroup : public HYDROData_Entity
 {
@@ -44,25 +44,25 @@ public:
   HYDRODATA_EXPORT virtual bool CanRemove();
 
 public:      
-  // Public methods to work with reference Edges
+  // Public methods to work with reference Shapes
 
   /**
-   * Add new one edge for the group.
+   * Add new one shape for the group.
    */
   HYDRODATA_EXPORT virtual void AddShape( const TopoDS_Shape& theShape );
 
   /**
-   * Sets new sequence of edges for the group.
+   * Sets new sequence of shapes for the group.
    */
   HYDRODATA_EXPORT virtual void SetShapes( const TopTools_SequenceOfShape& theShapes );
 
   /**
-   * Returns all edges of the group.
+   * Returns all shapes of the group.
    */
-  HYDRODATA_EXPORT virtual void GeShapes( TopTools_SequenceOfShape& theShapes ) const;
+  HYDRODATA_EXPORT virtual void GetShapes( TopTools_SequenceOfShape& theShapes ) const;
 
   /**
-   * Removes all edges from the group.
+   * Removes all shapes from the group.
    */
   HYDRODATA_EXPORT virtual void RemoveShapes();