SUMO - Simulation of Urban MObility
MSRoute.h File Reference
#include <config.h>
#include <string>
#include <map>
#include <vector>
#include <algorithm>
#include <utils/common/Named.h>
#include <utils/common/RandomDistributor.h>
#include <utils/common/RGBColor.h>
#include <utils/vehicle/SUMOVehicleParameter.h>
#include <utils/common/Parameterised.h>

Go to the source code of this file.

Data Structures

class  MSRoute
 

Typedefs

typedef std::vector< const MSEdge * > ConstMSEdgeVector
 
typedef std::vector< MSEdge * > MSEdgeVector
 
typedef ConstMSEdgeVector::const_iterator MSRouteIterator
 

Detailed Description

Author
Daniel Krajzewicz
Friedemann Wesner
Sascha Krieg
Michael Behrisch
Jakob Erdmann
Date
Sept 2002
Version
Id
MSRoute.h 18095 2015-03-17 09:39:00Z behrisch

Definition in file MSRoute.h.

Typedef Documentation

typedef std::vector<const MSEdge*> ConstMSEdgeVector

Definition at line 53 of file MSRoute.h.

typedef std::vector<MSEdge*> MSEdgeVector

Definition at line 60 of file MSRoute.h.

typedef ConstMSEdgeVector::const_iterator MSRouteIterator

Definition at line 61 of file MSRoute.h.