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

Function ProcessGraph

generator/transit_generator.cpp:180–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void ProcessGraph(std::string const & mwmPath, CountryId const & countryId,
181 OsmIdToFeatureIdsMap const & osmIdToFeatureIdsMap, GraphData & data)
182{
183 CalculateBestPedestrianSegments(mwmPath, countryId, data);
184 data.Sort();
185 data.CheckValidSortedUnique();
186}
187
188void BuildTransit(std::string const & mwmDir, CountryId const & countryId, std::string const & osmIdToFeatureIdsPath,
189 std::string const & transitDir)

Callers 1

BuildTransitFunction · 0.85

Calls 3

SortMethod · 0.45

Tested by

no test coverage detected