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

Function AddRoad

libs/routing/routing_tests/astar_router_test.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void AddRoad(RoadGraphMockSource & graph, double speedKMPH, initializer_list<m2::PointD> const & points)
44{
45 graph.AddRoad(routing::MakeRoadInfoForTesting(true /* bidir */, speedKMPH, points));
46}
47
48void AddRoad(RoadGraphMockSource & graph, initializer_list<m2::PointD> const & points)
49{

Callers 1

UNIT_TESTFunction · 0.85

Calls 3

MakeRoadInfoForTestingFunction · 0.85
GetMaxSpeedKMpHMethod · 0.80
AddRoadMethod · 0.45

Tested by

no test coverage detected