18#ifndef itkQuadEdgeCellTraitsInfo_h
19#define itkQuadEdgeCellTraitsInfo_h
39template <
int VPointDimension,
40 typename TCoordRep = float,
41 typename TInterpolationWeight = float,
44 typename TCellFeatureIdentifier =
unsigned char,
45 typename TPoint = QuadEdgeMeshPoint<TCoordRep, VPointDimension>,
46 typename TPointsContainer = MapContainer<TPointIdentifier, TPoint>,
47 typename TUsingCellsContainer = std::set<TPointIdentifier>,
48 typename TQE = GeometricalQuadEdge<unsigned long, unsigned long, bool, bool, true>>
49class QuadEdgeMeshCellTraitsInfo
52 static constexpr unsigned int PointDimension = VPointDimension;
53 using CoordRepType = TCoordRep;
54 using InterpolationWeightType = TInterpolationWeight;
55 using PointIdentifier = TPointIdentifier;
56 using CellIdentifier = TCellIdentifier;
57 using CellFeatureIdentifier = TCellFeatureIdentifier;
59 using PointsContainer = TPointsContainer;
60 using UsingCellsContainer = TUsingCellsContainer;
ImageBaseType::PointType PointType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType IdentifierType