ODCell Struct Reference

#include <ODCell.h>


Detailed Description

A single O/D-matrix cell.

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.

Todo:
Check whether the vehicle type is used and makes sense herein

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.

Field Documentation

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()().

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().


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

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