Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
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
 
const MSLanelane
 the next lane to be used
 
const MSLinklink
 the link from the current lane to the next lane
 

Detailed Description

Definition at line 178 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 179 of file MSPModel_Striping.h.

◆ NextLaneInfo() [2/2]

MSPModel_Striping::NextLaneInfo::NextLaneInfo ( )
inline

Definition at line 185 of file MSPModel_Striping.h.

Field Documentation

◆ dir

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().

◆ lane

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().

◆ link

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().


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