X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FInteraction%2FImageInteractorStyle.h;h=ec54f5e33481b3c3acfd25808d0836cd133dd940;hb=e2fb8817731f6231d34941a208e46b36dad425b2;hp=b63ca90fe65018750a060b412cabf4d8ba9e3476;hpb=8e5fd31fd4d280781d8bc27a799361bf9c30b1d4;p=cpPlugins.git diff --git a/lib/cpExtensions/Interaction/ImageInteractorStyle.h b/lib/cpExtensions/Interaction/ImageInteractorStyle.h index b63ca90..ec54f5e 100644 --- a/lib/cpExtensions/Interaction/ImageInteractorStyle.h +++ b/lib/cpExtensions/Interaction/ImageInteractorStyle.h @@ -13,6 +13,7 @@ #include // 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( );