Salome HOME
OCC functionality moving out from the widget
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Curve.hxx
index 0f8e887ffc0948331a314e2786e92d8120e39f69..0981118855dd49a6dc4d328b599dba49ac38e137 100644 (file)
@@ -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: