Eclipse SUMO - Simulation of Urban MObility
|
#include <MSLane.h>
Data Fields | |
MSLane * | lane |
double | length |
MSLink * | viaLink |
MSLane* MSLane::IncomingLaneInfo::lane |
Definition at line 945 of file MSLane.h.
Referenced by MSLane::addIncomingLane(), MSLane::getFollowersOnConsecutive(), MSLane::edge_finder::operator()(), and MSLane::incoming_lane_priority_sorter::operator()().
double MSLane::IncomingLaneInfo::length |
Definition at line 946 of file MSLane.h.
Referenced by MSLane::addIncomingLane(), and MSLane::getFollowersOnConsecutive().
MSLink* MSLane::IncomingLaneInfo::viaLink |
Definition at line 947 of file MSLane.h.
Referenced by MSLane::addIncomingLane(), MSLane::getFollowersOnConsecutive(), and MSLane::incoming_lane_priority_sorter::operator()().