]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Plugins/IO/MeshReader.h
Intermediary commit
[cpPlugins.git] / lib / cpPlugins / Plugins / IO / MeshReader.h
index f66e07cf0449ddeb912b02acbab8c98956f663d0..7544a243436aa5a3953d75b8e96e2a16b887e5be 100644 (file)
@@ -24,6 +24,9 @@ namespace cpPlugins
     public:
       itkNewMacro( Self );
       itkTypeMacro( MeshReader, cpPluginsInterfaceMeshSource );
+      cpPlugins_Id_Macro(
+        cpPlugins::IO::MeshReader, "MeshReader"
+        );
 
     public:
       virtual bool ExecConfigurationDialog( QWidget* parent );
@@ -44,9 +47,6 @@ namespace cpPlugins
       // Purposely not implemented
       MeshReader( const Self& );
       Self& operator=( const Self& );
-
-    protected:
-      vtkDataReader* m_Reader;
     };
 
     // ---------------------------------------------------------------------