X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Curve.hxx;h=adcfc87a8f6f8e21448d463583bfbcb14ae5597a;hb=8e79913fc37eacbd1edf9dc08632b6f8bc7250d8;hp=209e6a7ca7354ff2b1d09089ca9d263bbcde3bc4;hpb=a8fc21e48db08ba3de63519dcae1a8e3fe560ee4;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Curve.hxx b/src/HYDROCurveCreator/CurveCreator_Curve.hxx index 209e6a7c..adcfc87a 100644 --- a/src/HYDROCurveCreator/CurveCreator_Curve.hxx +++ b/src/HYDROCurveCreator/CurveCreator_Curve.hxx @@ -41,7 +41,7 @@ class Handle_AIS_InteractiveObject; * The CurveCreator_Curve object is represented as one or more sets of * connected points; thus CurveCreator_Curve object can contain several * not connected curves (polylines or b-splines), each such curve has two - * only ends � start and end points � in other words non-manifold curves + * only ends "start and end points" in other words non-manifold curves * are not supported. */ class CURVECREATOR_EXPORT CurveCreator_Curve : public CurveCreator_ICurve @@ -298,6 +298,12 @@ protected: protected: virtual void constructAISObject(); + /** + * Returns the section by the section index or NULL if the index is out of the section + * list range + * \param theSectionId the section index + */ + CurveCreator_Section* getSection( const int theSectionId ) const; protected: bool mySkipSorting;