#ifndef __CPPLUGINSMESHSOURCES__CYLINDERSOURCE__H__ #define __CPPLUGINSMESHSOURCES__CYLINDERSOURCE__H__ #include #include namespace cpPluginsMeshSources { /** */ class cpPluginsMeshSources_EXPORT CylinderSource : public cpPlugins::ProcessObject { cpPluginsObject; public: typedef CylinderSource Self; typedef cpPlugins::ProcessObject Superclass; typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; public: itkNewMacro( Self ); itkTypeMacro( CylinderSource, cpPlugins::ProcessObject ); cpPlugins_Id_Macro( CylinderSource, MeshSources ); protected: CylinderSource( ); virtual ~CylinderSource( ); virtual void _GenerateData( ) ITK_OVERRIDE; private: // Purposely not implemented CylinderSource( const Self& ); Self& operator=( const Self& ); }; } // ecapseman #endif // __CPPLUGINSMESHSOURCES__CYLINDERSOURCE__H__ // eof - $RCSfile$