|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkQuadEdgeMeshExtendedTraits_h
19 #define itkQuadEdgeMeshExtendedTraits_h
60 template <
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,
typename QEPrimal::OriginRefType VertexRefType
typename CellType::CellAutoPointer CellAutoPointer
static constexpr unsigned int MaxTopologicalDimension
typename QEPrimal::DualType QEDual
IdentifierType CellIdentifier
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
TCoordinate CoordinateType
TInterpolationWeightType InterpolationWeightType
IdentifierType PointIdentifier
A wrapper of the STL "map" container.
TCellPixelType CellPixelType
typename QEPrimal::DualOriginRefType FaceRefType
Extended traits for a QuadEdgeMesh.
std::set< CellIdentifier > PointCellLinksContainer
SelfAutoPointer CellAutoPointer
QuadEdgeMeshCellTraitsInfo< VPointDimension, CoordinateType, InterpolationWeightType, PointIdentifier, CellIdentifier, CellFeatureIdentifier, PointType, PointsContainer, UsingCellsContainer, QEPrimal > CellTraits
QuadEdgeMeshPoint< CoordinateType, VPointDimension, QEPrimal > PointType
MapContainer< PointIdentifier, PointType > PointsContainer
An abstract interface for cells.
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
typename PointType::VectorType VectorType
std::set< CellIdentifier > UsingCellsContainer
A templated class holding a geometric point in n-Dimensional space.
IdentifierType CellFeatureIdentifier
SizeValueType IdentifierType
Wrapper around a itk::Point in order to add a reference to an entry in the edge ring.