X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPlugins%2FIO%2FMeshReader.h;h=5f721d203c47935ac9344333e6719fc0b9a013d7;hb=f989f3f91e2a17832652e345928eac26dcfb6d52;hp=224cc039d935f7704b7545592c4e57e138b8ac5c;hpb=b23970017af98ef6617ddf40f225d4d15fa65854;p=cpPlugins.git diff --git a/lib/cpPlugins/Plugins/IO/MeshReader.h b/lib/cpPlugins/Plugins/IO/MeshReader.h index 224cc03..5f721d2 100644 --- a/lib/cpPlugins/Plugins/IO/MeshReader.h +++ b/lib/cpPlugins/Plugins/IO/MeshReader.h @@ -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; }; // ---------------------------------------------------------------------