X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_UtilsICurve.hxx;h=96b4e454ba76d7e104dfa0d39e36a9081f547056;hb=65c66988575cb4fc8de7d838cde08b4731a6e54b;hp=9681552e663fae1dffef0dcff369b0e627c747e0;hpb=bc94f7ba1f12d74aee550ceae01684f1438bd8ac;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_UtilsICurve.hxx b/src/HYDROCurveCreator/CurveCreator_UtilsICurve.hxx index 9681552e..96b4e454 100644 --- a/src/HYDROCurveCreator/CurveCreator_UtilsICurve.hxx +++ b/src/HYDROCurveCreator/CurveCreator_UtilsICurve.hxx @@ -24,6 +24,8 @@ #include "CurveCreator_ICurve.hxx" +#include + #include #include @@ -36,10 +38,10 @@ public: * \param theX the X coordinate of the point * \param theY the Y coordinate of the point */ - CURVECREATOR_EXPORT static int findLocalPointIndex( CurveCreator_ICurve* theCurve, + CURVECREATOR_EXPORT static int findLocalPointIndex( const CurveCreator_ICurve* theCurve, int theSectionId, float theX, float theY ); - CURVECREATOR_EXPORT static void findSectionsToPoints( CurveCreator_ICurve* theCurve, + CURVECREATOR_EXPORT static void findSectionsToPoints( const CurveCreator_ICurve* theCurve, const double theX, const double theY, CurveCreator_ICurve::SectionToPointList& thePoints ); CURVECREATOR_EXPORT static void convert( const CurveCreator_ICurve::SectionToPointList& thePoints,