![]() |
Eclipse SUMO - Simulation of Urban MObility
|
Public Member Functions | |
| LanePos () | |
| default constructor | |
| LanePos (const std::string &laneID, double pos, bool friendlyPos, double posLat) | |
| parameter constructor | |
Data Fields | |
| bool | friendlyPos |
| friendly position | |
| std::string | laneID |
| laneID | |
| double | pos |
| pos over lane | |
| double | posLat |
| pos lateral over lane | |
Definition at line 122 of file PCPolyContainer.h.
| PCPolyContainer::LanePos::LanePos | ( | ) |
default constructor
Definition at line 205 of file PCPolyContainer.cpp.
| PCPolyContainer::LanePos::LanePos | ( | const std::string & | laneID, |
| double | pos, | ||
| bool | friendlyPos, | ||
| double | posLat | ||
| ) |
parameter constructor
Definition at line 212 of file PCPolyContainer.cpp.
| bool PCPolyContainer::LanePos::friendlyPos |
friendly position
Definition at line 136 of file PCPolyContainer.h.
| std::string PCPolyContainer::LanePos::laneID |
laneID
Definition at line 130 of file PCPolyContainer.h.
| double PCPolyContainer::LanePos::pos |
pos over lane
Definition at line 133 of file PCPolyContainer.h.
| double PCPolyContainer::LanePos::posLat |
pos lateral over lane
Definition at line 139 of file PCPolyContainer.h.