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

Method GetParent

libs/routing_common/vehicle_model.cpp:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267string VehicleModelFactory::GetParent(string const & country) const
268{
269 if (!m_countryParentNameGetterFn)
270 return string();
271 return m_countryParentNameGetterFn(country);
272}
273
274HighwayBasedFactors GetOneFactorsForBicycleAndPedestrianModel()
275{

Callers 10

FillWeightsFunction · 0.45
FindPlaceParentMethod · 0.45
TransformMethod · 0.45
FlattenBuildingPartsFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
UNIT_CLASS_TESTFunction · 0.45
GetNodeAttrsMethod · 0.45
GetParentIdForMethod · 0.45
ParentOfFunction · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by 3

UNIT_CLASS_TESTFunction · 0.36
UNIT_CLASS_TESTFunction · 0.36
ParentOfFunction · 0.36