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