Level set auxiliary variables type information. More...
#include <itkLevelSet.h>
Public Types | |
typedef AuxImageType::ConstPointer | AuxImageConstPointer |
typedef AuxImageType::Pointer | AuxImagePointer |
typedef Image< AuxValueType, VSetDimension > | AuxImageType |
typedef VectorContainer < unsigned int, AuxValueVectorType > | AuxValueContainer |
typedef TPixel | AuxValueType |
typedef Vector< TPixel, VAuxDimension > | AuxValueVectorType |
typedef AuxVarTypeDefault | Self |
Static Public Attributes | |
static const unsigned int | AuxDimension = VAuxDimension |
static const unsigned int | SetDimension = VSetDimension |
Level set auxiliary variables type information.
AuxVarTypeDefault is a simple class that holds type information for auxiliary variables in some level set algorithms. This class is templated over the auxiliary variable data type, the number of auxiliary variables and the level set dimension. 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 92 of file itkLevelSet.h.
typedef AuxImageType::ConstPointer itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxImageConstPointer |
Definition at line 118 of file itkLevelSet.h.
typedef AuxImageType::Pointer itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxImagePointer |
AuxImagePointer typedef support.
Definition at line 117 of file itkLevelSet.h.
typedef Image<AuxValueType, VSetDimension> itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxImageType |
AuxImage typdef support.
Definition at line 114 of file itkLevelSet.h.
typedef VectorContainer<unsigned int,AuxValueVectorType> itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxValueContainer |
AuxContainer typdef support.
Definition at line 111 of file itkLevelSet.h.
typedef TPixel itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxValueType |
PixelType typedef support.
Definition at line 99 of file itkLevelSet.h.
typedef Vector<TPixel,VAuxDimension> itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxValueVectorType |
AuxVector typedef support.
Definition at line 108 of file itkLevelSet.h.
typedef AuxVarTypeDefault itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::Self |
Standard typedefs
Definition at line 96 of file itkLevelSet.h.
const unsigned int itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxDimension = VAuxDimension [static] |
Auxiliary variable dimension.
Definition at line 102 of file itkLevelSet.h.
const unsigned int itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::SetDimension = VSetDimension [static] |
Level set dimension.
Definition at line 105 of file itkLevelSet.h.