![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <MSPModel_Striping.h>
Public Member Functions | |
| NextLaneInfo () | |
| NextLaneInfo (const MSLane *_lane, const MSLink *_link, int _dir) | |
Data Fields | |
| int | dir |
| the direction on the next lane | |
| const MSLane * | lane |
| the next lane to be used | |
| const MSLink * | link |
| the link from the current lane to the next lane | |
Definition at line 181 of file MSPModel_Striping.h.
|
inline |
Definition at line 182 of file MSPModel_Striping.h.
|
inline |
Definition at line 188 of file MSPModel_Striping.h.
| int MSPModel_Striping::NextLaneInfo::dir |
the direction on the next lane
Definition at line 199 of file MSPModel_Striping.h.
Referenced by MSPModel_Striping::moveInDirectionOnLane(), and MSPModel_Striping::PState::moveToXY().
| const MSLane* MSPModel_Striping::NextLaneInfo::lane |
the next lane to be used
Definition at line 195 of file MSPModel_Striping.h.
Referenced by MSPModel_Striping::moveInDirectionOnLane().
| const MSLink* MSPModel_Striping::NextLaneInfo::link |
the link from the current lane to the next lane
Definition at line 197 of file MSPModel_Striping.h.
Referenced by MSPModel_Striping::moveInDirectionOnLane().