]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshWriter.h
More on graph editor
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshWriter.h
index cd776f61b7db07bbb9397afc65e264fda0009eb8..2dc64a64413d8eabec0af8653a6930312b5700ff 100644 (file)
@@ -24,6 +24,10 @@ namespace cpPlugins
     public:
       itkNewMacro( Self );
       itkTypeMacro( MeshWriter, cpPluginsInterfaceMeshSink );
+      cpPlugins_Id_Macro( cpPlugins::IO::MeshWriter, IO );
+
+    public:
+      virtual DialogResult ExecConfigurationDialog( QWidget* parent );
 
     protected:
       MeshWriter( );
@@ -35,9 +39,6 @@ namespace cpPlugins
       // Purposely not implemented
       MeshWriter( const Self& );
       Self& operator=( const Self& );
-
-    protected:
-      vtkDataWriter* m_Writer;
     };
 
     // ---------------------------------------------------------------------