]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshWriter.h
Widget integration (step 6/6): Interactive architecture finished. Needs to be tested...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshWriter.h
index cd776f61b7db07bbb9397afc65e264fda0009eb8..9def1356b31c11b7f2ae7ad3f08093a45d485489 100644 (file)
@@ -24,6 +24,9 @@ namespace cpPlugins
     public:
       itkNewMacro( Self );
       itkTypeMacro( MeshWriter, cpPluginsInterfaceMeshSink );
+      cpPlugins_Id_Macro(
+        cpPlugins::IO::MeshWriter, "MeshWriter"
+        );
 
     protected:
       MeshWriter( );
@@ -35,9 +38,6 @@ namespace cpPlugins
       // Purposely not implemented
       MeshWriter( const Self& );
       Self& operator=( const Self& );
-
-    protected:
-      vtkDataWriter* m_Writer;
     };
 
     // ---------------------------------------------------------------------