public class CHEntry extends SPTEntry
Modifier and Type | Field and Description |
---|---|
int |
incEdge
The id of the incoming original edge at this shortest path tree entry.
|
Constructor and Description |
---|
CHEntry(int node,
double weight) |
CHEntry(int edge,
int incEdge,
int adjNode,
double weight) |
Modifier and Type | Method and Description |
---|---|
CHEntry |
getParent() |
String |
toString() |
clone, cloneFull, compareTo, getWeightOfVisitedPath
public int incEdge
EdgeIteratorState.getOrigEdgeLast()
Copyright © 2012–2020. All rights reserved.