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

Method Init

libs/routing/routing_tests/index_graph_tools.cpp:60–63  ·  view source on GitHub ↗

NoUTurnRestrictionTest --------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

58
59// NoUTurnRestrictionTest --------------------------------------------------------------------------
60void NoUTurnRestrictionTest::Init(unique_ptr<SingleVehicleWorldGraph> graph)
61{
62 m_graph = make_unique<WorldGraphForAStar>(std::move(graph));
63}
64
65void NoUTurnRestrictionTest::SetRestrictions(RestrictionVec && restrictions)
66{

Callers 2

InitRoutingSessionFunction · 0.45
InitRoutingSessionMethod · 0.45

Calls

no outgoing calls

Tested by 1

InitRoutingSessionFunction · 0.36