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 178 of file MSPModel_Striping.h.
|
inline |
Definition at line 179 of file MSPModel_Striping.h.
|
inline |
Definition at line 185 of file MSPModel_Striping.h.
int MSPModel_Striping::NextLaneInfo::dir |
the direction on the next lane
Definition at line 196 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 192 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 194 of file MSPModel_Striping.h.
Referenced by MSPModel_Striping::moveInDirectionOnLane().