public class Path4CH extends PathBidirRef
PrepareContractionHierarchiesPath.EdgeVisitoredgeTo| Constructor and Description |
|---|
Path4CH(Graph routingGraph,
Graph baseGraph,
Weighting weighting) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processEdge(int tmpEdge,
int endNode,
int prevEdgeId)
Calculates the distance and time of the specified edgeId.
|
extract, setSPTEntryTo, setSwitchToFromaddEdge, calcDetails, calcEdges, calcInstructions, calcNodes, calcPoints, getDebugInfo, getDescription, getDistance, getEdgeCount, getExtractTime, getFinalEdge, getTime, getWeight, isFound, setDescription, setDistance, setEndNode, setFound, setFromNode, setSPTEntry, setWeight, toDetailsString, toStringprotected final void processEdge(int tmpEdge,
int endNode,
int prevEdgeId)
PathprocessEdge in class PathprevEdgeId - here the edge that comes before edgeId is necessary. I.e. for the reverse search we need the
next edge.Copyright © 2012–2018. All rights reserved.