X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpExtensions%2FInteraction%2FImageInteractorStyle.h;h=ec54f5e33481b3c3acfd25808d0836cd133dd940;hb=19a9e1774044cc32c415ad38695800c1d169820d;hp=45a349f8e46ceb42ee8b26b9f0b0bcacbb50acbf;hpb=4c53d95faa6a9ece8c1daa0e64df8d0007b0cfa4;p=cpPlugins.git diff --git a/lib/cpExtensions/Interaction/ImageInteractorStyle.h b/lib/cpExtensions/Interaction/ImageInteractorStyle.h index 45a349f..ec54f5e 100644 --- a/lib/cpExtensions/Interaction/ImageInteractorStyle.h +++ b/lib/cpExtensions/Interaction/ImageInteractorStyle.h @@ -68,7 +68,8 @@ namespace cpExtensions void SeedWidgetOff( ); void SetSeedWidgetCommand( vtkCommand* cmd ); unsigned int GetNumberOfSeeds( ) const; - void GetSeed( unsigned int id, double pos[ 3 ] ) const; + void GetSeedAsPoint( unsigned int id, double pos[ 3 ] ) const; + void GetSeedAsIndex( unsigned int id, int pos[ 3 ] ) const; protected: ImageInteractorStyle( );