SUMO - Simulation of Urban MObility
NBCapacity2Lanes Class Reference

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

#include <NBCapacity2Lanes.h>

Collaboration diagram for NBCapacity2Lanes:
Collaboration graph

Public Member Functions

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

Private Attributes

SUMOReal myDivider
 The norming divider. More...
 

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

NBCapacity2Lanes::NBCapacity2Lanes ( SUMOReal  divider)
inline

Donstructor.

Parameters
[in]dividerValue for the norming divider

Definition at line 53 of file NBCapacity2Lanes.h.

NBCapacity2Lanes::~NBCapacity2Lanes ( )
inline

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_MATSim::EdgesHandler::myStartElement(), NIImporter_VISUM::parse_Edges(), and NIImporter_VISUM::parse_Types().

Field Documentation

SUMOReal NBCapacity2Lanes::myDivider
private

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: