18 #ifndef itkMinMaxCurvatureFlowImageFilter_h
19 #define itkMinMaxCurvatureFlowImageFilter_h
82 template <
typename TInputImage,
typename TOutputImage>
102 using typename Superclass::FiniteDifferenceFunctionType;
103 using typename Superclass::OutputImageType;
110 static constexpr
unsigned int ImageDimension = Superclass::ImageDimension;
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"