18#ifndef itkDefaultDynamicMeshTraits_h
19#define itkDefaultDynamicMeshTraits_h
57template <
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;
An abstract interface for cells.
SelfAutoPointer CellAutoPointer
A simple structure that holds type information for a mesh and its cells.
std::set< CellIdentifier > UsingCellsContainer
typename CellType::CellAutoPointer CellAutoPointer
TInterpolationWeight InterpolationWeightType
IdentifierType PointIdentifier
static constexpr unsigned int MaxTopologicalDimension
IdentifierType CellIdentifier
itkMakeCellTraitsMacro CellTraits
TCoordinate CoordinateType
static constexpr unsigned int PointDimension
std::set< CellIdentifier > PointCellLinksContainer
IdentifierType CellFeatureIdentifier
TCellPixelType CellPixelType
A wrapper of the STL "map" container.
A templated class holding a geometric point in n-Dimensional space.
#define itkMakeCellTraitsMacro
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType IdentifierType