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