|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Graph
object represents a graph.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)<HalfEdge,V> pair.
- put(QEdge, int, V) -
Method in class edu.uci.ics.dillenco.simplegraph01.HalfEdgeMap
- Store a
<HalfEdge,V> pair, where the HalfEdge is specified
as a <QEdge,rot> pair.
- put(Node, V) -
Method in class edu.uci.ics.dillenco.simplegraph01.NodeMap
- Store a
<Node,V> pair.
- put(QEdge, V) -
Method in class edu.uci.ics.dillenco.simplegraph01.QEdgeMap
- Store a
<QEdge,V> pair.
QEdge
represents a QuadEdge,
in the sense of the Guibas-Stolfi quadedge structure.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |