![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Public Member Functions | |
int | operator() (MSVehicle *v1, MSVehicle *v2) const |
Comparing operator. More... | |
vehicle_natural_position_sorter (const MSLane *lane) | |
Constructor. More... | |
Data Fields | |
const MSLane * | myLane |
|
inlineexplicit |
Comparing operator.
[in] | v1 | First vehicle to compare |
[in] | v2 | Second vehicle to compare |
Definition at line 3154 of file MSLane.cpp.
References MSVehicle::getBackPositionOnLane(), and MSVehicle::getLateralPositionOnLane().
const MSLane* MSLane::vehicle_natural_position_sorter::myLane |