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

Function BuildMaxspeedsSection

generator/maxspeeds_builder.cpp:557–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557void BuildMaxspeedsSection(IndexGraph * graph, string const & dataPath, FeatureIdToOsmId const & featureIdToOsmId,
558 string const & maxspeedsFilename)
559{
560 MaxspeedsMwmCollector collector(dataPath, featureIdToOsmId, graph);
561
562 collector.Process(maxspeedsFilename);
563 collector.SerializeMaxspeeds();
564}
565
566void BuildMaxspeedsSection(IndexGraph * graph, string const & dataPath, string const & osmToFeaturePath,
567 string const & maxspeedsFilename)

Callers 3

TestMaxspeedsSectionFunction · 0.85
generator_tool.cppFile · 0.85
BuildRoutingMethod · 0.85

Calls 3

SerializeMaxspeedsMethod · 0.80
ProcessMethod · 0.45

Tested by 2

TestMaxspeedsSectionFunction · 0.68
BuildRoutingMethod · 0.68