X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_ICurve.hxx;h=40696e9bebe51e741207ff1852a71f72a42c7830;hb=65c66988575cb4fc8de7d838cde08b4731a6e54b;hp=821343e3493f3be387f27b6e715d50309d9c48de;hpb=75557602225e6f15d0ce28b6b76f00ee04e047ea;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_ICurve.hxx b/src/HYDROCurveCreator/CurveCreator_ICurve.hxx index 821343e3..40696e9b 100644 --- a/src/HYDROCurveCreator/CurveCreator_ICurve.hxx +++ b/src/HYDROCurveCreator/CurveCreator_ICurve.hxx @@ -26,8 +26,9 @@ #include "CurveCreator_Macro.hxx" #include #include +#include -#include +class Handle_AIS_InteractiveObject; namespace CurveCreator { @@ -57,8 +58,6 @@ namespace CurveCreator class CURVECREATOR_EXPORT CurveCreator_ICurve { public: - typedef std::vector ListAISObjects; - typedef std::pair SectionToPoint; typedef std::deque SectionToPointList; @@ -179,7 +178,12 @@ public: /***********************************************/ /*** Presentation methods ***/ /***********************************************/ - virtual ListAISObjects constructWire() const = 0; + + virtual Handle_AIS_InteractiveObject getAISObject( const bool theNeedToBuild = false ) const = 0; + +protected: + virtual void constructAISObject() = 0; + }; #endif