|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkQuadEdgeMeshTraits_h
19 #define itkQuadEdgeMeshTraits_h
43 template <
typename TPixel,
44 unsigned int VPointDimension,
47 typename TCoordinate = float,
48 typename TInterpolationWeight =
float>
58 #ifndef ITK_FUTURE_LEGACY_REMOVE
59 using CoordRepType ITK_FUTURE_DEPRECATED(
60 "ITK 6 discourages using `CoordRepType`. Please use `CoordinateType` instead!") =
CoordinateType;
95 using CellTraits = QuadEdgeMeshCellTraitsInfo<VPointDimension,
std::set< CellIdentifier > UsingCellsContainer
QuadEdgeMeshCellTraitsInfo< VPointDimension, CoordinateType, InterpolationWeightType, PointIdentifier, CellIdentifier, CellFeatureIdentifier, PointType, PointsContainer, UsingCellsContainer, QEPrimal > CellTraits
typename QEPrimal::DualType QEDual
std::set< CellIdentifier > PointCellLinksContainer
This class extends the QuadEdge by adding a reference to the Origin.
GeometricalQuadEdge< TFRef, TVRef, TDualData, TPrimalData, !PrimalDual > DualType
Vector< ValueType, VPointDimension > VectorType
static constexpr unsigned int PointDimension
Class holding the traits of the QuadEdgeMesh.
A wrapper of the STL "map" container.
unsigned char CellFeatureIdentifier
itk::IdentifierType PointIdentifier
typename QEPrimal::DualOriginRefType FaceRefType
typename CellType::CellAutoPointer CellAutoPointer
QuadEdgeMeshPoint< CoordinateType, VPointDimension, QEPrimal > PointType
SelfAutoPointer CellAutoPointer
static constexpr unsigned int MaxTopologicalDimension
An abstract interface for cells.
TCoordinate CoordinateType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
MapContainer< PointIdentifier, PointType > PointsContainer
TInterpolationWeight InterpolationWeightType
A templated class holding a geometric point in n-Dimensional space.
typename PointType::VectorType VectorType
SizeValueType IdentifierType
itk::IdentifierType CellIdentifier
Wrapper around a itk::Point in order to add a reference to an entry in the edge ring.
typename QEPrimal::OriginRefType VertexRefType