X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FPlugins%2FIO%2FMeshWriter.h;h=9def1356b31c11b7f2ae7ad3f08093a45d485489;hb=8db7a40f2ef8530457959a51a4d2a7f012d0b7a3;hp=cd776f61b7db07bbb9397afc65e264fda0009eb8;hpb=c3c3da5217b6eb255db9c0424f22d4e01250901e;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; }; // ---------------------------------------------------------------------