X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FInteraction%2FImageInteractorStyle.h;fp=lib%2FcpExtensions%2FVisualization%2FImageInteractorStyle.h;h=78bf7da38a9952962cc891e0dd8c75d3b91444b7;hb=fdd4f2cec18107de380ebd350cb1019eed7c294c;hp=9048926cb8822f8ead5a697f51f9396a3ba18de7;hpb=5281fb1eda049dd4ca455ec658dd7c74ebc8581c;p=cpPlugins.git diff --git a/lib/cpExtensions/Visualization/ImageInteractorStyle.h b/lib/cpExtensions/Interaction/ImageInteractorStyle.h similarity index 71% rename from lib/cpExtensions/Visualization/ImageInteractorStyle.h rename to lib/cpExtensions/Interaction/ImageInteractorStyle.h index 9048926..78bf7da 100644 --- a/lib/cpExtensions/Visualization/ImageInteractorStyle.h +++ b/lib/cpExtensions/Interaction/ImageInteractorStyle.h @@ -1,7 +1,7 @@ -#ifndef __CPEXTENSIONS__VISUALIZATION__IMAGEINTERACTORSTYLE__H__ -#define __CPEXTENSIONS__VISUALIZATION__IMAGEINTERACTORSTYLE__H__ +#ifndef __CPEXTENSIONS__INTERACTION__IMAGEINTERACTORSTYLE__H__ +#define __CPEXTENSIONS__INTERACTION__IMAGEINTERACTORSTYLE__H__ -#include +#include #include @@ -13,7 +13,7 @@ class vtkImageActor; namespace cpExtensions { - namespace Visualization + namespace Interaction { /** */ @@ -34,7 +34,7 @@ namespace cpExtensions ImageInteractorStyle( ); virtual ~ImageInteractorStyle( ); - virtual bool _PickPosition( double pos[ 3 ] ); + virtual bool _PickPosition( int idx[ 2 ], double pos[ 3 ] ); private: // Purposely not implemented @@ -49,6 +49,6 @@ namespace cpExtensions } // ecapseman -#endif // __CPEXTENSIONS__VISUALIZATION__IMAGEINTERACTORSTYLE__H__ +#endif // __CPEXTENSIONS__INTERACTION__IMAGEINTERACTORSTYLE__H__ // eof - $RCSfile$