Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLink.cpp88 myInternalLane(via), in MSLink()
103 if ((myInternalLane != nullptr || predLane->isInternal()) in MSLink()
731 MSLane* pred = myInternalLane->getLogicalPredecessorLane(); in lastWasContMajor()
780 MSLane* lane = myInternalLane; in getInternalLengthsAfter()
792 const MSLane* lane = myInternalLane; in getInternalLengthsBefore()
808 MSLane* via = myInternalLane; in getLengthsBeforeCrossing()
865 return myInternalLane; in getViaLane()
907 MSLane* lane = myInternalLane; in getCorrespondingExitLink()
919 return getInternalLaneBefore() != nullptr && myInternalLane != nullptr; in isInternalJunctionLink()
1164 if (myInternalLane != nullptr) { in getViaLaneOrLane()
[all …]
H A DMSLink.h602 MSLane* const myInternalLane; variable