]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshWriter.h
...
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshWriter.h
index c97509df79eb2b20d5d100a9a9a661d2da9691f9..26c92d5d9640bf4df689bc00f1de1b5ad5da5381 100644 (file)
@@ -24,12 +24,7 @@ namespace cpPlugins
     public:
       itkNewMacro( Self );
       itkTypeMacro( MeshWriter, cpPluginsInterfaceMeshSink );
-      cpPlugins_Id_Macro(
-        cpPlugins::IO::MeshWriter, "MeshWriter"
-        );
-
-    public:
-      virtual bool ExecConfigurationDialog( QWidget* parent );
+      cpPlugins_Id_Macro( cpPlugins::IO::MeshWriter, IO );
 
     protected:
       MeshWriter( );
@@ -43,9 +38,6 @@ namespace cpPlugins
       Self& operator=( const Self& );
     };
 
-    // ---------------------------------------------------------------------
-    CPPLUGINS_INHERIT_PROVIDER( MeshWriter );
-
   } // ecapseman
 
 } // ecapseman