X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPlugins%2FIO%2FMeshReader.h;h=5f721d203c47935ac9344333e6719fc0b9a013d7;hb=6ac43e1cd8b44d2139f5655811a0d16f140b7839;hp=224cc039d935f7704b7545592c4e57e138b8ac5c;hpb=94a44f4cdf4747eccc933df0a9c75ec86e825d2e;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; }; // ---------------------------------------------------------------------