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) |
extract, extractBwdPath, extractFwdPath, extractPath, followParentsUntilRoot, onBwdTreeRoot, onFwdTreeRoot, onMeetingPoint, processMeetingPoint, setExtractionTimepublic EdgeBasedCHBidirPathExtractor(RoutingCHGraph routingGraph)
public void onEdge(int edge,
int adjNode,
boolean reverse,
int prevOrNextEdge)
onEdge in class BidirPathExtractorpublic int getIncEdge(SPTEntry sptEntry)
getIncEdge in class BidirPathExtractorCopyright © 2012–2020. All rights reserved.