|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkDefaultStaticMeshTraits_h
19 #define itkDefaultStaticMeshTraits_h
55 template <
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;
itkMakeCellTraitsMacro CellTraits
Define a front-end to the STL "vector" container that conforms to the IndexedContainerInterface.
typename CellType::CellRawPointer CellRawPointer
IdentifierType CellIdentifier
std::set< CellIdentifier > PointCellLinksContainer
TCellPixelType CellPixelType
typename CellType::CellAutoPointer CellAutoPointer
IdentifierType CellFeatureIdentifier
#define itkMakeCellTraitsMacro
RawPointer CellRawPointer
SelfAutoPointer CellAutoPointer
TInterpolationWeight InterpolationWeightType
IdentifierType PointIdentifier
std::set< CellIdentifier > UsingCellsContainer
An abstract interface for cells.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TCoordinate CoordinateType
A templated class holding a geometric point in n-Dimensional space.
SizeValueType IdentifierType