41 std::vector<MSLane*> incoming
42 , std::vector<MSLane*>
internal
45 myIncomingLanes(incoming),
46 myInternalLanes(internal) {
82 const std::vector<MSLane*>
86 std::vector<MSLane*> allInternalLanes;
89 while (l !=
nullptr) {
90 allInternalLanes.push_back(l);
91 const std::vector<MSLane::IncomingLaneInfo> incoming = l->
getIncomingLanes();
92 if (incoming.size() == 0) {
97 if (!l->isInternal()) {
102 return allInternalLanes;