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/pedestrians/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  DummyState
 
class  MSPModel
 The pedestrian following model. More...
 
class  PedestrianState
 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 42 of file MSPModel.h.