Class Summary |
Graph |
A Graph object represents a graph. |
GraphIO |
|
GraphParms |
|
HalfEdge |
A HalfEdge object represents a half-edge, which consists
of a QEdge (in the sense of the Guibas-Stolfi quadedge structure),
a rotation (0 thru 3), and a flip coefficient (0 or 1) |
HalfEdgeMap<V> |
This class maps HalfEdges of a given graph to user-defined attributes. |
Node |
|
NodeMap<V> |
This class maps Nodes of a given graph to user-defined attributes. |
QEdge |
A QEdge represents a QuadEdge,
in the sense of the Guibas-Stolfi quadedge structure. |
QEdgeMap<V> |
This class maps qEdges of a given graph to user-defined attributes. |