Home
last modified time | relevance | path

Searched refs:succLinkSec (Results 1 – 5 of 5) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLaneChanger.cpp923 … MSLinkCont::const_iterator link = MSLane::succLinkSec(*vehicle, view, *nextLane, bestLaneConts);
939 link = MSLane::succLinkSec(*vehicle, view, *nextLane, bestLaneConts);
963 … MSLinkCont::const_iterator link = MSLane::succLinkSec(*vehicle, view, *nextLane, bestLaneConts);
984 link = MSLane::succLinkSec(*vehicle, view, *nextLane, bestLaneConts);
H A DMSLane.cpp682 …MSLinkCont::const_iterator link = succLinkSec(*aVehicle, nRouteSuccs, *currentLane, bestLaneConts); in isInsertionSuccess()
1767 …const MSLinkCont::const_iterator link = succLinkSec(*veh, 1, *this, veh->getBestLanesContinuation(… in executeMovements()
1914 MSLinkCont::const_iterator link = succLinkSec(*veh, 1, *this, veh->getBestLanesContinuation()); in appropriate()
2041 MSLane::succLinkSec(const SUMOVehicle& veh, int nRouteSuccs, in succLinkSec() function in MSLane
2355 MSLinkCont::const_iterator link = succLinkSec(veh, view, *nextLane, bestLaneConts); in getLeaderOnConsecutive()
2467 MSLinkCont::const_iterator link = succLinkSec(veh, view, *nextLane, bestLaneConts); in getCriticalLeader()
3250 MSLinkCont::const_iterator link = succLinkSec(*ego, view, *nextLane, bestLaneConts); in getLeadersOnConsecutive()
H A DMSLane.h745 static MSLinkCont::const_iterator succLinkSec(const SUMOVehicle& veh,
H A DMSVehicle.cpp2319 … MSLinkCont::const_iterator exitLink = MSLane::succLinkSec(*this, view + 1, *lane, bestLaneConts);
2339 … MSLinkCont::const_iterator link = MSLane::succLinkSec(*this, view + 1, *lane, bestLaneConts);
5175 …MSLinkCont::const_iterator link = MSLane::succLinkSec(*this, 1, *lane, getBestLanesContinuation());
5427 MSLinkCont::const_iterator link = MSLane::succLinkSec(*this, view, *lane, bestLaneConts);
5463 link = MSLane::succLinkSec(*this, view, *lane, bestLaneConts);
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.cpp383 MSLinkCont::const_iterator link = MSLane::succLinkSec(*veh, view, *lane, bestLaneConts); in getNextTLS()
400 link = MSLane::succLinkSec(*veh, view, *lane, bestLaneConts); in getNextTLS()