18#ifndef itkDefaultStaticMeshTraits_h
19#define itkDefaultStaticMeshTraits_h
55template <
typename TPixelType,
56 unsigned int VPointDimension = 3,
57 unsigned int VMaxTopologicalDimension = VPointDimension,
58 typename TCoordinate = float,
59 typename TInterpolationWeight = float,
60 typename TCellPixelType = TPixelType>
71#ifndef ITK_FUTURE_LEGACY_REMOVE
72 using CoordRepType ITK_FUTURE_DEPRECATED(
73 "ITK 6 discourages using `CoordRepType`. Please use `CoordinateType` instead!") =
CoordinateType;
78 static constexpr unsigned int PointDimension = VPointDimension;
79 static constexpr unsigned int MaxTopologicalDimension = VMaxTopologicalDimension;
An abstract interface for cells.
RawPointer CellRawPointer
SelfAutoPointer CellAutoPointer
IdentifierType CellIdentifier
std::set< CellIdentifier > PointCellLinksContainer
std::set< CellIdentifier > UsingCellsContainer
typename CellType::CellAutoPointer CellAutoPointer
IdentifierType CellFeatureIdentifier
itkMakeCellTraitsMacro CellTraits
TInterpolationWeight InterpolationWeightType
TCoordinate CoordinateType
TCellPixelType CellPixelType
typename CellType::CellRawPointer CellRawPointer
IdentifierType PointIdentifier
A templated class holding a geometric point in n-Dimensional space.
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
#define itkMakeCellTraitsMacro
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType IdentifierType