Home
last modified time | relevance | path

Searched refs:getNextNormal (Results 1 – 4 of 4) sorted by relevance

/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLane.h672 const MSEdge* getNextNormal() const;
H A DMSVehicle.cpp1406 return myLane->getNextNormal();
1622 … || (stop.lane->getEdge().isInternal() && stop.lane->getNextNormal() != *(stop.edge + 1))) {
4659 const MSEdge* nextEdge = startLane->getNextNormal();
H A DMSLane.cpp1818 MSLane::getNextNormal() const { in getNextNormal() function in MSLane
/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DVehicle.cpp1328 edges.push_back(edges.back()->getLanes()[0]->getNextNormal());