18 #ifndef itkAnisotropicFourthOrderLevelSetImageFilter_h
19 #define itkAnisotropicFourthOrderLevelSetImageFilter_h
82 template<
typename TInputImage,
typename TOutputImage >
113 itkGetConstMacro(MaxFilterIteration,
unsigned int);
114 itkSetMacro(MaxFilterIteration,
unsigned int);
119 virtual void PrintSelf(std::ostream & os,
Indent indent)
const ITK_OVERRIDE;
122 virtual bool Halt() ITK_OVERRIDE
124 if ( this->GetElapsedIterations() == m_MaxFilterIteration )
146 #ifndef ITK_MANUAL_INSTANTIATION
147 #include "itkAnisotropicFourthOrderLevelSetImageFilter.hxx"
LevelSetFunctionWithRefitTerm< TOutputImage, SparseImageType > FunctionType
virtual bool Halt() override
FunctionType::RadiusType RadiusType
SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > Superclass
ConstNeighborhoodIterator< TImageType >::RadiusType RadiusType
Base class for all process objects that output image data.
~AnisotropicFourthOrderLevelSetImageFilter() override
AnisotropicFourthOrderLevelSetImageFilter Self
This class implements the fourth order level set PDE framework.
This class implements the 4th-order level set anisotropic diffusion (smoothing) PDE.
Superclass::SparseImageType SparseImageType
unsigned int m_MaxFilterIteration
This class extends the LevelSetFunction class by adding a grow term based on a target curvature store...
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
FunctionType::Pointer m_Function
SmartPointer< const Self > ConstPointer