Eclipse SUMO - Simulation of Urban MObility
IntermodalNetwork.h File Reference
#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"
Include dependency graph for IntermodalNetwork.h:
This graph shows which files directly or indirectly include this file:

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...
 

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$

Definition in file IntermodalNetwork.h.

Function Documentation

◆ getSidewalk()

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

Definition at line 52 of file IntermodalNetwork.h.

References L, and SVC_PEDESTRIAN.