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

Method SetUTurnRestrictions

libs/routing/routing_tests/index_graph_tools.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void RestrictionTest::SetUTurnRestrictions(vector<RestrictionUTurn> && restrictions)
55{
56 m_graph->GetIndexGraphForTests(kTestNumMwmId).SetUTurnRestrictions(std::move(restrictions));
57}
58
59// NoUTurnRestrictionTest --------------------------------------------------------------------------
60void NoUTurnRestrictionTest::Init(unique_ptr<SingleVehicleWorldGraph> graph)

Callers 2

TestRestrictionsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestRestrictionsFunction · 0.36