18 #ifndef __itkIsotropicFourthOrderLevelSetImageFilter_h
19 #define __itkIsotropicFourthOrderLevelSetImageFilter_h
73 template<
class TInputImage,
class TOutputImage >
103 itkGetConstMacro(MaxFilterIteration,
unsigned int);
104 itkSetMacro(MaxFilterIteration,
unsigned int);
108 virtual void PrintSelf(std::ostream & os,
Indent indent)
const;
119 if ( this->GetElapsedIterations() == m_MaxFilterIteration ) {
return true; }
120 else {
return false; }
127 void operator=(
const Self &);
131 #ifndef ITK_MANUAL_INSTANTIATION
132 #include "itkIsotropicFourthOrderLevelSetImageFilter.hxx"