#ifndef __CPPLUGINSIMAGEFILTERS__BINARYDILATEPARAIMAGEFILTER__H__ #define __CPPLUGINSIMAGEFILTERS__BINARYDILATEPARAIMAGEFILTER__H__ #include #include namespace cpPluginsImageFilters { /** */ class cpPluginsImageFilters_EXPORT BinaryDilateParaImageFilter : public cpPlugins::ProcessObject { public: typedef BinaryDilateParaImageFilter Self; typedef cpPlugins::ProcessObject Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkNewMacro( Self ); itkTypeMacro( BinaryDilateParaImageFilter, cpPlugins::ProcessObject ); cpPlugins_Id_Macro( BinaryDilateParaImageFilter, ImageFilters ); protected: BinaryDilateParaImageFilter( ); virtual ~BinaryDilateParaImageFilter( ); virtual void _GenerateData( ) ITK_OVERRIDE; template< class _TInputImage > inline void _GD0( _TInputImage* input_image ); private: // Purposely not implemented BinaryDilateParaImageFilter( const Self& ); Self& operator=( const Self& ); }; } // ecapseman #endif // __CPPLUGINSIMAGEFILTERS__BINARYDILATEPARAIMAGEFILTER__H__ // eof - $RCSfile$