Home
last modified time | relevance | path

Searched refs:getBidiLane (Results 1 – 4 of 4) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/traffic_lights/
H A DMSRailSignal.cpp140 MSLane* fromBidi = link->getLaneBefore()->getBidiLane(); in init()
155 MSLane* bidi = forward->getBidiLane(); in init()
613 MSLane* prevBidi = prev->getBidiLane(); in collectBidiBlock()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h1128 MSLane* getBidiLane() const;
H A DMSLane.cpp653 if (myEdge->getBidiEdge() != nullptr && getBidiLane()->getVehicleNumberWithPartials() > 0) { in isInsertionSuccess()
747 …ailSignal && nextLane->getEdge().getBidiEdge() != nullptr && nextLane->getBidiLane()->getVehicleNu… in isInsertionSuccess()
1341 MSLane* bidiLane = getBidiLane(); in detectCollisions()
3673 MSLane::getBidiLane() const { in getBidiLane() function in MSLane
H A DMSVehicle.cpp4510 if (clane == nullptr || clane == myLane || clane == myLane->getBidiLane()) {