X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FMeshToMeshFilter.h;h=aa3cf1135eab9367ffde6f7820f6df955666e2d2;hb=2361f4f97631e09d88d8a5510a369817dcaa19db;hp=d47197f63126eb876059d0034cf0021c65b5791a;hpb=e561a2fa4dcaee2c544e58385e1ff7d56ba8b051;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/MeshToMeshFilter.h b/lib/cpPlugins/Interface/MeshToMeshFilter.h index d47197f..aa3cf11 100644 --- a/lib/cpPlugins/Interface/MeshToMeshFilter.h +++ b/lib/cpPlugins/Interface/MeshToMeshFilter.h @@ -1,7 +1,7 @@ #ifndef __CPPLUGINS__INTERFACE__MESHTOMESHFILTER__H__ #define __CPPLUGINS__INTERFACE__MESHTOMESHFILTER__H__ -#include +#include #include namespace cpPlugins @@ -10,7 +10,7 @@ namespace cpPlugins { /** */ - class cpPlugins_Interface_EXPORT MeshToMeshFilter + class cpPlugins_EXPORT MeshToMeshFilter : public FilterObject { public: @@ -22,10 +22,6 @@ namespace cpPlugins public: itkTypeMacro( MeshToMeshFilter, FilterObject ); - public: - virtual std::string GetClassName( ) const; - virtual std::string GetClassType( ) const; - protected: MeshToMeshFilter( ); virtual ~MeshToMeshFilter( );