Salome HOME
It removes AIS curve presentation.
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_ICurve.hxx
index 821343e3493f3be387f27b6e715d50309d9c48de..ed6b3c2e42270bdfafb57b330dd4e85b17dace9c 100644 (file)
@@ -179,7 +179,9 @@ public:
   /***********************************************/
   /***       Presentation methods              ***/
   /***********************************************/
-  virtual ListAISObjects constructWire() const = 0;
+  virtual ListAISObjects constructWire() = 0;
+
+  virtual Handle_AIS_InteractiveObject getAISObject() const = 0;
 };
 
 #endif