Eclipse SUMO - Simulation of Urban MObility
MSCrossSection Class Reference

A simple description of a position on a lane (crossing of a lane) More...

#include <MSCrossSection.h>

Collaboration diagram for MSCrossSection:
[legend]

Public Member Functions

 MSCrossSection (MSLane *lane, double pos)
 Constructor. More...
 

Data Fields

MSLanemyLane
 The lane to cross. More...
 
double myPosition
 The position at the lane. More...
 

Detailed Description

A simple description of a position on a lane (crossing of a lane)

Definition at line 41 of file MSCrossSection.h.

Constructor & Destructor Documentation

◆ MSCrossSection()

MSCrossSection::MSCrossSection ( MSLane lane,
double  pos 
)
inline

Constructor.

Parameters
[in]laneThe lane to cross
[in]posThe position at the lane

Definition at line 48 of file MSCrossSection.h.

Field Documentation

◆ myLane

MSLane* MSCrossSection::myLane

The lane to cross.

Definition at line 53 of file MSCrossSection.h.

Referenced by GUIE3Collector::MyWrapper::buildDefinition().

◆ myPosition

double MSCrossSection::myPosition

The position at the lane.

Definition at line 56 of file MSCrossSection.h.

Referenced by GUIE3Collector::MyWrapper::buildDefinition().


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