#include <itkLevelSet.h>
Public Types | |
typedef AuxVarTypeDefault | Self |
typedef TPixel | AuxValueType |
typedef Vector< TPixel, VAuxDimension > | AuxValueVectorType |
typedef VectorContainer< unsigned int, AuxValueVectorType > | AuxValueContainer |
typedef Image< AuxValueType, VSetDimension > | AuxImageType |
typedef AuxImageType::Pointer | AuxImagePointer |
typedef AuxImageType::ConstPointer | AuxImageConstPointer |
Public Member Functions | |
itkStaticConstMacro (AuxDimension, unsigned int, VAuxDimension) | |
itkStaticConstMacro (SetDimension, unsigned int, VSetDimension) |
A AuxValueContainer contains a collection of auxiliary values vectors. It is used in conjunction with LevelSetTypeDefault::NodeContainer to represent auxiliary variable values in a group or collection of level set nodes or grid positions.
Definition at line 184 of file itkLevelSet.h.
|
Definition at line 210 of file itkLevelSet.h. |
|
AuxImagePointer typedef support. Definition at line 209 of file itkLevelSet.h. |
|
AuxImage typdef support. Definition at line 206 of file itkLevelSet.h. |
|
AuxContainer typdef support. Definition at line 203 of file itkLevelSet.h. |
|
PixelType typedef support. Definition at line 191 of file itkLevelSet.h. |
|
AuxVector typedef support. Definition at line 200 of file itkLevelSet.h. |
|
Standard typedefs Definition at line 188 of file itkLevelSet.h. |
|
Level set dimension. |
|
Auxiliary variable dimension. |