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