Home
last modified time | relevance | path

Searched refs:getVehicleNumberWithPartials (Results 1 – 7 of 7) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSRailCrossing.cpp102 …t_link)->getViaLane() != nullptr && (*it_link)->getViaLane()->getVehicleNumberWithPartials() > 0) { in updateCurrentPhase()
H A DMSRailSignal.cpp423 if (cLane->getVehicleNumberWithPartials() > 0) { in hasLinkConflict()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h408 int getVehicleNumberWithPartials() const { in getVehicleNumberWithPartials() function
H A DMSLane.cpp653 if (myEdge->getBidiEdge() != nullptr && getBidiLane()->getVehicleNumberWithPartials() > 0) { in isInsertionSuccess()
747 …etEdge().getBidiEdge() != nullptr && nextLane->getBidiLane()->getVehicleNumberWithPartials() > 0) { in isInsertionSuccess()
1342 if (bidiLane->getVehicleNumberWithPartials() > 0) { in detectCollisions()
H A DMSLink.cpp690 if ((*i)->getVehicleNumberWithPartials() > 0) { in hasApproachingFoe()
H A DMSVehicle.cpp2251 (leaderLane->getVehicleNumberWithPartials() > 1
/dports/cad/sumo/sumo-1.2.0/src/microsim/pedestrians/
H A DMSPModel_Striping.cpp745 if (nextLane->getVehicleNumberWithPartials() > 0) { in getNextLaneObstacles()
1035 if (lane->getVehicleNumberWithPartials() > 0) { in moveInDirectionOnLane()
1312 if (lane->getVehicleNumberWithPartials() > 0 && myRelY == 0) { in PState()