Modifier and Type | Method and Description |
---|---|
void |
VoronoiTest.TestRepresentationWrapper.circleEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3,
int circle_x,
int circle_y) |
void |
VoronoiTest.TestRepresentationWrapper.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
void |
VoronoiTest.TestRepresentationWrapper.siteEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3) |
Modifier and Type | Field and Description |
---|---|
VLinkedNode |
VCircleEvent.leafnode |
Modifier and Type | Method and Description |
---|---|
void |
RepresentationInterface.circleEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3,
int circle_x,
int circle_y) |
void |
RepresentationInterface.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
void |
RepresentationInterface.siteEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3) |
Modifier and Type | Method and Description |
---|---|
void |
BoundaryProblemRepresentation.circleEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3,
int circle_x,
int circle_y) |
void |
BoundaryProblemRepresentation.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
void |
BoundaryProblemRepresentation.siteEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3) |
Modifier and Type | Method and Description |
---|---|
void |
VoronoiCellRepresentation.circleEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3,
int circle_x,
int circle_y) |
void |
VoronoiCellRepresentation.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
void |
VoronoiCellRepresentation.siteEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTriangulationRepresentation.circleEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3,
int circle_x,
int circle_y) |
void |
SimpleTriangulationRepresentation.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
void |
SimpleTriangulationRepresentation.siteEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3) |
Modifier and Type | Method and Description |
---|---|
void |
TriangulationRepresentation.circleEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3,
int circle_x,
int circle_y) |
void |
TriangulationRepresentation.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
void |
TriangulationRepresentation.siteEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3) |
Modifier and Type | Method and Description |
---|---|
void |
VoronoiCellRepresentation.circleEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3,
int circle_x,
int circle_y) |
void |
VoronoiCellRepresentation.endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
void |
VoronoiCellRepresentation.siteEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3) |
Modifier and Type | Method and Description |
---|---|
VLinkedNode |
VLinkedNode.cloneLinkedNode() |
abstract VLinkedNode |
AbstractStatusStructure.getHeadNode() |
VLinkedNode |
VLinkedNode.getNext() |
abstract VLinkedNode |
AbstractStatusStructure.getNodeAboveSiteEvent(int siteevent_x,
int sweepline) |
VLinkedNode |
AbstractStatusStructure.getNodeAboveSiteEvent(VSiteEvent siteevent,
int sweepline) |
VLinkedNode |
VLinkedNode.getPrev() |
abstract VLinkedNode |
AbstractStatusStructure.insertNode(VLinkedNode nodetosplit,
VSiteEvent siteevent) |
Modifier and Type | Method and Description |
---|---|
abstract VLinkedNode |
AbstractStatusStructure.insertNode(VLinkedNode nodetosplit,
VSiteEvent siteevent) |
abstract void |
AbstractStatusStructure.removeNode(EventQueue eventqueue,
VLinkedNode toremove) |
void |
VLinkedNode.setNext(VLinkedNode node) |
Modifier and Type | Class and Description |
---|---|
class |
VLeafNode |
Modifier and Type | Method and Description |
---|---|
VLinkedNode |
BSTStatusStructure.getHeadNode() |
VLinkedNode |
BSTStatusStructure.getNodeAboveSiteEvent(int siteevent_x,
int sweepline) |
VLinkedNode |
BSTStatusStructure.insertNode(VLinkedNode _nodetosplit,
VSiteEvent siteevent) |
Modifier and Type | Method and Description |
---|---|
VLinkedNode |
BSTStatusStructure.insertNode(VLinkedNode _nodetosplit,
VSiteEvent siteevent) |
void |
BSTStatusStructure.removeNode(EventQueue eventqueue,
VLinkedNode _toremove) |
Modifier and Type | Method and Description |
---|---|
VLinkedNode |
DLinkedListStatusStructure.getHeadNode() |
VLinkedNode |
DLinkedListStatusStructure.getNodeAboveSiteEvent(int siteevent_x,
int sweepline) |
VLinkedNode |
DLinkedListStatusStructure.insertNode(VLinkedNode nodetosplit,
VSiteEvent siteevent) |
Modifier and Type | Method and Description |
---|---|
VLinkedNode |
DLinkedListStatusStructure.insertNode(VLinkedNode nodetosplit,
VSiteEvent siteevent) |
void |
DLinkedListStatusStructure.removeNode(EventQueue eventqueue,
VLinkedNode toremove) |