#include <itkAnisotropicFourthOrderLevelSetImageFilter.h>
Inheritance diagram for itk::AnisotropicFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >:
Public Types | |
typedef AnisotropicFourthOrderLevelSetImageFilter | Self |
typedef SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::SparseImageType | SparseImageType |
typedef LevelSetFunctionWithRefitTerm< TOutputImage, SparseImageType > | FunctionType |
typedef FunctionType::RadiusType | RadiusType |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual unsigned int | GetMaxFilterIteration () |
virtual void | SetMaxFilterIteration (unsigned int _arg) |
Static Public Member Functions | |
Pointer | New () |
Protected Member Functions | |
AnisotropicFourthOrderLevelSetImageFilter () | |
~AnisotropicFourthOrderLevelSetImageFilter () | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual bool | Halt () |
Definition at line 82 of file itkAnisotropicFourthOrderLevelSetImageFilter.h.
|
Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 92 of file itkAnisotropicFourthOrderLevelSetImageFilter.h. |
|
The level set function class with a refit term that forces the curvature of the moving front to match a prescribed curvature image. Definition at line 106 of file itkAnisotropicFourthOrderLevelSetImageFilter.h. |
|
Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 91 of file itkAnisotropicFourthOrderLevelSetImageFilter.h. |
|
The radius type for the neighborhoods. Definition at line 109 of file itkAnisotropicFourthOrderLevelSetImageFilter.h. |
|
Standard class typedefs Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 88 of file itkAnisotropicFourthOrderLevelSetImageFilter.h. |
|
The sparse image type used in LevelSetFunctionWithRefitTerm Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 102 of file itkAnisotropicFourthOrderLevelSetImageFilter.h. |
|
Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. Definition at line 90 of file itkAnisotropicFourthOrderLevelSetImageFilter.h. |
|
|
|
Definition at line 116 of file itkAnisotropicFourthOrderLevelSetImageFilter.h. |
|
|
|
Run-time type information (and related methods) Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. |
|
This filter halts when the iteration count reaches the specified count. Reimplemented from itk::FiniteDifferenceImageFilter< TInputImage, TOutputImage >. Definition at line 120 of file itkAnisotropicFourthOrderLevelSetImageFilter.h. |
|
Standard new macro Reimplemented from itk::SparseFieldLevelSetImageFilter< TInputImage, TOutputImage >. |
|
This method first calls the Superclass InitializeIteration method. Then it determines whether ProcessNormals should be called. Reimplemented from itk::SparseFieldFourthOrderLevelSetImageFilter< TInputImage, TOutputImage >. |
|
|