public class EdgeBasedCHBidirPathExtractor extends BidirPathExtractor
path| Constructor and Description |
|---|
EdgeBasedCHBidirPathExtractor(RoutingCHGraph routingGraph) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIncEdge(SPTEntry sptEntry) |
void |
onEdge(int edge,
int adjNode,
boolean reverse,
int prevOrNextEdge) |
protected void |
onMeetingPoint(int inEdge,
int viaNode,
int outEdge) |
extract, extractBwdPath, extractFwdPath, extractPath, followParentsUntilRoot, onBwdTreeRoot, onFwdTreeRoot, processMeetingPoint, setExtractionTimepublic EdgeBasedCHBidirPathExtractor(RoutingCHGraph routingGraph)
public void onEdge(int edge,
int adjNode,
boolean reverse,
int prevOrNextEdge)
onEdge in class BidirPathExtractorprotected void onMeetingPoint(int inEdge,
int viaNode,
int outEdge)
onMeetingPoint in class BidirPathExtractorpublic int getIncEdge(SPTEntry sptEntry)
getIncEdge in class BidirPathExtractorCopyright © 2012–2020. All rights reserved.