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

Method IsOneWay

libs/routing/features_road_graph.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61bool FeaturesRoadGraphBase::CrossCountryVehicleModel::IsOneWay(FeatureType & f) const
62{
63 return GetVehicleModel(f.GetID())->IsOneWay(FeatureTypes(f));
64}
65
66bool FeaturesRoadGraphBase::CrossCountryVehicleModel::IsRoad(FeatureType & f) const
67{

Callers 10

GetRoadInfoMethod · 0.45
CheckAndProcessUTurnMethod · 0.45
CalcOneWayMaskMethod · 0.45
ExtractTrafficKeysMethod · 0.45
LoadMethod · 0.45
MakeFakeEndingFunction · 0.45
GetNeighboringEdgesMethod · 0.45
TestEdgesFunction · 0.45

Calls 1

GetIDMethod · 0.45

Tested by 1

TestEdgesFunction · 0.36