X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Curve.cxx;h=f056b03426ae1b2c486c6de592bacf4d73193df8;hb=1f844eb06506171b54541cc0caf1a0c237fe0dbf;hp=f27cfb2ef807efd86750ec8da738cab674fd5be5;hpb=297574150f5c46ad0196e3e9b459fbc67a13fdd5;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Curve.cxx b/src/HYDROCurveCreator/CurveCreator_Curve.cxx index f27cfb2e..f056b034 100644 --- a/src/HYDROCurveCreator/CurveCreator_Curve.cxx +++ b/src/HYDROCurveCreator/CurveCreator_Curve.cxx @@ -860,6 +860,12 @@ bool CurveCreator_Curve::setPoint( const int theISection, return res; } +//! Set coordinates of specified points from different sections +bool CurveCreator_Curve::setSeveralPoints( const SectionToPointCoordsList &theSectionToPntCoords) +{ + return false; +} + //! For internal use only! Undo/Redo are not used here. bool CurveCreator_Curve::removePointsInternal( const std::vector &theISections, const std::vector &theIPnts ) @@ -904,7 +910,13 @@ bool CurveCreator_Curve::removePoint( const int theISection, const int theIPnt ) return res; } -//======================================================================= +//! Remove several points from different sections with given ids +bool CurveCreator_Curve::removeSeveralPoints( const SectionToPointList &theSectionToPntIDs) +{ + return false; +} + + //======================================================================= // function: getCoordinates // purpose: //=======================================================================