X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpExtensions%2FInteraction%2FSeedWidget.h;fp=lib%2FcpExtensions%2FInteraction%2FSeedWidget.h;h=0000000000000000000000000000000000000000;hb=2e142df11d6f312a2a2b5097b8da73571ed523e8;hp=858218b2657b306cc72624d3f46c0ead0061e47a;hpb=61b3659afe961ed248f30e26f9ca8f28fcfafddc;p=cpPlugins.git diff --git a/lib/cpExtensions/Interaction/SeedWidget.h b/lib/cpExtensions/Interaction/SeedWidget.h deleted file mode 100644 index 858218b..0000000 --- a/lib/cpExtensions/Interaction/SeedWidget.h +++ /dev/null @@ -1,63 +0,0 @@ -#ifndef __cpExtensions__Interaction__SeedWidget__h__ -#define __cpExtensions__Interaction__SeedWidget__h__ - -#include -#include -#include - -namespace cpExtensions -{ - namespace Interaction - { - /** - */ - class cpExtensions_EXPORT SeedWidget - : public vtkSeedWidget - { - public: - typedef SeedWidget Self; - vtkTypeMacro( SeedWidget, vtkSeedWidget ); - - typedef cpExtensions::Interaction::BaseStyle TBaseStyle; - - public: - static Self* New( ); - - virtual void SetInteractor( - vtkRenderWindowInteractor* rwi - ) cpExtensions_OVERRIDE; - - protected: - SeedWidget( ); - virtual ~SeedWidget( ); - - static void _AddPointAction( vtkAbstractWidget* wdg ); - static void _CompletedAction( vtkAbstractWidget* wdg ); - static void _MoveAction( vtkAbstractWidget* wdg ); - static void _EndSelectAction( vtkAbstractWidget* wdg ); - static void _DeleteAction( vtkAbstractWidget* wdg ); - - /* TODO - static void _Click( - void* data, const TBaseStyle::ButtonID& button, - int* idx, double* pos, bool alt, bool ctr, bool sft - ); - static void _DoubleClick( - void* data, const TBaseStyle::ButtonID& button, - int* idx, double* pos, bool alt, bool ctr, bool sft - ); - */ - - private: - // Purposely not implemented - SeedWidget( const Self& ); - Self& operator=( const Self& ); - }; - - } // ecapseman - -} // ecapseman - -#endif // __cpExtensions__Interaction__SeedWidget__h__ - -// eof - $RCSfile$