#include <ODCell.h>
A single cell within an O/D-matrix. Contains the information about the origin and destination via string-ids of the district, the begin and the end time for which this cell is valid, the id of the vehicle type to use, and the amount of vehicles to emit during the described interval.
Definition at line 47 of file ODCell.h.
Data Fields | |
| SUMOTime | begin |
| The begin time this cell describes. | |
| std::string | destination |
| Name of the destination district. | |
| SUMOTime | end |
| The end time this cell describes. | |
| std::string | origin |
| Name of the origin district. | |
| SUMOReal | vehicleNumber |
| The number of vehicles. | |
| std::string | vehicleType |
| Name of the vehicle type. | |
The begin time this cell describes.
Definition at line 52 of file ODCell.h.
Referenced by ODMatrix::add(), ODMatrix::applyCurve(), and ODMatrix::cell_by_begin_sorter::operator()().
| std::string ODCell::destination |
Name of the destination district.
Definition at line 61 of file ODCell.h.
Referenced by ODMatrix::add(), ODMatrix::applyCurve(), and ODMatrix::cell_by_begin_sorter::operator()().
The end time this cell describes.
Definition at line 55 of file ODCell.h.
Referenced by ODMatrix::add(), and ODMatrix::applyCurve().
| std::string ODCell::origin |
Name of the origin district.
Definition at line 58 of file ODCell.h.
Referenced by ODMatrix::add(), ODMatrix::applyCurve(), and ODMatrix::cell_by_begin_sorter::operator()().
| SUMOReal ODCell::vehicleNumber |
The number of vehicles.
Definition at line 49 of file ODCell.h.
Referenced by ODMatrix::add(), ODMatrix::applyCurve(), and ODMatrix::computeEmissions().
| std::string ODCell::vehicleType |
Name of the vehicle type.
Definition at line 64 of file ODCell.h.
Referenced by ODMatrix::add(), and ODMatrix::applyCurve().
1.5.6