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