Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/lcmodels/
H A DMSAbstractLaneChangeModel.cpp403 return lane->getParallelLane(shadowDirection);
406 return lane->getParallelLane(myLaneChangeDirection);
585 MSLane* furtherTargetLane = furtherLane->getParallelLane(targetDir);
625 MSLane* target = myVehicle.getLane()->getParallelLane(targetDir);
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DHelper.cpp520 MSLane* lane = v->getLane()->getParallelLane(offset); in applySubscriptionFilters()
610 MSLane* lane = vehLane->getParallelLane(offset); in applySubscriptionFilters()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLink.cpp1197 MSLane* before = getLaneBefore()->getParallelLane(direction); in computeParallelLink()
1198 MSLane* after = getLane()->getParallelLane(direction); in computeParallelLink()
H A DMSLane.h789 MSLane* getParallelLane(int offset) const;
H A DMSLaneChanger.cpp966 MSLane* targetLane = nextLane->getParallelLane(laneOffset);
H A DMSVehicle.cpp2466 …(*link)->getViaLaneOrLane()->getParallelLane(getLaneChangeModel().getShadowDirection()) == nullptr…
5355 assert(myLane->getParallelLane(offset) != nullptr);
H A DMSLane.cpp2178 MSLane::getParallelLane(int offset) const { in getParallelLane() function in MSLane