X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Curve.hxx;h=0981118855dd49a6dc4d328b599dba49ac38e137;hb=8edd427af3997521bda72ca3c416cc1d490565d5;hp=0f8e887ffc0948331a314e2786e92d8120e39f69;hpb=1e9be94cc5ff4ad886099c507462d5b70f6d71f9;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Curve.hxx b/src/HYDROCurveCreator/CurveCreator_Curve.hxx index 0f8e887f..09811188 100644 --- a/src/HYDROCurveCreator/CurveCreator_Curve.hxx +++ b/src/HYDROCurveCreator/CurveCreator_Curve.hxx @@ -110,11 +110,11 @@ protected: */ virtual bool addEmptyDiff(); +public: // TODO: remove public Handle_AIS_Point getAISPoint( int theISection, int theIPoint ) const; Handle_AIS_Line getAISLine( int theISection, int theIPoint1, int theIPoint2 ) const; -public: // temporary void getCoordinates( int theISection, int theIPoint, double& theX, double& theY, double& theZ ) const; -protected: // temporary +protected: // TODO: remove public void redisplayCurve(); void convert( const SectionToPointList &thePoints, @@ -270,6 +270,7 @@ public: /***********************************************/ virtual ListAISObjects constructWire() const; +public: // TODO: remove void getPoint( const int theSectionId, const int thePointId, gp_Pnt& thePoint ) const; public: