X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPlugins%2FIO%2FMeshWriter.h;h=9def1356b31c11b7f2ae7ad3f08093a45d485489;hb=2553991938011b002691361f0ed4ae95a552a686;hp=cd776f61b7db07bbb9397afc65e264fda0009eb8;hpb=b23970017af98ef6617ddf40f225d4d15fa65854;p=cpPlugins.git diff --git a/lib/cpPlugins/Plugins/IO/MeshWriter.h b/lib/cpPlugins/Plugins/IO/MeshWriter.h index cd776f6..9def135 100644 --- a/lib/cpPlugins/Plugins/IO/MeshWriter.h +++ b/lib/cpPlugins/Plugins/IO/MeshWriter.h @@ -24,6 +24,9 @@ namespace cpPlugins public: itkNewMacro( Self ); itkTypeMacro( MeshWriter, cpPluginsInterfaceMeshSink ); + cpPlugins_Id_Macro( + cpPlugins::IO::MeshWriter, "MeshWriter" + ); protected: MeshWriter( ); @@ -35,9 +38,6 @@ namespace cpPlugins // Purposely not implemented MeshWriter( const Self& ); Self& operator=( const Self& ); - - protected: - vtkDataWriter* m_Writer; }; // ---------------------------------------------------------------------