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

Method MakeSingleMwmWorldGraph

libs/routing/index_router.cpp:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280IndexRouter::~IndexRouter() = default;
281
282unique_ptr<WorldGraph> IndexRouter::MakeSingleMwmWorldGraph()
283{
284 auto worldGraph = MakeWorldGraph();
285 worldGraph->SetMode(WorldGraphMode::SingleMwm);
286 return worldGraph;
287}
288
289void IndexRouter::ClearState()
290{

Calls 1

SetModeMethod · 0.45

Tested by

no test coverage detected