]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshReader.h
Merge branch 'master' of ssh://git.creatis.insa-lyon.fr/cpPlugins
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshReader.h
index 224cc039d935f7704b7545592c4e57e138b8ac5c..5f721d203c47935ac9344333e6719fc0b9a013d7 100644 (file)
@@ -25,6 +25,9 @@ namespace cpPlugins
       itkNewMacro( Self );
       itkTypeMacro( MeshReader, cpPluginsInterfaceMeshSource );
 
+    public:
+      virtual bool ExecConfigurationDialog( QWidget* parent );
+
     protected:
       MeshReader( );
       virtual ~MeshReader( );
@@ -41,9 +44,6 @@ namespace cpPlugins
       // Purposely not implemented
       MeshReader( const Self& );
       Self& operator=( const Self& );
-
-    protected:
-      vtkDataReader* m_Reader;
     };
 
     // ---------------------------------------------------------------------