Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.cpp2195 MSEdge* approachingEdge = &lane->getEdge(); in addApproachingLane() local
2196 if (myApproachingLanes.find(approachingEdge) == myApproachingLanes.end()) { in addApproachingLane()
2197 myApproachingLanes[approachingEdge] = std::vector<MSLane*>(); in addApproachingLane()
2198 } else if (!approachingEdge->isInternal() && warnMultiCon) { in addApproachingLane()
2201 …("Lane '" + getID() + "' is approached multiple times from edge '" + approachingEdge->getID() + "'… in addApproachingLane()
2203 myApproachingLanes[approachingEdge].push_back(lane); in addApproachingLane()
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBNode.cpp103 for (const NBEdge* const approachingEdge : myApproaching) { in ApproachingDivider() local
104 for (const NBEdge::Connection& con : approachingEdge->getConnections()) { in ApproachingDivider()