|
SUMO - Simulation of Urban MObility
|
#include <MSLane.h>

Data Fields | |
| MSLane * | lane |
| SUMOReal | length |
| MSLink * | viaLink |
| MSLane* MSLane::IncomingLaneInfo::lane |
Definition at line 585 of file MSLane.h.
Referenced by MSLane::addIncomingLane(), MSLane::getFollowerOnConsecutive(), and MSLane::edge_finder::operator()().
| SUMOReal MSLane::IncomingLaneInfo::length |
Definition at line 586 of file MSLane.h.
Referenced by MSLane::addIncomingLane(), and MSLane::getFollowerOnConsecutive().
| MSLink* MSLane::IncomingLaneInfo::viaLink |
Definition at line 587 of file MSLane.h.
Referenced by MSLane::addIncomingLane(), and MSLane::getFollowerOnConsecutive().