18 #ifndef itkQuadEdgeCellTraitsInfo_h
19 #define itkQuadEdgeCellTraitsInfo_h
38 template<
int VPointDimension,
39 typename TCoordRep = float,
40 typename TInterpolationWeight = float,
43 typename TCellFeatureIdentifier =
unsigned char,
44 typename TPoint = QuadEdgeMeshPoint< TCoordRep, VPointDimension >,
45 typename TPointsContainer = MapContainer< TPointIdentifier, TPoint >,
46 typename TUsingCellsContainer = std::set< TPointIdentifier >,
47 typename TQE = GeometricalQuadEdge< unsigned long, unsigned long, bool, bool, true > >
48 class QuadEdgeMeshCellTraitsInfo
51 static constexpr
unsigned int PointDimension = VPointDimension;
52 using CoordRepType = TCoordRep;
53 using InterpolationWeightType = TInterpolationWeight;
54 using PointIdentifier = TPointIdentifier;
55 using CellIdentifier = TCellIdentifier;
56 using CellFeatureIdentifier = TCellFeatureIdentifier;
58 using PointsContainer = TPointsContainer;
59 using UsingCellsContainer = TUsingCellsContainer;
SizeValueType IdentifierType
ImageBaseType::PointType PointType