]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Mesh.hxx
XML IO added. Workspace singleton added to simplify pipeline definition and execution.
[cpPlugins.git] / lib / cpPlugins / Interface / Mesh.hxx
index e897f617458dbf0a2ccd6758c568c72002293329..6de611e2faa1fab2b533972521e16a9bc4344ff8 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef __CPPLUGINS__INTERFACE__MESH__HXX__
 #define __CPPLUGINS__INTERFACE__MESH__HXX__
 
-#include <cpPlugins/Interface/Macros.h>
-
 #include <itkMesh.h>
 #include <itkQuadEdgeMesh.h>
 
@@ -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$