#ifndef __CPPLUGINS__INTERFACE__FILTEROBJECT__H__ #define __CPPLUGINS__INTERFACE__FILTEROBJECT__H__ #include #include namespace cpPlugins { namespace Interface { /** */ class cpPlugins_EXPORT FilterObject : public ProcessObject { public: typedef FilterObject Self; typedef ProcessObject Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkTypeMacro( FilterObject, ProcessObject ); protected: FilterObject( ); virtual ~FilterObject( ); private: // Purposely not implemented FilterObject( const Self& ); Self& operator=( const Self& ); }; } // ecapseman } // ecapseman #endif // __CPPLUGINS__INTERFACE__FILTEROBJECT__H__ // eof - $RCSfile$