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