Home
last modified time | relevance | path

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

/dports/cad/sumo/sumo-1.2.0/src/libsumo/
H A DLane.cpp290 const std::vector<const MSLane*>* foeLanes; in getInternalFoes() local
296 foeLanes = &link->getFoeLanes(); in getInternalFoes()
298 for (it = foeLanes->begin(); foeLanes->end() != it; ++it) { in getInternalFoes()
/dports/cad/sumo/sumo-1.2.0/src/guisim/
H A DGUILane.cpp798 const std::vector<const MSLane*>& foeLanes = link->getFoeLanes(); in debugDrawFoeIntersections() local
800 if (foeLanes.size() == lengthsBehind.size()) { in debugDrawFoeIntersections()
801 for (int i = 0; i < (int)foeLanes.size(); ++i) { in debugDrawFoeIntersections()
802 const MSLane* l = foeLanes[i]; in debugDrawFoeIntersections()
/dports/cad/sumo/sumo-1.2.0/src/microsim/
H A DMSLink.cpp126 const std::vector<MSLane*>& foeLanes, in setRequestInformation() argument
137 …for (std::vector<MSLane*>::const_iterator it_lane = foeLanes.begin(); it_lane != foeLanes.end(); +… in setRequestInformation()
154 …aneBefore=" << (lane == 0 ? "NULL" : lane->getID()) << " has foes: " << toString(foeLanes) << "\n"; in setRequestInformation()
H A DMSLink.h165 … const std::vector<MSLink*>& foeLinks, const std::vector<MSLane*>& foeLanes,
H A DMSLane.cpp1287 const std::vector<const MSLane*>& foeLanes = myLinks.front()->getFoeLanes(); in detectCollisions() local
1292 …for (std::vector<const MSLane*>::const_iterator it = foeLanes.begin(); it != foeLanes.end(); ++it)… in detectCollisions()