]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Mesh.hxx
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / lib / cpPlugins / Interface / Mesh.hxx
index 9163971ad774f73f8810b3bd8bdbdcc505b4549a..da891678da571596752fac22fa2e7cdb2046a784 100644 (file)
@@ -13,6 +13,9 @@
     )
 
 // -------------------------------------------------------------------------
+
+#ifndef cpPlugins_Interface_EXPORTS
+
 cpPlugins_Mesh_Import( Mesh, float, 2 );
 cpPlugins_Mesh_Import( Mesh, double, 2 );
 cpPlugins_Mesh_Import( Mesh, float, 3 );
@@ -22,35 +25,17 @@ cpPlugins_Mesh_Import( QuadEdgeMesh, double, 2 );
 cpPlugins_Mesh_Import( QuadEdgeMesh, float, 3 );
 cpPlugins_Mesh_Import( QuadEdgeMesh, double, 3 );
 
+#endif // cpPlugins_Interface_EXPORTS
+
 // -------------------------------------------------------------------------
 template< class M >
 void cpPlugins::Interface::Mesh::
-SetITKMesh( itk::DataObject* object )
+SetITK( itk::Object* object )
 {
   std::cerr << "SetITKMesh: TODO" << std::endl;
   std::exit( 1 );
 }
 
-// -------------------------------------------------------------------------
-template< class M >
-M* cpPlugins::Interface::Mesh::
-GetITKMesh( )
-{
-  std::cerr << "GetITKMesh: TODO" << std::endl;
-  std::exit( 1 );
-  return( NULL );
-}
-
-// -------------------------------------------------------------------------
-template< class M >
-const M* cpPlugins::Interface::Mesh::
-GetITKMesh( ) const
-{
-  std::cerr << "GetITKMesh (const): TODO" << std::endl;
-  std::exit( 1 );
-  return( NULL );
-}
-
 #endif // __CPPLUGINS__INTERFACE__MESH__HXX__
 
 // eof - $RCSfile$