Class GraphArc
- java.lang.Object
-
- com.macrofocus.treemap.fastvoronoi.convexhull.GraphArc
-
public class GraphArc extends java.lang.ObjectThe Conflict Graph is completely constructed of doubly-linked lists of GraphArcs stored in the facets and vertices of the convex hull. Each GraphArc indicates that the given facet and vertex are visible to each other and therefore in conflict.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()Delete this GraphArc from both doubly-linked lists
-