X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FMesh.h;fp=lib%2FcpPlugins%2FInterface%2FMesh.h;h=92c3c452e378fdd4598d0059855a0a616f4b6ba4;hb=a02d2e4b730e0a8c7709856c9c47eb7ad19edda0;hp=b2fe92302d84c810a20276a0e784320eb5f02f29;hpb=584e1bc8ecb0568639e1843f616408e28d4c6257;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Mesh.h b/lib/cpPlugins/Interface/Mesh.h index b2fe923..92c3c45 100644 --- a/lib/cpPlugins/Interface/Mesh.h +++ b/lib/cpPlugins/Interface/Mesh.h @@ -4,12 +4,6 @@ #include #include -#include -#include -#include -#include -#include - namespace cpPlugins { namespace Interface @@ -38,10 +32,6 @@ namespace cpPlugins virtual void SetVTK( vtkObject* mesh ); - virtual void CreateVTKActor( ); - virtual vtkActor* GetVTKActor( ); - virtual const vtkActor* GetVTKActor( ) const; - protected: Mesh( ); virtual ~Mesh( ); @@ -50,12 +40,6 @@ namespace cpPlugins // Purposely not implemented Mesh( const Self& ); Self& operator=( const Self& ); - - protected: - vtkSmartPointer< vtkPolyDataNormals > m_Normals; - vtkSmartPointer< vtkStripper > m_Stripper; - vtkSmartPointer< vtkPolyDataMapper > m_Mapper; - vtkSmartPointer< vtkQuadricLODActor > m_Actor; }; } // ecapseman