Eclipse SUMO - Simulation of Urban MObility
ODMatrix.h File Reference
#include <config.h>
#include <iostream>
#include <sstream>
#include <fstream>
#include <vector>
#include <cstdlib>
#include <ctime>
#include <algorithm>
#include <set>
#include <string>
#include <utils/common/SUMOTime.h>
#include "ODCell.h"
#include "ODDistrictCont.h"
#include <utils/distribution/Distribution_Points.h>
#include <utils/importio/LineReader.h>
#include <utils/xml/SAXWeightsHandler.h>
Include dependency graph for ODMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ODMatrix
 An O/D (origin/destination) matrix. More...
 
class  ODMatrix::cell_by_begin_comparator
 Used for sorting the cells by the begin time they describe. More...
 
class  ODMatrix::descending_departure_comperator
 Used for sorting vehicles by their departure (latest first) More...
 
struct  ODMatrix::ODVehicle
 An internal representation of a single vehicle. More...
 

Detailed Description

Author
Daniel Krajzewicz
Michael Behrisch
Yun-Pang Floetteroed
Date
05. Apr. 2006

Definition in file ODMatrix.h.