]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/BaseWidget.h
More plugins added
[cpPlugins.git] / lib / cpPlugins / BaseWidget.h
index 04de85a7cef7f6e6de1600179278887af24a3694..0d679c0cda296868307aae120261fc4794f97821 100644 (file)
@@ -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( );