#ifndef __CPPLUGINS__PLUGINS__SPHEREMESHSOURCE__H__ #define __CPPLUGINS__PLUGINS__SPHEREMESHSOURCE__H__ #include #include namespace cpPlugins { namespace BasicFilters { /** */ class cpPluginsBasicFilters_EXPORT SphereMeshSource : public cpPlugins::Interface::MeshSource { public: typedef SphereMeshSource Self; typedef cpPlugins::Interface::MeshSource Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkNewMacro( Self ); itkTypeMacro( SphereMeshSource, cpPluginsInterfaceMeshSource ); cpPlugins_Id_Macro( cpPlugins::BasicFilters::SphereMeshSource, MeshSource ); protected: SphereMeshSource( ); virtual ~SphereMeshSource( ); virtual std::string _GenerateData( ); private: // Purposely not implemented SphereMeshSource( const Self& ); Self& operator=( const Self& ); }; // --------------------------------------------------------------------- CPPLUGINS_INHERIT_PROVIDER( SphereMeshSource ); } // ecapseman } // ecapseman #endif // __CPPLUGINS__PLUGINS__SPHEREMESHSOURCE__H__ // eof - $RCSfile$