MSCrossSection Class Reference

#include <MSCrossSection.h>


Detailed Description

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

Definition at line 48 of file MSCrossSection.h.


Public Member Functions

 MSCrossSection (MSLane *lane, SUMOReal pos) throw ()
 Constructor.

Data Fields

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

Constructor & Destructor Documentation

MSCrossSection::MSCrossSection ( MSLane lane,
SUMOReal  pos 
) throw () [inline]

Constructor.

Parameters:
[in] lane The lane to cross
[in] pos The position at the lane

Definition at line 55 of file MSCrossSection.h.

00055 : myLane(lane) , myPosition(pos) {}


Field Documentation

The lane to cross.

Definition at line 60 of file MSCrossSection.h.

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

The position at the lane.

Definition at line 63 of file MSCrossSection.h.

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


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

Generated on Wed May 5 00:06:47 2010 for Sumo - Simulation of Urban MObility by  doxygen 1.5.6