72 typedef std::map<SUMOTime, std::vector<SUMOVehicleParameter> >
Departures;
A complete router's route.
A single O/D-matrix cell.
std::string destination
Name of the destination district.
std::string vehicleType
Name of the vehicle type.
std::string origin
Name of the origin district.
std::map< SUMOTime, std::vector< SUMOVehicleParameter > > Departures
mapping of departure times to departing vehicles, if already fixed
double vehicleNumber
The number of vehicles.
bool originIsEdge
the origin "district" is an edge id
std::vector< std::shared_ptr< RORoute > > pathsVector
the list of paths / routes
SUMOTime end
The end time this cell describes.
SUMOTime begin
The begin time this cell describes.
bool destinationIsEdge
the destination "district" is an edge id