|
Regina Calculation Engine
|
Provides an interface for various types of objects from Regina to work directly with the Boost Graph Library (BGL). More...
Classes | |
| class | IncidentArcIterator |
| Iterates through the two directed arcs either entering or exiting a given crossing of a knot or link. More... | |
| class | AdjacentCrossingIterator |
| Iterates through the two crossings adjacent to a given crossing of a knot or link via an outgoing arc. More... | |
| class | InherentLinkPropertyMap |
| Allows the Boost Graph Library to access inherent properties of the graph of a knot or link. More... | |
| struct | DualEdge |
| A lightweight object that denotes an oriented edge of the dual graph of a dim-dimensional triangulation. More... | |
| class | DualEdgeIterator |
| Used to iterate through all dual edges of a dim-dimensional triangulation. More... | |
| class | IncidentDualEdgeIterator |
| Used to iterate through all dual edges incident to a given dual vertex of a dim-dimensional triangulation. More... | |
| class | AdjacentDualVertexIterator |
| Used to iterate through the dual vertices adjacent to a given dual vertex of a dim-dimensional triangulation. More... | |
| class | InherentTriangulationPropertyMap |
| Allows the Boost Graph Library to access inherent properties of the dual graph of a triangulation. More... | |
Provides an interface for various types of objects from Regina to work directly with the Boost Graph Library (BGL).
See the Boost Graph Library interface page for details.