X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_PolylineXY.cxx;h=b97af6d579818a26694cc0dd3ce1e6823217f6fd;hb=ad8562bab9992101430a6327aa7ca06c71f6d084;hp=d2f997940f6daa4b80ab18c93b261f8ea543f6b2;hpb=7e825ec456c9331ef0df1cb59865cc55f0d8516a;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_PolylineXY.cxx b/src/HYDROData/HYDROData_PolylineXY.cxx index d2f99794..b97af6d5 100755 --- a/src/HYDROData/HYDROData_PolylineXY.cxx +++ b/src/HYDROData/HYDROData_PolylineXY.cxx @@ -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;