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