From: adv Date: Thu, 19 Dec 2013 06:06:12 +0000 (+0000) Subject: Minor changes. X-Git-Tag: BR_hydro_v_0_6~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=df8dab16fdc81951add536635285bfadb8a8856d;p=modules%2Fhydro.git Minor changes. --- diff --git a/src/HYDROData/HYDROData_ShapesGroup.h b/src/HYDROData/HYDROData_ShapesGroup.h index e7e86265..798437b2 100644 --- a/src/HYDROData/HYDROData_ShapesGroup.h +++ b/src/HYDROData/HYDROData_ShapesGroup.h @@ -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 GetShapes( TopTools_SequenceOfShape& theShapes ) const; /** - * Removes all edges from the group. + * Removes all shapes from the group. */ HYDRODATA_EXPORT virtual void RemoveShapes();