]> Creatis software - cpPlugins.git/blobdiff - lib/cpExtensions/Interaction/ImageInteractorStyle.h
Some bugs...
[cpPlugins.git] / lib / cpExtensions / Interaction / ImageInteractorStyle.h
index b63ca90fe65018750a060b412cabf4d8ba9e3476..45a349f8e46ceb42ee8b26b9f0b0bcacbb50acbf 100644 (file)
@@ -13,6 +13,7 @@
 #include <cpExtensions/Interaction/SeedWidget.h>
 
 // Forward definitions
+class vtkCommand;
 class vtkImageActor;
 
 namespace cpExtensions
@@ -65,6 +66,9 @@ namespace cpExtensions
       // Widgets
       void SeedWidgetOn( );
       void SeedWidgetOff( );
+      void SetSeedWidgetCommand( vtkCommand* cmd );
+      unsigned int GetNumberOfSeeds( ) const;
+      void GetSeed( unsigned int id, double pos[ 3 ] ) const;
 
     protected:
       ImageInteractorStyle( );