]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Interaction/ImageInteractorStyle.h
Getting ready for interactive initialization.
[cpPlugins.git] / lib / cpExtensions / Interaction / ImageInteractorStyle.h
index b63ca90fe65018750a060b412cabf4d8ba9e3476..c18ab724c6ff21584f5bd04f3930c93f8da5fa4e 100644 (file)
@@ -13,6 +13,7 @@
 #include <cpExtensions/Interaction/SeedWidget.h>
 
 // Forward definitions
+class vtkCommand;
 class vtkImageActor;
 
 namespace cpExtensions
@@ -65,6 +66,7 @@ namespace cpExtensions
       // Widgets
       void SeedWidgetOn( );
       void SeedWidgetOff( );
+      void SetSeedWidgetCommand( vtkCommand* cmd );
 
     protected:
       ImageInteractorStyle( );