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

Method BeginEdges

include/util/static_graph.hpp:165–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 const auto &GetEdgeData(const EdgeIterator e) const { return edge_array[e].data; }
164
165 EdgeIterator BeginEdges(const NodeIterator n) const
166 {
167 return EdgeIterator(node_array.at(n).first_edge);
168 }
169
170 EdgeIterator EndEdges(const NodeIterator n) const
171 {

Callers 10

findPreviousIntersectionFunction · 0.45
GetAugmentingPathMethod · 0.45
CompressMethod · 0.45
PrintStatisticsMethod · 0.45
skipDegreeTwoNodesFunction · 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