SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
IntermodalEdge.h File Reference
#include <config.h>
#include <string>
#include <vector>
#include <algorithm>
#include <assert.h>
#include <utils/common/SUMOTime.h>
#include <utils/common/ToString.h>
#include <utils/common/Named.h>
Include dependency graph for IntermodalEdge.h:
This graph shows which files directly or indirectly include this file:

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...
 
struct  IntermodalTrip< E, N, V >
 the "vehicle" type that is given to the internal router (SUMOAbstractRouter) More...
 
class  PedestrianEdge< E, L, N, V >
 the pedestrian edge type that is given to the internal router (SUMOAbstractRouter) More...
 

Macros

#define TL_RED_PENALTY   20
 

Functions

template<class E , class L >
const L * getSidewalk (const E *edge)
 

Detailed Description

Author
Jakob Erdmann
Michael Behrisch
Robert Hilbrich
Date
Mon, 03 March 2014
Version
Id
IntermodalEdge.h 21182 2016-07-18 06:46:01Z behrisch

Definition in file IntermodalEdge.h.

Macro Definition Documentation

#define TL_RED_PENALTY   20

Definition at line 43 of file IntermodalEdge.h.

Referenced by PedestrianEdge< E, L, N, V >::getTravelTime().

Function Documentation

template<class E , class L >
const L* getSidewalk ( const E *  edge)
inline

Definition at line 49 of file IntermodalEdge.h.

References SVC_PEDESTRIAN.