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

Method SetNoUTurnRestrictions

libs/routing/routing_tests/index_graph_tools.cpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void NoUTurnRestrictionTest::SetNoUTurnRestrictions(vector<RestrictionUTurn> && restrictions)
72{
73 auto & indexGraph = m_graph->GetWorldGraph().GetIndexGraph(kTestNumMwmId);
74 indexGraph.SetUTurnRestrictions(std::move(restrictions));
75}
76
77void NoUTurnRestrictionTest::TestRouteGeom(Segment const & start, Segment const & finish,
78 AlgorithmForWorldGraph::Result expectedRouteResult,

Callers

nothing calls this directly

Calls 1

SetUTurnRestrictionsMethod · 0.45

Tested by

no test coverage detected