X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FInterface%2FImageToMeshFilter.h;h=f919c96701586df7f4e14e207605d8b44030f73f;hb=6df7b3a0946edcecfe55509d0b77d757d76a35ab;hp=472f47a0ccb9e3bdcc5211a1a269fa71289b98ad;hpb=cb833d2fface96e020fe91584d2206860a8174ee;p=cpPlugins.git diff --git a/lib/cpPlugins/Interface/ImageToMeshFilter.h b/lib/cpPlugins/Interface/ImageToMeshFilter.h index 472f47a..f919c96 100644 --- a/lib/cpPlugins/Interface/ImageToMeshFilter.h +++ b/lib/cpPlugins/Interface/ImageToMeshFilter.h @@ -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( );