Eclipse SUMO - Simulation of Urban MObility
MSPModel.h File Reference
#include <config.h>
#include <string>
#include <limits>
#include <utils/common/SUMOTime.h>
#include <utils/common/Command.h>
#include <utils/common/MsgHandler.h>
#include <utils/geom/GeomHelper.h>
#include <microsim/transportables/MSPerson.h>
Include dependency graph for MSPModel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  MSPModel
 The pedestrian (and also sometimes container) movement model. More...
 
class  MSTransportableStateAdapter
 abstract base class for managing callbacks to retrieve various state information from the model More...
 

Typedefs

typedef std::pair< const MSPerson *, double > PersonDist
 

Detailed Description

Author
Jakob Erdmann
Date
Mon, 13 Jan 2014

Definition in file MSPModel.h.

Typedef Documentation

◆ PersonDist

typedef std::pair<const MSPerson*, double> PersonDist

Definition at line 41 of file MSPModel.h.