MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / EndEdges

Method EndEdges

include/util/static_graph.hpp:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168 }
169
170 EdgeIterator EndEdges(const NodeIterator n) const
171 {
172 return EdgeIterator(node_array.at(n + 1).first_edge);
173 }
174
175 // searches for a specific edge
176 EdgeIterator FindEdge(const NodeIterator from, const NodeIterator to) const

Callers 9

findPreviousIntersectionFunction · 0.45
GetAugmentingPathMethod · 0.45
CompressMethod · 0.45
PrintStatisticsMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
isUndirectedGraphFunction · 0.45
GetAdjacentEdgeRangeMethod · 0.45

Calls 1

atMethod · 0.45

Tested by

no test coverage detected