]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Mesh.h
MAC compilation issues solved... Now some tests please
[cpPlugins.git] / lib / cpPlugins / Interface / Mesh.h
index 8754b0e9931bd7ac6fbdbce1d7ac839b6cb033b6..4d1f8fd3494a0146cb1b92398a578d66d373c5ce 100644 (file)
@@ -27,15 +27,16 @@ namespace cpPlugins
       cpPlugins_Id_Macro( Mesh, DataObject );
 
     public:
-      template< class M >
-        inline void SetITK( M* mesh );
-
-      virtual void SetVTK( vtkObject* mesh );
+      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& );