Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h389 …const MSLeaderInfo getFirstVehicleInformation(const MSVehicle* ego, double latOffset, bool onlyFro…
H A DMSLane.cpp1100 MSLane::getFirstVehicleInformation(const MSVehicle* ego, double latOffset, bool onlyFrontOnLane, do… in getFirstVehicleInformation() function in MSLane
3119 …MSLeaderInfo first = next->getFirstVehicleInformation(nullptr, 0, false, std::numeric_limits<doubl… in getFollowersOnConsecutive()
3120 MSLeaderInfo firstFront = next->getFirstVehicleInformation(nullptr, 0, true); in getFollowersOnConsecutive()