Module cmap

Source
Expand description

combinatorial maps implementations

Structs§

CMap2
2D combinatorial map implementation
CMap3
Main map object.
CMapBuilder
Combinatorial map builder structure
GridDescriptor
Grid description used by the map builder
Orbit2
Generic 2D orbit implementation
Orbit3

Enums§

BuilderError
Builder-level error enum
LinkError
Link operation error enum
OrbitPolicy
Orbit search policy enum
SewError
Sew operation error enum

Constants§

NULL_DART_ID
Null dart ID value
NULL_EDGE_ID
Null edge ID value
NULL_FACE_ID
Null face ID value
NULL_VERTEX_ID
Null vertex ID value
NULL_VOLUME_ID
Null volume ID value

Type Aliases§

DartIdType
Dart ID representation type
EdgeIdType
Edge ID representation type
FaceIdType
Face ID representation type
VertexIdType
Vertex ID representation type
VolumeIdType
Volume ID representation type