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

Method IsRoad

libs/routing/features_road_graph.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool FeaturesRoadGraphBase::CrossCountryVehicleModel::IsRoad(FeatureType & f) const
67{
68 return GetVehicleModel(f.GetID())->IsRoad(FeatureTypes(f));
69}
70
71bool FeaturesRoadGraphBase::CrossCountryVehicleModel::IsPassThroughAllowed(FeatureType & f) const
72{

Callers 11

IsRestrictionValidMethod · 0.45
CalcRoadMaskMethod · 0.45
operator()Method · 0.45
ExtractTrafficKeysMethod · 0.45
operator()Method · 0.45
FindClosestEdgesMethod · 0.45
FindRoadsMethod · 0.45
LoadMethod · 0.45
IsRestrictionFromRoadsFunction · 0.45

Calls 1

GetIDMethod · 0.45

Tested by

no test coverage detected