Eclipse SUMO - Simulation of Urban MObility
Loading...
Searching...
No Matches
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.

Data Fields

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

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.

References myLane, and myPosition.

Field Documentation

◆ myLane

MSLane* MSCrossSection::myLane

The lane to cross.

Definition at line 53 of file MSCrossSection.h.

Referenced by GUIE3Collector::MyWrapper::buildDefinition(), and MSCrossSection().

◆ myPosition

double MSCrossSection::myPosition

The position at the lane.

Definition at line 56 of file MSCrossSection.h.

Referenced by GUIE3Collector::MyWrapper::buildDefinition(), and MSCrossSection().


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