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

Method IsPassThroughAllowed

libs/routing/features_road_graph.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool FeaturesRoadGraphBase::CrossCountryVehicleModel::IsPassThroughAllowed(FeatureType & f) const
72{
73 return GetVehicleModel(f.GetID())->IsPassThroughAllowed(FeatureTypes(f));
74}
75
76VehicleModelInterface * FeaturesRoadGraphBase::CrossCountryVehicleModel::GetVehicleModel(
77 FeatureID const & featureId) const

Callers 4

LoadMethod · 0.45
GetRoadPenaltyDataMethod · 0.45
RedressRouteMethod · 0.45

Calls 1

GetIDMethod · 0.45

Tested by

no test coverage detected