X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpPlugins%2FInterface%2FMesh.h;fp=lib%2FcpPlugins%2FInterface%2FMesh.h;h=0000000000000000000000000000000000000000;hb=98390bcac544f7f3a6762ce812dda491213d6f13;hp=4d1f8fd3494a0146cb1b92398a578d66d373c5ce;hpb=b6c7e73ebcce23619daced67f85d9e1364b33f30;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Mesh.h b/lib/cpPlugins/Interface/Mesh.h deleted file mode 100644 index 4d1f8fd..0000000 --- a/lib/cpPlugins/Interface/Mesh.h +++ /dev/null @@ -1,54 +0,0 @@ -#ifndef __CPPLUGINS__INTERFACE__MESH__H__ -#define __CPPLUGINS__INTERFACE__MESH__H__ - -#include - -// Some forward declarations -class vtkObject; - -namespace cpPlugins -{ - namespace Interface - { - /** - */ - class cpPlugins_Interface_EXPORT Mesh - : public DataObject - { - public: - typedef Mesh Self; - typedef DataObject Superclass; - typedef itk::SmartPointer< Self > Pointer; - typedef itk::SmartPointer< const Self > ConstPointer; - - public: - itkNewMacro( Self ); - itkTypeMacro( Mesh, DataObject ); - cpPlugins_Id_Macro( Mesh, DataObject ); - - public: - virtual void SetITK( itk::LightObject* o ); - virtual void SetVTK( vtkObjectBase* o ); - - protected: - Mesh( ); - virtual ~Mesh( ); - - template< class M > - inline void _ITK_2_VTK( itk::LightObject* o ); - - private: - // Purposely not implemented - Mesh( const Self& ); - Self& operator=( const Self& ); - }; - - } // ecapseman - -} // ecapseman - -#include - -#endif // __CPPLUGINS__INTERFACE__MESH__H__ - -// eof - $RCSfile$