18 #ifndef __itkAnisotropicFourthOrderLevelSetImageFilter_h
19 #define __itkAnisotropicFourthOrderLevelSetImageFilter_h
82 template<
class TInputImage,
class TOutputImage >
113 itkGetConstMacro(MaxFilterIteration,
unsigned int);
114 itkSetMacro(MaxFilterIteration,
unsigned int);
119 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
124 if ( this->GetElapsedIterations() == m_MaxFilterIteration )
138 void operator=(
const Self &);
148 #ifndef ITK_MANUAL_INSTANTIATION
149 #include "itkAnisotropicFourthOrderLevelSetImageFilter.hxx"