Eclipse SUMO - Simulation of Urban MObility
MSPModel_Striping::NextLaneInfo Struct Reference

#include <MSPModel_Striping.h>

Collaboration diagram for MSPModel_Striping::NextLaneInfo:
[legend]

Public Member Functions

 NextLaneInfo ()
 
 NextLaneInfo (const MSLane *_lane, const MSLink *_link, int _dir)
 

Data Fields

int dir
 the direction on the next lane More...
 
const MSLanelane
 the next lane to be used More...
 
const MSLinklink
 the link from the current lane to the next lane More...
 

Detailed Description

Definition at line 176 of file MSPModel_Striping.h.

Constructor & Destructor Documentation

◆ NextLaneInfo() [1/2]

MSPModel_Striping::NextLaneInfo::NextLaneInfo ( const MSLane _lane,
const MSLink _link,
int  _dir 
)
inline

Definition at line 177 of file MSPModel_Striping.h.

◆ NextLaneInfo() [2/2]

MSPModel_Striping::NextLaneInfo::NextLaneInfo ( )
inline

Definition at line 183 of file MSPModel_Striping.h.

Field Documentation

◆ dir

int MSPModel_Striping::NextLaneInfo::dir

the direction on the next lane

Definition at line 194 of file MSPModel_Striping.h.

Referenced by MSPModel_Striping::moveInDirectionOnLane().

◆ lane

const MSLane* MSPModel_Striping::NextLaneInfo::lane

the next lane to be used

Definition at line 190 of file MSPModel_Striping.h.

Referenced by MSPModel_Striping::moveInDirectionOnLane().

◆ link

const MSLink* MSPModel_Striping::NextLaneInfo::link

the link from the current lane to the next lane

Definition at line 192 of file MSPModel_Striping.h.

Referenced by MSPModel_Striping::moveInDirectionOnLane().


The documentation for this struct was generated from the following file: