Salome HOME
Update the names of Regions and Zones if case name changed (Bug #110).
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineXY.cxx
index d2f997940f6daa4b80ab18c93b261f8ea543f6b2..b97af6d579818a26694cc0dd3ce1e6823217f6fd 100755 (executable)
@@ -575,6 +575,12 @@ bool HYDROData_PolylineXY::setPoint( const int                        theISectio
   return true;
 }
 
+//! Set coordinates of specified points from different sections
+bool HYDROData_PolylineXY::setSeveralPoints( const SectionToPointCoordsList &theSectionToPntCoords)
+{
+  return false;
+}
+
 bool HYDROData_PolylineXY::removePoint( const int theISection,
                                         const int theIPnt )
 {
@@ -621,6 +627,12 @@ bool HYDROData_PolylineXY::removePoint( const int theISection,
   return true;
 }
 
+//! Remove several points from different sections with given ids
+bool HYDROData_PolylineXY::removeSeveralPoints( const SectionToPointList &theSectionToPntIDs)
+{
+  return false;
+}
+
 CurveCreator::Coordinates HYDROData_PolylineXY::getPoints( const int theISection ) const
 {
   CurveCreator::Coordinates aResList;