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 itkStaticConstMacro(PointDimension,
unsigned int, VPointDimension);
52 typedef TCoordRep CoordRepType;
53 typedef TInterpolationWeight InterpolationWeightType;
54 typedef TPointIdentifier PointIdentifier;
55 typedef TCellIdentifier CellIdentifier;
56 typedef TCellFeatureIdentifier CellFeatureIdentifier;
57 typedef TPoint PointType;
58 typedef TPointsContainer PointsContainer;
59 typedef TUsingCellsContainer UsingCellsContainer;
SizeValueType IdentifierType