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

Method BeginEdges

include/util/dynamic_graph.hpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249 const EdgeDataT &GetEdgeData(const EdgeIterator e) const { return edge_list[e].data; }
250
251 EdgeIterator BeginEdges(const NodeIterator n) const
252 {
253 return EdgeIterator(node_array[n].first_edge);
254 }
255
256 EdgeIterator EndEdges(const NodeIterator n) const
257 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected