![]() |
Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>#include <string>#include <vector>#include <algorithm>#include <assert.h>#include <utils/common/MsgHandler.h>#include <utils/common/Named.h>#include <utils/common/SUMOTime.h>#include <utils/common/ToString.h>#include <utils/geom/Position.h>#include <utils/vehicle/SUMOVehicleParameter.h>#include "AccessEdge.h"#include "CarEdge.h"#include "IntermodalEdge.h"#include "PedestrianEdge.h"#include "PublicTransportEdge.h"#include "StopEdge.h"Go to the source code of this file.
Data Structures | |
| class | IntermodalNetwork< E, L, N, V > |
| the intermodal network storing edges, connections and the mappings to the "real" edges More... | |
Enumerations | |
| enum | ModeChangeOptions { PARKING_AREAS = 1 << 0 , PT_STOPS = 1 << 1 , ALL_JUNCTIONS = 1 << 2 , TAXI_DROPOFF_PARKING_AREAS = 1 << 3 , TAXI_DROPOFF_PT = 1 << 4 , TAXI_DROPOFF_ANYWHERE = 1 << 5 , TAXI_PICKUP_PARKING_AREAS = 1 << 6 , TAXI_PICKUP_PT = 1 << 7 , TAXI_PICKUP_ANYWHERE = 1 << 8 } |
| where mode changes are possible More... | |
Definition in file IntermodalNetwork.h.
| enum ModeChangeOptions |
where mode changes are possible
Definition at line 51 of file IntermodalNetwork.h.