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

Method EdgeData

include/contractor/query_edge.hpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 struct EdgeData
16 {
17 explicit EdgeData()
18 : turn_id(0), shortcut(false), weight{0}, duration(0), forward(false), backward(false),
19 distance{0}
20 {
21 }
22
23 EdgeData(const NodeID turn_id,
24 const bool shortcut,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected