#include <itkLevelSet.h>
Public Types | |
typedef LevelSetTypeDefault | Self |
typedef TLevelSet | LevelSetImageType |
typedef TLevelSet::Pointer | LevelSetPointer |
typedef TLevelSet::ConstPointer | LevelSetConstPointer |
typedef TLevelSet::PixelType | PixelType |
typedef LevelSetNode< PixelType, itkGetStaticConstMacro(SetDimension) | NodeType ) |
typedef VectorContainer< unsigned int, NodeType > | NodeContainer |
typedef NodeContainer::Pointer | NodeContainerPointer |
Public Member Functions | |
itkStaticConstMacro (SetDimension, unsigned int, TLevelSet::ImageDimension) |
LevelSetTypeDefault is a simple class that holds type information useful for level set algorithms. This class is templated over the level set image type.
A NodeContainer contains a group or collection of level set node or grid points useful for representing a narrowband or region of interest.
Definition at line 134 of file itkLevelSet.h.
|
Definition at line 147 of file itkLevelSet.h. |
|
Definition at line 139 of file itkLevelSet.h. |
|
LevelSetPointer typedef support. Definition at line 146 of file itkLevelSet.h. |
|
NodeContainer typedef support. Definition at line 157 of file itkLevelSet.h. |
|
NodeContainerPointer typedef support. Definition at line 160 of file itkLevelSet.h. |
|
Node typdef support. Definition at line 154 of file itkLevelSet.h. |
|
PixelType typedef support. Definition at line 150 of file itkLevelSet.h. |
|
LevelSetType typedef support. Definition at line 138 of file itkLevelSet.h. |
|
SetDimension enumeration. |