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

Method GetNumberOfEdges

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

Source from the content-addressed store, hash-verified

150 unsigned GetNumberOfNodes() const { return number_of_nodes; }
151
152 unsigned GetNumberOfEdges() const { return number_of_edges; }
153
154 unsigned GetOutDegree(const NodeIterator n) const { return EndEdges(n) - BeginEdges(n); }
155

Callers 9

RunMethod · 0.45
directShortestPathSearchFunction · 0.45
alternativePathSearchFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45
LabelEdgeBasedNodesMethod · 0.45
toEdgeListFunction · 0.45
CompressMethod · 0.45
toEdgesFunction · 0.45

Calls

no outgoing calls

Tested by 1

directShortestPathSearchFunction · 0.36