SUMO - Simulation of Urban MObility
|
#include <MSLane.h>
Data Fields | |
MSLane * | lane |
SUMOReal | length |
MSLink * | viaLink |
MSLane* MSLane::IncomingLaneInfo::lane |
Definition at line 576 of file MSLane.h.
Referenced by MSLane::addIncomingLane(), MSLane::getFollowerOnConsecutive(), MSLane::getMissingRearGap(), and MSLane::edge_finder::operator()().
SUMOReal MSLane::IncomingLaneInfo::length |
Definition at line 577 of file MSLane.h.
Referenced by MSLane::addIncomingLane(), MSLane::getFollowerOnConsecutive(), and MSLane::getMissingRearGap().
MSLink* MSLane::IncomingLaneInfo::viaLink |
Definition at line 578 of file MSLane.h.
Referenced by MSLane::addIncomingLane(), MSLane::getFollowerOnConsecutive(), and MSLane::getMissingRearGap().