Expand description
combinatorial maps implementations
Structs§
- CMap2
- 2D combinatorial map implementation
- CMap3
- Main map object.
- CMap
Builder - Combinatorial map builder structure
- Grid
Descriptor - Grid description used by the map builder
- Orbit2
- Generic 2D orbit implementation
- Orbit3
Enums§
- Builder
Error - Builder-level error enum
- Link
Error - Link operation error enum
- Orbit
Policy - 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§
- Dart
IdType - Dart ID representation type
- Edge
IdType - Edge ID representation type
- Face
IdType - Face ID representation type
- Vertex
IdType - Vertex ID representation type
- Volume
IdType - Volume ID representation type