#ifndef __CPEXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__ #define __CPEXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__ #include #include class vtkCellPicker; class vtkSeedWidget; namespace cpExtensions { namespace Visualization { /** */ class cpExtensions_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 #endif // __CPEXTENSIONS__VISUALIZATION__SEEDWIDGETCORRECTOR__H__ // eof - $RCSfile$