X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FMesh.hxx;h=6de611e2faa1fab2b533972521e16a9bc4344ff8;hb=f654620df52b811be7bd263a1775c93d29c69a65;hp=e897f617458dbf0a2ccd6758c568c72002293329;hpb=54e12e973942f6ddfe6c606acf2fd93480ca6165;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/Mesh.hxx b/lib/cpPlugins/Interface/Mesh.hxx index e897f61..6de611e 100644 --- a/lib/cpPlugins/Interface/Mesh.hxx +++ b/lib/cpPlugins/Interface/Mesh.hxx @@ -1,8 +1,6 @@ #ifndef __CPPLUGINS__INTERFACE__MESH__HXX__ #define __CPPLUGINS__INTERFACE__MESH__HXX__ -#include - #include #include @@ -30,32 +28,12 @@ cpPlugins_Mesh_Import( QuadEdgeMesh, double, 3 ); // ------------------------------------------------------------------------- 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$