Home
last modified time | relevance | path

Searched refs:vehicle_natural_position_sorter (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h1450 class vehicle_natural_position_sorter {
1453 explicit vehicle_natural_position_sorter(const MSLane* lane) : in vehicle_natural_position_sorter() function
H A DMSLane.cpp1936 sort(myVehicles.begin(), myVehicles.end(), vehicle_natural_position_sorter(this)); in integrateNewVehicles()
1949 … sort(myPartialVehicles.begin(), myPartialVehicles.end(), vehicle_natural_position_sorter(this)); in sortPartialVehicles()
1963 …yManeuverReservations.begin(), myManeuverReservations.end(), vehicle_natural_position_sorter(this)… in sortManeuverReservations()
2828 MSLane::vehicle_natural_position_sorter::operator()(MSVehicle* v1, MSVehicle* v2) const { in operator ()()