X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Displayer.h;h=fcd280569eaefe2b4dd4cd9872905b80ab903d9c;hb=1e9be94cc5ff4ad886099c507462d5b70f6d71f9;hp=92ed520bfb38e94d838457c8cbfbbda6d3b5d5e6;hpb=f421395e52587dca27a63b18170f2c7e6daa6b9f;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Displayer.h b/src/HYDROCurveCreator/CurveCreator_Displayer.h index 92ed520b..fcd28056 100644 --- a/src/HYDROCurveCreator/CurveCreator_Displayer.h +++ b/src/HYDROCurveCreator/CurveCreator_Displayer.h @@ -16,6 +16,8 @@ public: CurveCreator_Displayer(Handle_AIS_InteractiveContext theContext ); ~CurveCreator_Displayer(void); + Handle_AIS_InteractiveContext getAISContext() { return myContext; } + void display( AISObjectsList theCurveObjects, bool isUpdate ); void erase( bool isUpdate ); void highlight( const AISObjectsList& theObjects, bool isHL );