#ifndef __CPPLUGINS__EXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__ #define __CPPLUGINS__EXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__ #include #include class vtkCellPicker; class vtkSeedWidget; namespace cpPlugins { namespace Extensions { namespace Visualization { /** */ class cpPlugins_Extensions_EXPORT SeedWidgetCorrector : public vtkCommand { public: static SeedWidgetCorrector* New( ); void Configure( vtkCellPicker* picker ); virtual void Execute( vtkObject* caller, unsigned long eventId, void* arguments ); protected: SeedWidgetCorrector( ); virtual ~SeedWidgetCorrector( ); protected: vtkCellPicker* m_Picker; }; } // ecapseman } // ecapseman } // ecapseman #endif // __CPPLUGINS__EXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__ // eof - $RCSfile$