]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshWriter.h
...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshWriter.h
index cd776f61b7db07bbb9397afc65e264fda0009eb8..26c92d5d9640bf4df689bc00f1de1b5ad5da5381 100644 (file)
@@ -24,6 +24,7 @@ namespace cpPlugins
     public:
       itkNewMacro( Self );
       itkTypeMacro( MeshWriter, cpPluginsInterfaceMeshSink );
+      cpPlugins_Id_Macro( cpPlugins::IO::MeshWriter, IO );
 
     protected:
       MeshWriter( );
@@ -35,14 +36,8 @@ namespace cpPlugins
       // Purposely not implemented
       MeshWriter( const Self& );
       Self& operator=( const Self& );
-
-    protected:
-      vtkDataWriter* m_Writer;
     };
 
-    // ---------------------------------------------------------------------
-    CPPLUGINS_INHERIT_PROVIDER( MeshWriter );
-
   } // ecapseman
 
 } // ecapseman