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