Eclipse SUMO - Simulation of Urban MObility
IntermodalEdge.h File Reference
#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"
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...
 

Functions

template<class E , class L >
const L * getSidewalk (const E *edge, SUMOVehicleClass svc=SVC_PEDESTRIAN)
 

Detailed Description

Author
Jakob Erdmann
Michael Behrisch
Robert Hilbrich
Date
Mon, 03 March 2014

Definition in file IntermodalEdge.h.

Function Documentation

◆ getSidewalk()

template<class E , class L >
const L* getSidewalk ( const E *  edge,
SUMOVehicleClass  svc = SVC_PEDESTRIAN 
)
inline

Definition at line 37 of file IntermodalEdge.h.

References L, and SVC_PEDESTRIAN.