X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FMesh.hxx;h=da891678da571596752fac22fa2e7cdb2046a784;hb=4f9005fe71854d7cff6ab68e48627989a6d1fbc8;hp=9163971ad774f73f8810b3bd8bdbdcc505b4549a;hpb=75740198fa0c55f8fdcd8b33ddff00071c893a94;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Mesh.hxx b/lib/cpPlugins/Interface/Mesh.hxx index 9163971..da89167 100644 --- a/lib/cpPlugins/Interface/Mesh.hxx +++ b/lib/cpPlugins/Interface/Mesh.hxx @@ -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$