#ifndef __FPAPLUGINS__ALLPIXELSIMAGEGROWFUNCTIONSOURCE__H__ #define __FPAPLUGINS__ALLPIXELSIMAGEGROWFUNCTIONSOURCE__H__ #include #include namespace fpaPlugins { /** */ class fpaPlugins_EXPORT AllPixelsImageGrowFunctionSource : public cpPlugins::Interface::ProcessObject { public: typedef AllPixelsImageGrowFunctionSource Self; typedef cpPlugins::Interface::ProcessObject Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkNewMacro( Self ); itkTypeMacro( AllPixelsImageGrowFunctionSource, cpPlugins::Interface::ProcessObject ); cpPlugins_Id_Macro( AllPixelsImageGrowFunctionSource, FrontPropagationFunctors ); protected: AllPixelsImageGrowFunctionSource( ); virtual ~AllPixelsImageGrowFunctionSource( ); virtual std::string _GenerateData( ); template< class I > std::string _GD0( itk::DataObject* data ); private: // Purposely not implemented. AllPixelsImageGrowFunctionSource( const Self& other ); Self& operator=( const Self& other ); }; // --------------------------------------------------------------------- CPPLUGINS_INHERIT_PROVIDER( AllPixelsImageGrowFunctionSource ); } // ecapseman #endif // __FPAPLUGINS__ALLPIXELSIMAGEGROWFUNCTIONSOURCE__H__ // eof - $RCSfile$