18 #ifndef itkMinMaxCurvatureFlowImageFilter_h
19 #define itkMinMaxCurvatureFlowImageFilter_h
82 template <
typename TInputImage,
typename TOutputImage>
110 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
113 using RadiusType =
typename FiniteDifferenceFunctionType::RadiusType;
121 #ifdef ITK_USE_CONCEPT_CHECKING
141 PrintSelf(std::ostream & os,
Indent indent)
const override;
146 InitializeIteration()
override;
153 #ifndef ITK_MANUAL_INSTANTIATION
154 # include "itkMinMaxCurvatureFlowImageFilter.hxx"