MCPcopy Create free account
hub / github.com/comaps/comaps / RoadGraph

Method RoadGraph

libs/routing/routing_tests/routing_algorithm.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102{
103public:
104 explicit RoadGraph(RoadGraphIFace const & roadGraph)
105 : m_roadGraph(roadGraph)
106 , m_maxSpeedMPS(measurement_utils::KmphToMps(roadGraph.GetMaxSpeedKMpH()))
107 {}
108
109 void GetOutgoingEdgesList(astar::VertexData<Vertex, Weight> const & vertexData, EdgeListT & adj) override
110 {

Callers

nothing calls this directly

Calls 2

KmphToMpsFunction · 0.85
GetMaxSpeedKMpHMethod · 0.80

Tested by

no test coverage detected