SUMO - Simulation of Urban MObility
MSNet.h File Reference
#include <config.h>
#include <typeinfo>
#include <vector>
#include <map>
#include <string>
#include <fstream>
#include <iostream>
#include <cmath>
#include <iomanip>
#include "MSVehicleControl.h"
#include "MSEventControl.h"
#include <utils/geom/Boundary.h>
#include <utils/geom/Position.h>
#include <utils/common/SUMOTime.h>
#include <microsim/trigger/MSChargingStation.h>
#include <microsim/MSStoppingPlace.h>
#include <utils/common/UtilExceptions.h>
#include <utils/common/NamedObjectCont.h>
#include <utils/vehicle/SUMOAbstractRouter.h>
#include <utils/vehicle/DijkstraRouterTT.h>
#include <utils/vehicle/DijkstraRouterEffort.h>
#include <utils/vehicle/AStarRouter.h>
#include <utils/common/NamedRTree.h>
#include <utils/vehicle/PedestrianRouter.h>
Include dependency graph for MSNet.h:

Go to the source code of this file.

Data Structures

class  MSNet
 The simulated network and simulation perfomer. More...
 
class  MSNet::VehicleStateListener
 Interface for objects listening to vehicle state changes. More...
 

Typedefs

typedef std::vector< MSEdge * > MSEdgeVector
 

Detailed Description

Author
Christian Roessel
Jakob Erdmann
Daniel Krajzewicz
Thimor Bohn
Eric Nicolay
Clemens Honomichl
Michael Behrisch
Date
Mon, 12 Mar 2001
Version
Id
MSNet.h 21198 2016-07-19 11:34:56Z namdre

Definition in file MSNet.h.

Typedef Documentation

typedef std::vector<MSEdge*> MSEdgeVector

Definition at line 82 of file MSNet.h.