Home
last modified time | relevance | path

Searched refs:getInternalFollowingEdge (Results 1 – 5 of 5) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLinkCont.h56 static const MSEdge* getInternalFollowingEdge(const MSLane* fromLane,
H A DMSLinkCont.cpp33 MSLinkContHelper::getInternalFollowingEdge(const MSLane* fromLane, in getInternalFollowingEdge() function in MSLinkContHelper
H A DMSEdge.cpp709 MSEdge::getInternalFollowingEdge(const MSEdge* followerAfterInternal) const { in getInternalFollowingEdge() function in MSEdge
730 const MSEdge* edge = getInternalFollowingEdge(followerAfterInternal); in getInternalFollowingLengthTo()
734 edge = edge->getInternalFollowingEdge(followerAfterInternal); in getInternalFollowingLengthTo()
H A DMSEdge.h515 const MSEdge* getInternalFollowingEdge(const MSEdge* followerAfterInternal) const;
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DHelper.cpp1016 const MSEdge* internalCand = prev->getInternalFollowingEdge(cand); in moveToXYMap_matchingRoutePosition()
1033 const MSEdge* internalCand = prev->getInternalFollowingEdge(next); in moveToXYMap_matchingRoutePosition()