Uses of Class
com.graphhopper.routing.SPTEntry
Packages that use SPTEntry
-
Uses of SPTEntry in com.graphhopper.routing
Subclasses of SPTEntry in com.graphhopper.routingFields in com.graphhopper.routing declared as SPTEntryModifier and TypeFieldDescriptionprotected SPTEntryAbstractBidirAlgo.bestBwdEntryprotected SPTEntryAbstractBidirAlgo.bestFwdEntryprotected SPTEntryDijkstra.currEdgeprotected SPTEntryAbstractBidirAlgo.currFromprotected SPTEntryAbstractBidirAlgo.currToSPTEntry.parentFields in com.graphhopper.routing with type parameters of type SPTEntryModifier and TypeFieldDescriptionprotected com.carrotsearch.hppc.IntObjectMap<SPTEntry>AbstractBidirAlgo.bestWeightMapFromprotected com.carrotsearch.hppc.IntObjectMap<SPTEntry>AbstractBidirAlgo.bestWeightMapOtherprotected com.carrotsearch.hppc.IntObjectMap<SPTEntry>AbstractBidirAlgo.bestWeightMapToprotected PriorityQueue<SPTEntry>Dijkstra.fromHeapprotected com.carrotsearch.hppc.IntObjectMap<SPTEntry>Dijkstra.fromMapMethods in com.graphhopper.routing that return SPTEntryModifier and TypeMethodDescriptionprotected abstract SPTEntryAbstractBidirCHAlgo.createEntry(int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) Creates a new entry of the shortest path tree (aSPTEntryor one of its subclasses) during a dijkstra expansion.protected abstract SPTEntryAbstractNonCHBidirAlgo.createEntry(EdgeIteratorState edge, double weight, SPTEntry parent, boolean reverse) Creates a new entry of the shortest path tree (aSPTEntryor one of its subclasses) during a dijkstra expansion.protected SPTEntryAStarBidirection.createEntry(EdgeIteratorState edge, double weight, SPTEntry parent, boolean reverse) protected SPTEntryAStarBidirectionCH.createEntry(int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) protected SPTEntryAStarBidirectionEdgeCHNoSOD.createEntry(int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) protected SPTEntryDijkstraBidirectionCHNoSOD.createEntry(int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) protected SPTEntryDijkstraBidirectionRef.createEntry(EdgeIteratorState edge, double weight, SPTEntry parent, boolean reverse) protected abstract SPTEntryAbstractBidirAlgo.createStartEntry(int node, double weight, boolean reverse) Creates the root shortest path tree entry for the forward or backward search.protected SPTEntryAStarBidirection.createStartEntry(int node, double weight, boolean reverse) protected SPTEntryAStarBidirectionCH.createStartEntry(int node, double weight, boolean reverse) protected SPTEntryDijkstraBidirectionCHNoSOD.createStartEntry(int node, double weight, boolean reverse) protected SPTEntryDijkstraBidirectionRef.createStartEntry(int node, double weight, boolean reverse) protected SPTEntryDefaultBidirPathExtractor.followParentsUntilRoot(SPTEntry sptEntry, boolean reverse) protected SPTEntryprotected SPTEntrySPTEntry.getParent()AlternativeRoute.AlternativeInfo.getShareEnd()AlternativeRoute.AlternativeInfo.getShareStart()Methods in com.graphhopper.routing with parameters of type SPTEntryModifier and TypeMethodDescriptionprotected booleanAbstractBidirCHAlgo.accept(RoutingCHEdgeIteratorState edge, SPTEntry currEdge, boolean reverse) protected booleanAbstractBidirectionEdgeCHNoSOD.accept(RoutingCHEdgeIteratorState edge, SPTEntry currEdge, boolean reverse) protected doubleAbstractBidirCHAlgo.calcWeight(RoutingCHEdgeIteratorState iter, SPTEntry currEdge, boolean reverse) protected doubleAbstractNonCHBidirAlgo.calcWeight(EdgeIteratorState iter, SPTEntry currEdge, boolean reverse) protected doubleAStarBidirection.calcWeight(EdgeIteratorState iter, SPTEntry currEdge, boolean reverse) protected doubleAStarBidirectionCH.calcWeight(RoutingCHEdgeIteratorState iter, SPTEntry currEdge, boolean reverse) intprotected abstract SPTEntryAbstractBidirCHAlgo.createEntry(int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) Creates a new entry of the shortest path tree (aSPTEntryor one of its subclasses) during a dijkstra expansion.protected abstract SPTEntryAbstractNonCHBidirAlgo.createEntry(EdgeIteratorState edge, double weight, SPTEntry parent, boolean reverse) Creates a new entry of the shortest path tree (aSPTEntryor one of its subclasses) during a dijkstra expansion.protected SPTEntryAStarBidirection.createEntry(EdgeIteratorState edge, double weight, SPTEntry parent, boolean reverse) protected SPTEntryAStarBidirectionCH.createEntry(int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) protected SPTEntryAStarBidirectionEdgeCHNoSOD.createEntry(int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) protected SPTEntryDijkstraBidirectionCHNoSOD.createEntry(int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) protected CHEntryDijkstraBidirectionEdgeCHNoSOD.createEntry(int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) protected SPTEntryDijkstraBidirectionRef.createEntry(EdgeIteratorState edge, double weight, SPTEntry parent, boolean reverse) protected Pathprotected voidDefaultBidirPathExtractor.extractBwdPath(SPTEntry sptEntry) protected voidDefaultBidirPathExtractor.extractFwdPath(SPTEntry sptEntry) static PathDefaultBidirPathExtractor.extractPath(Graph graph, Weighting weighting, SPTEntry fwdEntry, SPTEntry bwdEntry, double weight) static PathPathExtractor.extractPath(Graph graph, Weighting weighting, SPTEntry sptEntry) protected SPTEntryDefaultBidirPathExtractor.followParentsUntilRoot(SPTEntry sptEntry, boolean reverse) protected intDefaultBidirPathExtractor.getIncEdge(SPTEntry entry) protected intAbstractBidirAlgo.getIncomingEdge(SPTEntry entry) protected intAbstractBidirectionEdgeCHNoSOD.getIncomingEdge(SPTEntry entry) protected abstract doubleAbstractBidirAlgo.getInEdgeWeight(SPTEntry entry) protected doubleAbstractBidirCHAlgo.getInEdgeWeight(SPTEntry entry) protected doubleAbstractNonCHBidirAlgo.getInEdgeWeight(SPTEntry entry) protected SPTEntryprotected SPTEntryprotected voidDefaultBidirPathExtractor.processMeetingPoint(SPTEntry fwdEntry, SPTEntry bwdEntry) protected voidAbstractBidirAlgo.updateBestPath(double edgeWeight, SPTEntry entry, int origEdgeIdForCH, int traversalId, boolean reverse) protected voidAbstractBidirectionEdgeCHNoSOD.updateBestPath(double edgeWeight, SPTEntry entry, int origEdgeId, int traversalId, boolean reverse) protected voidAStar.updateBestPath(EdgeIteratorState edgeState, SPTEntry bestSPTEntry, int traversalId) protected voidDijkstra.updateBestPath(EdgeIteratorState edgeState, SPTEntry bestSPTEntry, int traversalId) protected voidAbstractBidirCHAlgo.updateEntry(SPTEntry entry, int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) protected voidAStarBidirectionCH.updateEntry(SPTEntry entry, int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) protected voidAStarBidirectionEdgeCHNoSOD.updateEntry(SPTEntry entry, int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) protected voidDijkstraBidirectionEdgeCHNoSOD.updateEntry(SPTEntry entry, int edge, int adjNode, int incEdge, double weight, SPTEntry parent, boolean reverse) Constructors in com.graphhopper.routing with parameters of type SPTEntryModifierConstructorDescriptionAlternativeInfo(double sortBy, Path path, SPTEntry shareStart, SPTEntry shareEnd, double shareWeight, List<String> altNames) AStarEntry(int edgeId, int adjNode, double weightForHeap, double weightOfVisitedPath, SPTEntry parent) -
Uses of SPTEntry in com.graphhopper.routing.ch
Subclasses of SPTEntry in com.graphhopper.routing.chMethods in com.graphhopper.routing.ch with parameters of type SPTEntryModifier and TypeMethodDescriptionintEdgeBasedCHBidirPathExtractor.getIncEdge(SPTEntry sptEntry) Constructors in com.graphhopper.routing.ch with parameters of type SPTEntryModifierConstructorDescriptionAStarCHEntry(int edge, int incEdge, int adjNode, double heapWeight, double weightOfVisitedPath, SPTEntry parent)