|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkDefaultDynamicMeshTraits_h
19 #define itkDefaultDynamicMeshTraits_h
57 template <
typename TPixelType,
58 unsigned int VPointDimension = 3,
59 unsigned int VMaxTopologicalDimension = VPointDimension,
60 typename TCoordinate = float,
61 typename TInterpolationWeight = float,
62 typename TCellPixelType = TPixelType>
73 #ifndef ITK_FUTURE_LEGACY_REMOVE
74 using CoordRepType ITK_FUTURE_DEPRECATED(
75 "ITK 6 discourages using `CoordRepType`. Please use `CoordinateType` instead!") =
CoordinateType;
itkMakeCellTraitsMacro CellTraits
std::set< CellIdentifier > UsingCellsContainer
TCoordinate CoordinateType
IdentifierType PointIdentifier
TInterpolationWeight InterpolationWeightType
std::set< CellIdentifier > PointCellLinksContainer
A wrapper of the STL "map" container.
static constexpr unsigned int MaxTopologicalDimension
#define itkMakeCellTraitsMacro
TCellPixelType CellPixelType
IdentifierType CellFeatureIdentifier
IdentifierType CellIdentifier
static constexpr unsigned int PointDimension
SelfAutoPointer CellAutoPointer
typename CellType::CellAutoPointer CellAutoPointer
An abstract interface for cells.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
A templated class holding a geometric point in n-Dimensional space.
A simple structure that holds type information for a mesh and its cells.
SizeValueType IdentifierType