SUMO - Simulation of Urban MObility
ROEdge.h File Reference
#include <config.h>
#include <string>
#include <map>
#include <vector>
#include <algorithm>
#include <utils/common/Named.h>
#include <utils/common/StdDefs.h>
#include <utils/common/ValueTimeLine.h>
#include <utils/common/SUMOVehicleClass.h>
#include <utils/emissions/PollutantsInterface.h>
#include <utils/vehicle/SUMOVTypeParameter.h>
#include "RONode.h"
#include "ROVehicle.h"
Include dependency graph for ROEdge.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ROEdge
 A basic edge for routing applications. More...
 

Typedefs

typedef std::vector< const ROEdge * > ConstROEdgeVector
 
typedef std::vector< ROEdge * > ROEdgeVector
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Christian Roessel
Michael Behrisch
Melanie Knocke
Yun-Pang Floetteroed
Date
Sept 2002
Version
Id
ROEdge.h 21252 2016-07-28 06:37:09Z namdre

Definition in file ROEdge.h.

Typedef Documentation

§ ConstROEdgeVector

typedef std::vector<const ROEdge*> ConstROEdgeVector

Definition at line 62 of file ROEdge.h.

§ ROEdgeVector

typedef std::vector<ROEdge*> ROEdgeVector

Definition at line 59 of file ROEdge.h.