18 #ifndef itkRecursiveGaussianImageFilter_h
19 #define itkRecursiveGaussianImageFilter_h
22 #include "ITKSmoothingExport.h"
46 extern ITKSmoothing_EXPORT std::ostream &
50 #if !defined(ITK_LEGACY_REMOVE)
99 template <
typename TInputImage,
typename TOutputImage = TInputImage>
112 using typename Superclass::RealType;
113 using typename Superclass::ScalarRealType;
132 #if !defined(ITK_LEGACY_REMOVE)
182 itkSetMacro(NormalizeAcrossScale,
bool);
183 itkGetConstMacro(NormalizeAcrossScale,
bool);
184 itkBooleanMacro(NormalizeAcrossScale);
212 PrintSelf(std::ostream & os,
Indent indent)
const override;
224 VerifyPreconditions()
const override;
260 ComputeRemainingCoefficients(
bool symmetric);
266 bool m_NormalizeAcrossScale{};
272 #ifndef ITK_MANUAL_INSTANTIATION
273 # include "itkRecursiveGaussianImageFilter.hxx"