X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_PolylineXY.h;h=943f4d8ff160647ad975074babba9b09ae6fc3d6;hb=ad8562bab9992101430a6327aa7ca06c71f6d084;hp=93caac614c465601c04a7be55e7988d16633d6a1;hpb=7e825ec456c9331ef0df1cb59865cc55f0d8516a;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_PolylineXY.h b/src/HYDROData/HYDROData_PolylineXY.h index 93caac61..943f4d8f 100644 --- a/src/HYDROData/HYDROData_PolylineXY.h +++ b/src/HYDROData/HYDROData_PolylineXY.h @@ -112,9 +112,15 @@ public: const int theIPnt, const CurveCreator::Coordinates& theCoords ); + //! Set coordinates of specified points from different sections + HYDRODATA_EXPORT virtual bool setSeveralPoints( const SectionToPointCoordsList &theSectionToPntCoords); + //! Remove point with given id HYDRODATA_EXPORT virtual bool removePoint( const int theISection, const int theIPnt = -1 ); + //! Remove several points from different sections with given ids + HYDRODATA_EXPORT virtual bool removeSeveralPoints( const SectionToPointList &theSectionToPntIDs); + /** * Get points of a section (the total points in Curve if theISection is equal to -1).. */