18 #ifndef itkUnsharpMaskLevelSetImageFilter_h
19 #define itkUnsharpMaskLevelSetImageFilter_h
66 template <
typename TInputImage,
typename TOutputImage>
87 using typename Superclass::SparseImageType;
96 itkGetConstMacro(MaxFilterIteration,
unsigned int);
97 itkSetMacro(MaxFilterIteration,
unsigned int);
103 PrintSelf(std::ostream & os,
Indent indent)
const override;
109 unsigned int m_MaxFilterIteration{};
115 if (this->GetElapsedIterations() == m_MaxFilterIteration)
128 #ifndef ITK_MANUAL_INSTANTIATION
129 # include "itkUnsharpMaskLevelSetImageFilter.hxx"