Home
last modified time | relevance | path

Searched defs:destLane (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/netimport/
H A DNIImporter_OpenDrive.cpp839 … for (const auto& destLane : dest->laneSections.front().lanesByDir[lanesDir]) { in buildConnectionsToOuter() local
847 … for (const auto& destLane : dest->laneSections.front().lanesByDir[lanesDir]) { in buildConnectionsToOuter() local
859 for (const auto& destLane : dest->laneSections.front().lanesByDir[lanesDir]) { in buildConnectionsToOuter() local
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBEdge.cpp1051 int destLane, Lane2LaneInfoType type, in setConnection()
1162 NBEdge::hasConnectionTo(NBEdge* destEdge, int destLane, int fromLane) const { in hasConnectionTo()