Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes
Dummy Namespace Reference

The name space for the Dummy pedestrian model. More...

Classes

class  Agent
 The "dummy" agent class. More...
 
class  DummyDBEntry
 The simulator database entry for the Dummy simulator. More...
 
class  Simulator
 The simulator for the Dummy pedestrian model. More...
 

Detailed Description

The name space for the Dummy pedestrian model.

The dummy pedestrian model is an incredibly simple example model. Agents compute a new velocity by randomly perturbing their preferred velocity. It is an example of the minimum implementation necessary to create a pedestrian model plug-in.