18 #ifndef itkAnisotropicFourthOrderLevelSetImageFilter_h
19 #define itkAnisotropicFourthOrderLevelSetImageFilter_h
82 template <
typename TInputImage,
typename TOutputImage>
113 itkGetConstMacro(MaxFilterIteration,
unsigned int);
114 itkSetMacro(MaxFilterIteration,
unsigned int);
120 PrintSelf(std::ostream & os,
Indent indent)
const override;
126 if (this->GetElapsedIterations() == m_MaxFilterIteration)
146 #ifndef ITK_MANUAL_INSTANTIATION
147 # include "itkAnisotropicFourthOrderLevelSetImageFilter.hxx"