diff --git a/Modules/Core/ImageFunction/include/itkExtrapolateImageFunction.h b/Modules/Core/ImageFunction/include/itkExtrapolateImageFunction.h index 02233ee2b4b..e1d62f69a0f 100644 --- a/Modules/Core/ImageFunction/include/itkExtrapolateImageFunction.h +++ b/Modules/Core/ImageFunction/include/itkExtrapolateImageFunction.h @@ -110,11 +110,6 @@ class ExtrapolateImageFunction protected: ExtrapolateImageFunction() = default; ~ExtrapolateImageFunction() override = default; - void - PrintSelf(std::ostream & os, Indent indent) const override - { - Superclass::PrintSelf(os, indent); - } }; } // end namespace itk diff --git a/Modules/Core/ImageFunction/include/itkVectorInterpolateImageFunction.h b/Modules/Core/ImageFunction/include/itkVectorInterpolateImageFunction.h index 1edc0e9226f..a8a37f5ec86 100644 --- a/Modules/Core/ImageFunction/include/itkVectorInterpolateImageFunction.h +++ b/Modules/Core/ImageFunction/include/itkVectorInterpolateImageFunction.h @@ -137,11 +137,6 @@ class ITK_TEMPLATE_EXPORT VectorInterpolateImageFunction protected: VectorInterpolateImageFunction() = default; ~VectorInterpolateImageFunction() override = default; - void - PrintSelf(std::ostream & os, Indent indent) const override - { - Superclass::PrintSelf(os, indent); - } }; } // end namespace itk diff --git a/Modules/Core/ImageFunction/include/itkVectorNearestNeighborInterpolateImageFunction.h b/Modules/Core/ImageFunction/include/itkVectorNearestNeighborInterpolateImageFunction.h index 343227f28e1..86b1a66b1b6 100644 --- a/Modules/Core/ImageFunction/include/itkVectorNearestNeighborInterpolateImageFunction.h +++ b/Modules/Core/ImageFunction/include/itkVectorNearestNeighborInterpolateImageFunction.h @@ -99,11 +99,6 @@ class ITK_TEMPLATE_EXPORT VectorNearestNeighborInterpolateImageFunction protected: VectorNearestNeighborInterpolateImageFunction() = default; ~VectorNearestNeighborInterpolateImageFunction() override = default; - void - PrintSelf(std::ostream & os, Indent indent) const override - { - Superclass::PrintSelf(os, indent); - } }; } // end namespace itk