#include <itkSparseFieldFourthOrderLevelSetImageFilter.h>
Collaboration diagram for itk::NormalBandNode< TImageType >:
Public Types | |
typedef TImageType | LevelSetImageType |
typedef LevelSetImageType::PixelType | NodeValueType |
typedef LevelSetImageType::IndexType | IndexType |
typedef Vector< NodeValueType, ::itk::GetImageDimension< TImageType >::ImageDimension > | NodeDataType |
Public Attributes | |
NodeDataType | m_Data |
NodeDataType | m_InputData |
NodeDataType | m_Update |
NodeDataType | m_ManifoldNormal [::itk::GetImageDimension< TImageType >::ImageDimension] |
NodeDataType | m_Flux [::itk::GetImageDimension< TImageType >::ImageDimension] |
NodeValueType | m_Curvature |
bool | m_CurvatureFlag |
IndexType | m_Index |
NormalBandNode * | Next |
NormalBandNode * | Previous |
Definition at line 37 of file itkSparseFieldFourthOrderLevelSetImageFilter.h.
|
The index type for the scalar image. Definition at line 48 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
The scalar image type. Definition at line 42 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
The definition for the normal vector type of the scalar image. Definition at line 53 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
The pixel type of the scalar image. Expected to be float or double. Definition at line 45 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
Curvature computed from the output normal vectors. Used by LevelSetFunctionWithRefitTerm for its propagation term. Definition at line 74 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
This flag is true if the curvature value at this node is valid, false otherwise. Definition at line 78 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
Container for output data (normal vectors). Definition at line 56 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
Intermediate flux computations used in computing the update. Definition at line 70 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
The position of this node in the sparse image. Definition at line 81 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
Container for a copy of normal vectors before processing. Definition at line 59 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
Container for the manifold normal vector. These are computed once at initialization and later used for computing intrinsic derivatives. Definition at line 67 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
Container for storing update vectors. Definition at line 62 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
Pointers to previous and next nodes in the list. Definition at line 84 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |
|
Definition at line 85 of file itkSparseFieldFourthOrderLevelSetImageFilter.h. |