18 #ifndef itkIsotropicFourthOrderLevelSetImageFilter_h
19 #define itkIsotropicFourthOrderLevelSetImageFilter_h
73 template <
typename TInputImage,
typename TOutputImage>
103 itkGetConstMacro(MaxFilterIteration,
unsigned int);
104 itkSetMacro(MaxFilterIteration,
unsigned int);
110 PrintSelf(std::ostream & os,
Indent indent)
const override;
122 if (this->GetElapsedIterations() == m_MaxFilterIteration)
135 #ifndef ITK_MANUAL_INSTANTIATION
136 # include "itkIsotropicFourthOrderLevelSetImageFilter.hxx"