]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshWriter.h
More tree visualization
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshWriter.h
index cd776f61b7db07bbb9397afc65e264fda0009eb8..c97509df79eb2b20d5d100a9a9a661d2da9691f9 100644 (file)
@@ -24,6 +24,12 @@ namespace cpPlugins
     public:
       itkNewMacro( Self );
       itkTypeMacro( MeshWriter, cpPluginsInterfaceMeshSink );
+      cpPlugins_Id_Macro(
+        cpPlugins::IO::MeshWriter, "MeshWriter"
+        );
+
+    public:
+      virtual bool ExecConfigurationDialog( QWidget* parent );
 
     protected:
       MeshWriter( );
@@ -35,9 +41,6 @@ namespace cpPlugins
       // Purposely not implemented
       MeshWriter( const Self& );
       Self& operator=( const Self& );
-
-    protected:
-      vtkDataWriter* m_Writer;
     };
 
     // ---------------------------------------------------------------------