SUMO - Simulation of Urban MObility
NBCapacity2Lanes Class Reference

A helper class which computes the lane number from given capacity. More...

#include <NBCapacity2Lanes.h>

Public Member Functions

int get (SUMOReal capacity) const
 Returns the number of lanes computed from the given capacity.
 NBCapacity2Lanes (SUMOReal divider)
 Donstructor.
 ~NBCapacity2Lanes ()
 Destructor.

Private Attributes

SUMOReal myDivider
 The norming divider.

Detailed Description

A helper class which computes the lane number from given capacity.

A helper class for the computation of the number of lanes an edge has in dependence to this edge's capacity. The computation is done by the (trivial) assumption, the number of lanes increases linear with the number of lanes.

Definition at line 47 of file NBCapacity2Lanes.h.


Constructor & Destructor Documentation

Donstructor.

Parameters:
[in]dividerValue for the norming divider

Definition at line 53 of file NBCapacity2Lanes.h.

Destructor.

Definition at line 57 of file NBCapacity2Lanes.h.


Member Function Documentation

int NBCapacity2Lanes::get ( SUMOReal  capacity) const [inline]

Returns the number of lanes computed from the given capacity.

Returns the esimtaed number of lanes by returning the given capacity divided by the norming divider given in the constructor.

Parameters:
[in]capacityThe capacity to convert
Returns:
The capacity converted to the number of lanes

Definition at line 68 of file NBCapacity2Lanes.h.

References myDivider.

Referenced by NIImporter_VISUM::parse_Edges(), and NIImporter_VISUM::parse_Types().


Field Documentation

The norming divider.

Definition at line 82 of file NBCapacity2Lanes.h.

Referenced by get().


The documentation for this class was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines