#include <MSLane.h>

Definition at line 81 of file MSLane.h.
Public Member Functions | |
| bool | operator() (const MSVehicle *cmp, SUMOReal pos) const |
| compares vehicle position to the detector position | |
compares vehicle position to the detector position
Definition at line 84 of file MSLane.h.
References MSVehicle::getPositionOnLane().
00084 { 00085 return cmp->getPositionOnLane() >= pos; 00086 }
1.5.6