18#ifndef itkQuadEdgeMeshExtendedTraits_h
19#define itkQuadEdgeMeshExtendedTraits_h
60template <
typename TPixelType = float,
61 unsigned int VPointDimension = 3,
62 unsigned int VMaxTopologicalDimension = VPointDimension,
63 typename TCoordinate = float,
64 typename TInterpolationWeightType = float,
65 typename TCellPixelType = TPixelType,
66 typename TPData = bool,
67 typename TDData =
bool>
75#ifndef ITK_FUTURE_LEGACY_REMOVE
76 using CoordRepType ITK_FUTURE_DEPRECATED(
77 "ITK 6 discourages using `CoordRepType`. Please use `CoordinateType` instead!") =
CoordinateType;
129 using CellTraits = QuadEdgeMeshCellTraitsInfo<VPointDimension,
An abstract interface for cells.
SelfAutoPointer CellAutoPointer
This class extends the QuadEdge by adding a reference to the Origin.
GeometricalQuadEdge< TFRef, TVRef, TDualData, TPrimalData, !PrimalDual > DualType
A wrapper of the STL "map" container.
A templated class holding a geometric point in n-Dimensional space.
Vector< ValueType, VPointDimension > VectorType
Extended traits for a QuadEdgeMesh.
IdentifierType CellIdentifier
TCellPixelType CellPixelType
static constexpr unsigned int PointDimension
IdentifierType PointIdentifier
TInterpolationWeightType InterpolationWeightType
MapContainer< PointIdentifier, PointType > PointsContainer
typename QEPrimal::OriginRefType VertexRefType
typename QEPrimal::DualOriginRefType FaceRefType
std::set< CellIdentifier > PointCellLinksContainer
typename PointType::VectorType VectorType
QuadEdgeMeshCellTraitsInfo< VPointDimension, CoordinateType, InterpolationWeightType, PointIdentifier, CellIdentifier, CellFeatureIdentifier, PointType, PointsContainer, UsingCellsContainer, QEPrimal > CellTraits
TCoordinate CoordinateType
typename CellType::CellAutoPointer CellAutoPointer
std::set< CellIdentifier > UsingCellsContainer
IdentifierType CellFeatureIdentifier
typename QEPrimal::DualType QEDual
static constexpr unsigned int MaxTopologicalDimension
QuadEdgeMeshPoint< CoordinateType, VPointDimension, QEPrimal > PointType
Wrapper around a itk::Point in order to add a reference to an entry in the edge ring.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType IdentifierType