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

Function GetMwmPath

generator/transit_generator.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62std::string GetMwmPath(std::string const & mwmDir, CountryId const & countryId)
63{
64 return base::JoinPath(mwmDir, countryId + DATA_FILE_EXTENSION);
65}
66
67/// \brief Calculates best pedestrian segment for every gate in |graphData.m_gates|.
68/// The result of the calculation is set to |Gate::m_bestPedestrianSegment| of every gate

Callers 8

BuildTransitFunction · 0.70
UNIT_CLASS_TESTFunction · 0.50
UNIT_CLASS_TESTFunction · 0.50
ForEachFeatureMethod · 0.50
BuildFeaturesMethod · 0.50
BuildSearchMethod · 0.50
BuildRoutingMethod · 0.50
LoadFID2OsmIDMethod · 0.50

Calls 1

JoinPathFunction · 0.85

Tested by 7

UNIT_CLASS_TESTFunction · 0.40
UNIT_CLASS_TESTFunction · 0.40
ForEachFeatureMethod · 0.40
BuildFeaturesMethod · 0.40
BuildSearchMethod · 0.40
BuildRoutingMethod · 0.40
LoadFID2OsmIDMethod · 0.40