| Modifier and Type | Method and Description |
|---|---|
void |
EdgeElevationInterpolator.gatherOuterAndInnerNodeIds(EdgeExplorer edgeExplorer,
EdgeIteratorState interpolatableEdge,
GHBitSet visitedEdgesIds,
com.carrotsearch.hppc.IntSet outerNodeIds,
GHIntHashSet innerNodeIds) |
| Modifier and Type | Field and Description |
|---|---|
protected EdgeExplorer |
AbstractRoutingAlgorithm.edgeExplorer |
protected EdgeExplorer |
AbstractNonCHBidirAlgo.edgeExplorer |
| Modifier and Type | Method and Description |
|---|---|
static PrepareCHEdgeExplorer |
PrepareCHEdgeIteratorImpl.allEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
static PrepareCHEdgeExplorer |
PrepareCHEdgeIteratorImpl.inEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
static PrepareCHEdgeExplorer |
PrepareCHEdgeIteratorImpl.outEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
| Constructor and Description |
|---|
PrepareCHEdgeIteratorImpl(EdgeExplorer edgeExplorer,
Weighting weighting,
ShortcutFilter shortcutFilter) |
| Modifier and Type | Method and Description |
|---|---|
EdgeExplorer |
QueryGraph.createEdgeExplorer() |
EdgeExplorer |
QueryGraph.createEdgeExplorer(EdgeFilter edgeFilter) |
| Modifier and Type | Method and Description |
|---|---|
EdgeExplorer |
GraphHopperStorage.createEdgeExplorer() |
EdgeExplorer |
Graph.createEdgeExplorer() |
EdgeExplorer |
GraphHopperStorage.createEdgeExplorer(EdgeFilter filter) |
EdgeExplorer |
Graph.createEdgeExplorer(EdgeFilter filter)
Returns an EdgeExplorer which makes it possible to traverse all filtered edges of a specific
node.
|
EdgeExplorer |
CHGraphImpl.createOriginalEdgeExplorer() |
EdgeExplorer |
CHGraph.createOriginalEdgeExplorer() |
EdgeExplorer |
CHGraphImpl.createOriginalEdgeExplorer(EdgeFilter filter) |
EdgeExplorer |
CHGraph.createOriginalEdgeExplorer(EdgeFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
static RoutingCHEdgeIteratorImpl |
RoutingCHEdgeIteratorImpl.allEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
static RoutingCHEdgeIteratorImpl |
RoutingCHEdgeIteratorImpl.inEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
static RoutingCHEdgeIteratorImpl |
RoutingCHEdgeIteratorImpl.outEdges(EdgeExplorer edgeExplorer,
Weighting weighting) |
| Constructor and Description |
|---|
RoutingCHEdgeIteratorImpl(EdgeExplorer edgeExplorer,
Weighting weighting,
ShortcutFilter shortcutFilter) |
| Constructor and Description |
|---|
EdgeVisitor(EdgeExplorer edgeExplorer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CHEdgeExplorer
The edge explorer for CHGraph
|
| Modifier and Type | Method and Description |
|---|---|
void |
BreadthFirstSearch.start(EdgeExplorer explorer,
int startNode) |
void |
DepthFirstSearch.start(EdgeExplorer explorer,
int startNode)
beginning with startNode add all following nodes to LIFO queue.
|
abstract void |
XFirstSearch.start(EdgeExplorer explorer,
int startNode) |
Copyright © 2012–2020. All rights reserved.