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