|
ITK
5.2.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 TCoordRep = float,
64 typename TInterpolationWeightType = float,
65 typename TCellPixelType = TPixelType,
66 typename TPData = bool,
67 typename TDData =
bool>
125 using CellTraits = QuadEdgeMeshCellTraitsInfo<VPointDimension,
typename Superclass::VectorType VectorType
static constexpr unsigned int PointDimension
typename QEPrimal::DualType QEDual
IdentifierType CellFeatureIdentifier
typename CellType::CellAutoPointer CellAutoPointer
This class extends the QuadEdge by adding a reference to the Origin.
GeometricalQuadEdge< TFRef, TVRef, TDualData, TPrimalData, !PrimalDual > DualType
IdentifierType CellIdentifier
std::set< CellIdentifier > PointCellLinksContainer
QuadEdgeMeshPoint< CoordRepType, VPointDimension, QEPrimal > PointType
A wrapper of the STL "map" container.
IdentifierType PointIdentifier
MapContainer< PointIdentifier, PointType > PointsContainer
Extended traits for a QuadEdgeMesh.
typename QEPrimal::DualOriginRefType FaceRefType
SelfAutoPointer CellAutoPointer
static constexpr unsigned int MaxTopologicalDimension
QuadEdgeMeshCellTraitsInfo< VPointDimension, CoordRepType, InterpolationWeightType, PointIdentifier, CellIdentifier, CellFeatureIdentifier, PointType, PointsContainer, UsingCellsContainer, QEPrimal > CellTraits
typename PointType::VectorType VectorType
typename QEPrimal::OriginRefType VertexRefType
An abstract interface for cells.
std::set< CellIdentifier > UsingCellsContainer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
TInterpolationWeightType InterpolationWeightType
A templated class holding a geometric point in n-Dimensional space.
TCellPixelType CellPixelType
SizeValueType IdentifierType
Wrapper around a itk::Point in order to add a reference to an entry in the edge ring.