Eclipse SUMO - Simulation of Urban MObility
|
#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>
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... | |
Definition in file ODMatrix.h.