X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPlugins%2FBasicFilters%2FSphereMeshSource.h;fp=lib%2FcpPlugins%2FPlugins%2FBasicFilters%2FSphereMeshSource.h;h=0000000000000000000000000000000000000000;hb=98390bcac544f7f3a6762ce812dda491213d6f13;hp=abaabcd9afa7b400360d2c3a7165f83315a110a7;hpb=b6c7e73ebcce23619daced67f85d9e1364b33f30;p=cpPlugins.git diff --git a/lib/cpPlugins/Plugins/BasicFilters/SphereMeshSource.h b/lib/cpPlugins/Plugins/BasicFilters/SphereMeshSource.h deleted file mode 100644 index abaabcd..0000000 --- a/lib/cpPlugins/Plugins/BasicFilters/SphereMeshSource.h +++ /dev/null @@ -1,47 +0,0 @@ -#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& ); - }; - - } // ecapseman - -} // ecapseman - -#endif // __CPPLUGINS__PLUGINS__SPHEREMESHSOURCE__H__ - -// eof - $RCSfile$