Home
last modified time | relevance | path

Searched refs:getOutgoingViaLanes (Results 1 – 6 of 6) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/router/
H A DROLane.h100 const std::vector<std::pair<const ROLane*, const ROEdge*> >& getOutgoingViaLanes() const { in getOutgoingViaLanes() function
H A DROEdge.cpp366 for (const auto& next : lane->getOutgoingViaLanes()) { in getSuccessors()
402 for (const auto& next : lane->getOutgoingViaLanes()) { in getViaSuccessors()
/dports/cad/sumo/sumo-1.2.0/src/utils/router/
H A DIntermodalNetwork.h174 … const std::vector<std::pair<const L*, const E*> > outgoing = sidewalk->getOutgoingViaLanes();
210 … const std::vector<std::pair<const L*, const E*> > outgoing = sidewalk->getOutgoingViaLanes();
356 for (const auto& target : sidewalk->getOutgoingViaLanes()) { in getWalkingConnector()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h968 const std::vector<std::pair<const MSLane*, const MSEdge*> > getOutgoingViaLanes() const;
H A DMSLane.cpp2621 MSLane::getOutgoingViaLanes() const { in getOutgoingViaLanes() function in MSLane
H A DMSVehicle.cpp1089 …wCurrEdge + 1) == edges.end() || (*(newCurrEdge + 1)) != &(myLane->getOutgoingViaLanes().front().f…