#ifndef __CPPLUGINS__PLUGINS__CPRFILTER__H__ #define __CPPLUGINS__PLUGINS__CPRFILTER__H__ #include #include namespace cpPlugins { namespace BasicFilters { /** */ class cpPluginsBasicFilters_EXPORT CPRFilter : public cpPlugins::Interface::ImageToImageFilter { public: typedef CPRFilter Self; typedef cpPlugins::Interface::ImageToImageFilter Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkNewMacro( Self ); itkTypeMacro( CPRFilter, cpPluginsInterfaceImageToImageFilter ); cpPlugins_Id_Macro( cpPlugins::BasicFilters::CPRFilter, ImageToImageFilter ); protected: CPRFilter( ); virtual ~CPRFilter( ); virtual std::string _GenerateData( ); template< class I > inline std::string _GD0( itk::DataObject* dobj ); template< class I, class S > inline std::string _GD1( I* image ); private: // Purposely not implemented CPRFilter( const Self& ); Self& operator=( const Self& ); }; } // ecapseman } // ecapseman #endif // __CPPLUGINS__PLUGINS__CPRFILTER__H__ // eof - $RCSfile$