Salome HOME
Update the names of Regions and Zones if case name changed (Bug #110).
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineXY.h
index 93caac614c465601c04a7be55e7988d16633d6a1..943f4d8ff160647ad975074babba9b09ae6fc3d6 100644 (file)
@@ -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)..
    */