X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_UtilsICurve.cxx;h=cc717a08d449fe7f5c91405139f7520976b1a257;hb=5de801b5e40ccbf7761fd4a0f115e117123fb12e;hp=d8b5d2ded840c5b2d22643040b3f651e08333681;hpb=375528a93a880218ddb86dd990ac9e12a42c6282;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_UtilsICurve.cxx b/src/HYDROCurveCreator/CurveCreator_UtilsICurve.cxx index d8b5d2de..cc717a08 100644 --- a/src/HYDROCurveCreator/CurveCreator_UtilsICurve.cxx +++ b/src/HYDROCurveCreator/CurveCreator_UtilsICurve.cxx @@ -23,7 +23,7 @@ const double LOCAL_SELECTION_TOLERANCE = 0.0001; -int CurveCreator_UtilsICurve::findLocalPointIndex( CurveCreator_ICurve* theCurve, +int CurveCreator_UtilsICurve::findLocalPointIndex( const CurveCreator_ICurve* theCurve, int theSectionId, float theX, float theY ) { int aPntIndex = -1; @@ -43,7 +43,7 @@ int CurveCreator_UtilsICurve::findLocalPointIndex( CurveCreator_ICurve* theCurve return aPntIndex; } -void CurveCreator_UtilsICurve::findSectionsToPoints( CurveCreator_ICurve* theCurve, +void CurveCreator_UtilsICurve::findSectionsToPoints( const CurveCreator_ICurve* theCurve, const double theX, const double theY, CurveCreator_ICurve::SectionToPointList& thePoints ) {