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
148 #ifndef ITK_MANUAL_INSTANTIATION
149 #include "itkAnisotropicFourthOrderLevelSetImageFilter.hxx"
virtual void PrintSelf(std::ostream &os, Indent indent) const override
LevelSetFunctionWithRefitTerm< TOutputImage, SparseImageType > FunctionType
virtual bool Halt() override
FunctionType::RadiusType RadiusType
SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > Superclass
ConstNeighborhoodIterator< TImageType >::RadiusType RadiusType
SparseImage< NodeType, itkGetStaticConstMacro(ImageDimension) > SparseImageType
Base class for all process objects that output image data.
AnisotropicFourthOrderLevelSetImageFilter Self
This class implements the fourth order level set PDE framework.
AnisotropicFourthOrderLevelSetImageFilter()
This class implements the 4th-order level set anisotropic diffusion (smoothing) PDE.
~AnisotropicFourthOrderLevelSetImageFilter()
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
void operator=(const Self &)
virtual const IdentifierType & GetElapsedIterations() const
SmartPointer< const Self > ConstPointer