Definition in file ODMatrix.h.
#include <config.h>
#include <iostream>
#include <sstream>
#include <fstream>
#include <vector>
#include <cstdlib>
#include <ctime>
#include <algorithm>
#include <string>
#include <utils/common/SUMOTime.h>
#include "ODCell.h"
#include "ODDistrictCont.h"
#include <utils/distribution/Distribution_Points.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_sorter |
| 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... | |
1.5.6