Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h97 struct VehPosition : public std::binary_function < const MSVehicle*, double, bool > { struct
H A DMSLane.cpp985 …, speed, posLat, find_if(myVehicles.begin(), myVehicles.end(), bind2nd(VehPosition(), pos)), notif… in isInsertionSuccess()
1010 …, speed, posLat, find_if(myVehicles.begin(), myVehicles.end(), bind2nd(VehPosition(), pos)), notif… in forceVehicleInsertion()
2817 MSLane::VehPosition::operator()(const MSVehicle* cmp, double pos) const { in operator ()()