40 std::vector<MSLane*> incoming
41 , std::vector<MSLane*>
internal
44 myIncomingLanes(incoming),
45 myInternalLanes(internal) {
81 const std::vector<MSLane*>
85 std::vector<MSLane*> allInternalLanes;
88 while (l !=
nullptr) {
89 allInternalLanes.push_back(l);
90 const std::vector<MSLane::IncomingLaneInfo> incoming = l->
getIncomingLanes();
91 if (incoming.size() == 0) {
101 return allInternalLanes;