Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h389 …FirstVehicleInformation(const MSVehicle* ego, double latOffset, bool onlyFrontOnLane, double maxPo…
H A DMSLane.cpp1100 MSLane::getFirstVehicleInformation(const MSVehicle* ego, double latOffset, bool onlyFrontOnLane, do… in getFirstVehicleInformation() argument
1104 …->getCurrentTimeStep() || ego != nullptr || maxPos < myLength || !allowCached || onlyFrontOnLane) { in getFirstVehicleInformation()
1117 && (!onlyFrontOnLane || veh->isFrontOnLane(this))) { in getFirstVehicleInformation()