Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <vector>
#include <utils/common/SUMOVehicleClass.h>
#include <utils/common/ValueTimeLine.h>
#include <utils/common/RandHelper.h>
#include <utils/common/Named.h>
#include "IntermodalTrip.h"
Go to the source code of this file.
Data Structures | |
class | IntermodalEdge< E, L, N, V > |
the base edge type that is given to the internal router (SUMOAbstractRouter) More... | |
Functions | |
template<class E , class L > | |
const L * | getSidewalk (const E *edge, SUMOVehicleClass svc=SVC_PEDESTRIAN) |
Definition in file IntermodalEdge.h.
|
inline |
Definition at line 37 of file IntermodalEdge.h.
References L, and SVC_PEDESTRIAN.