X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FcpPlugins%2FInterface%2FImageToMeshFilter.h;h=499a5e9c2272f0685aaad478d4b971a29ad41adf;hb=2361f4f97631e09d88d8a5510a369817dcaa19db;hp=472f47a0ccb9e3bdcc5211a1a269fa71289b98ad;hpb=cb833d2fface96e020fe91584d2206860a8174ee;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/ImageToMeshFilter.h b/lib/cpPlugins/Interface/ImageToMeshFilter.h index 472f47a..499a5e9 100644 --- a/lib/cpPlugins/Interface/ImageToMeshFilter.h +++ b/lib/cpPlugins/Interface/ImageToMeshFilter.h @@ -1,7 +1,7 @@ #ifndef __CPPLUGINS__INTERFACE__IMAGETOMESHFILTER__H__ #define __CPPLUGINS__INTERFACE__IMAGETOMESHFILTER__H__ -#include +#include #include namespace cpPlugins @@ -10,7 +10,7 @@ namespace cpPlugins { /** */ - class cpPlugins_Interface_EXPORT ImageToMeshFilter + class cpPlugins_EXPORT ImageToMeshFilter : public FilterObject { public: @@ -19,16 +19,9 @@ namespace cpPlugins typedef itk::SmartPointer< Self > Pointer; typedef itk::SmartPointer< const Self > ConstPointer; - typedef Superclass::TParameter TParameter; - typedef Superclass::TParameters TParameters; - public: itkTypeMacro( ImageToMeshFilter, FilterObject ); - public: - virtual std::string GetClassName( ) const; - virtual std::string GetClassType( ) const; - protected: ImageToMeshFilter( ); virtual ~ImageToMeshFilter( );