#include <itkLevelSet.h>
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 85 of file itkLevelSet.h.
Public Types | |
using | AuxImageConstPointer = typename AuxImageType::ConstPointer |
using | AuxImagePointer = typename AuxImageType::Pointer |
using | AuxImageType = Image<AuxValueType, VSetDimension> |
using | AuxValueContainer = VectorContainer<unsigned int, AuxValueVectorType> |
using | AuxValueType = TPixel |
using | AuxValueVectorType = Vector<TPixel, VAuxDimension> |
using | Self = AuxVarTypeDefault |
Static Public Attributes | |
static constexpr unsigned int | AuxDimension = VAuxDimension |
static constexpr unsigned int | SetDimension = VSetDimension |
using itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxImageConstPointer = typename AuxImageType::ConstPointer |
Definition at line 111 of file itkLevelSet.h.
using itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxImagePointer = typename AuxImageType::Pointer |
AuxImagePointer type alias support
Definition at line 110 of file itkLevelSet.h.
using itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxImageType = Image<AuxValueType, VSetDimension> |
AuxImage typedef support.
Definition at line 107 of file itkLevelSet.h.
using itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxValueContainer = VectorContainer<unsigned int, AuxValueVectorType> |
AuxContainer typedef support.
Definition at line 104 of file itkLevelSet.h.
using itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxValueType = TPixel |
PixelType type alias support
Definition at line 92 of file itkLevelSet.h.
using itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::AuxValueVectorType = Vector<TPixel, VAuxDimension> |
AuxVector type alias support
Definition at line 101 of file itkLevelSet.h.
using itk::AuxVarTypeDefault< TPixel, VAuxDimension, VSetDimension >::Self = AuxVarTypeDefault |
Standard type alias
Definition at line 89 of file itkLevelSet.h.
|
staticconstexpr |
Auxiliary variable dimension.
Definition at line 95 of file itkLevelSet.h.
|
staticconstexpr |
Level set dimension.
Definition at line 98 of file itkLevelSet.h.