![]() |
SUMO - Simulation of Urban MObility
|
#include <MSLane.h>
Public Member Functions | |
bool | operator() (const MSVehicle *cmp, double pos) const |
compares vehicle position to the detector position More... | |
Function-object in order to find the vehicle, that has just passed the detector.
bool MSLane::VehPosition::operator() | ( | const MSVehicle * | cmp, |
double | pos | ||
) | const |
compares vehicle position to the detector position
Definition at line 2266 of file MSLane.cpp.
References MSVehicle::getPositionOnLane().
Referenced by MSLane::vehicle_natural_position_sorter::vehicle_natural_position_sorter(), and MSLane::vehicle_position_sorter::vehicle_position_sorter().