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 MSLane * lane
 the next lane to be used
const MSLink * link
 the link from the current lane to the next lane

Detailed Description

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

References dir, lane, and link.

◆ NextLaneInfo() [2/2]

MSPModel_Striping::NextLaneInfo::NextLaneInfo ( )
inline

Definition at line 188 of file MSPModel_Striping.h.

References dir, lane, link, and MSPModel::UNDEFINED_DIRECTION.

Field Documentation

◆ dir

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(), NextLaneInfo(), and NextLaneInfo().

◆ lane

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(), NextLaneInfo(), and NextLaneInfo().

◆ link

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(), NextLaneInfo(), and NextLaneInfo().


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