Salome HOME
Feature #102: Display of Lambert coordinates.
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Utils.h
index 496946565e31c654885ea5a446941384e6aae635..0182d19b16611005a20cd09fbbcb3325969b7a81 100644 (file)
 #include "CurveCreator_Macro.hxx"
 
 #include <AIS_InteractiveContext.hxx>
+#include <AIS_InteractiveObject.hxx> // TODO: remove
 #include <V3d_View.hxx>
 #include <gp_Pnt.hxx>
 #include <Geom_Curve.hxx>
 #include <TopoDS_Shape.hxx>
 
 #include <list>
+#include <vector> // TODO: remove
 
 class CurveCreator_ICurve;
 
@@ -62,11 +64,9 @@ public:
   /**
    * Generates shape on the curve
    * \param theCurve a curve object, that contains data
-   * \param theISection a curve section index
    * \param theShape a generated shape
    */
   CURVECREATOR_EXPORT static void constructShape( const CurveCreator_ICurve* theCurve,
-                                                  const int theISection,
                                                   TopoDS_Shape& theShape );
 
   /**