#ifndef __CPPLUGINS__PLUGINS__SEEDWIDGET__H__ #define __CPPLUGINS__PLUGINS__SEEDWIDGET__H__ #include #include namespace cpPlugins { namespace Widgets { /** */ class cpPluginsWidgets_EXPORT SeedWidget : public cpPlugins::Interface::ProcessObject { public: typedef SeedWidget Self; typedef cpPlugins::Interface::ProcessObject Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkNewMacro( Self ); itkTypeMacro( SeedWidget, cpPlugins::Interface::ProcessObject ); cpPlugins_Id_Macro( cpPlugins::Widgets::SeedWidget, Widgets ); protected: SeedWidget( ); virtual ~SeedWidget( ); virtual std::string _GenerateData( ); template< class I > inline std::string _GD0( itk::DataObject* image ); private: // Purposely not implemented SeedWidget( const Self& ); Self& operator=( const Self& ); protected: bool m_Configured; }; // --------------------------------------------------------------------- CPPLUGINS_INHERIT_PROVIDER( SeedWidget ); } // ecapseman } // ecapseman #endif // __CPPLUGINS__PLUGINS__SEEDWIDGET__H__ // eof - $RCSfile$