X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=lib%2FcpPlugins%2FBaseWidget.h;h=0d679c0cda296868307aae120261fc4794f97821;hb=73332fee95f5410c46e3b0cff1e2755d5e4a8b71;hp=04de85a7cef7f6e6de1600179278887af24a3694;hpb=1b0022070ff3b5f80f6f8c8b87f73032f5685eaf;p=cpPlugins.git diff --git a/lib/cpPlugins/BaseWidget.h b/lib/cpPlugins/BaseWidget.h index 04de85a..0d679c0 100644 --- a/lib/cpPlugins/BaseWidget.h +++ b/lib/cpPlugins/BaseWidget.h @@ -39,6 +39,11 @@ namespace cpPlugins void SetMPRViewer( TMPRWidget* v ); void SetSingleInteractor( vtkRenderWindowInteractor* i ); + virtual bool IsInteractive( ) ITK_OVERRIDE; + virtual void SetInteractionObjects( + const std::vector< void* >& objs + ) ITK_OVERRIDE; + protected: BaseWidget( ); virtual ~BaseWidget( );