diff --git a/include/itkButterworthFilterFreqImageSource.h b/include/itkButterworthFilterFreqImageSource.h index 65a9594..1546eff 100644 --- a/include/itkButterworthFilterFreqImageSource.h +++ b/include/itkButterworthFilterFreqImageSource.h @@ -40,7 +40,7 @@ class ButterworthFilterFreqImageSource : public GenerateImageSource; /** Run-time type information (and related methods). */ - itkTypeMacro(ButterworthFilterFreqImageSource, GenerateImageSource); + itkOverrideGetNameOfClassMacro(ButterworthFilterFreqImageSource); /** Method for creation through the object factory. */ itkNewMacro(Self); diff --git a/include/itkLogGaborFreqImageSource.h b/include/itkLogGaborFreqImageSource.h index 0952740..4c532e8 100644 --- a/include/itkLogGaborFreqImageSource.h +++ b/include/itkLogGaborFreqImageSource.h @@ -52,7 +52,7 @@ class LogGaborFreqImageSource : public GenerateImageSource using ArrayType = FixedArray; /** Run-time type information (and related methods). */ - itkTypeMacro(LogGaborFreqImageSource, GenerateImageSource); + itkOverrideGetNameOfClassMacro(LogGaborFreqImageSource); /** Method for creation through the object factory. */ itkNewMacro(Self); diff --git a/include/itkPhaseSymmetryImageFilter.h b/include/itkPhaseSymmetryImageFilter.h index cd3b8a2..2dc3905 100644 --- a/include/itkPhaseSymmetryImageFilter.h +++ b/include/itkPhaseSymmetryImageFilter.h @@ -78,7 +78,7 @@ class PhaseSymmetryImageFilter : public ImageToImageFilter using ParametersType = typename Superclass::ParametersType; /** Run-time type information (and related methods). */ - itkTypeMacro(SinusoidImageSource, ParametricImageSource); + itkOverrideGetNameOfClassMacro(SinusoidImageSource); /** Method for creation through the object factory. */ itkNewMacro(Self); diff --git a/include/itkSinusoidSpatialFunction.h b/include/itkSinusoidSpatialFunction.h index 1cacd73..2b20e62 100644 --- a/include/itkSinusoidSpatialFunction.h +++ b/include/itkSinusoidSpatialFunction.h @@ -59,7 +59,7 @@ class SinusoidSpatialFunction : public SpatialFunction using SizeValueType = typename TOutputImage::SizeValueType; /** Run-time type information (and related methods). */ - itkTypeMacro(SteerableFilterFreqImageSource, ImageSource); + itkOverrideGetNameOfClassMacro(SteerableFilterFreqImageSource); /** Method for creation through the object factory. */ itkNewMacro(Self);