public class EdgeEndBundleStar extends EdgeEndStar
EdgeEndBundles around a RelateNode.
They are maintained in CCW order (starting with the positive x-axis) around the node
for efficient lookup and topology building.edgeList, edgeMap| Constructor and Description |
|---|
EdgeEndBundleStar()
Creates a new empty EdgeEndBundleStar
|
| Modifier and Type | Method and Description |
|---|---|
void |
insert(EdgeEnd e)
Insert a EdgeEnd in order in the list.
|
(package private) void |
updateIM(IntersectionMatrix im)
Update the IM with the contribution for the EdgeStubs around the node.
|
computeLabelling, findIndex, getCoordinate, getDegree, getEdges, getNextCW, insertEdgeEnd, isAreaLabelsConsistent, iterator, print, toStringpublic EdgeEndBundleStar()
public void insert(EdgeEnd e)
insert in class EdgeEndStarvoid updateIM(IntersectionMatrix im)