Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  src
  Plugins
  AgtDummy
 Dummy.cppPlugin for dummy pedestrian
 Dummy.hCollection of Dummy Agent and Simulator for simple inclusion
 DummyAgent.hThe definition of a simple "dummy" agent
 DummyConfig.hConfigures the shared library aspect of the includes
 DummyDBEntry.hThe simulator database entry for the Dummy pedestrian model
 DummySimulator.hContains the Dummy::Simulator class
  AgtHelbing
 Helbing.cppPlugin for helbing pedestrian
 Helbing.hThe definition of the Helbing pedestrian plug-in
 HelbingAgent.hThe agent specification for the pedestrian model based on the Helbing et al., 2000 paper
 HelbingAgentContext.hA basic context for interacting with and displaying Helbing agent parameters
 HelbingConfig.hConfigures the shared library aspect of the includes
 HelbingDBEntry.hThe simulator database entry for the Helbing 2000 pedestrian model
 HelbingInitializer.hThe AgentInitializer for the Helbing simulator
 HelbingSimulator.hContains the Helbing::Simulator class Implements Helbing's 2000 pedestrian model
  AgtJohansson
 Johansson.cppPlugin for Johansson 2007 pedestrian
 Johansson.hCollection of Johansson 2007 Agent and Simulator
 JohanssonAgent.hDefinition of Johansson 2007 agent
 JohanssonConfig.hConfigures the shared library aspect of the includes
 JohanssonDBEntry.hThe simulator database entry for the Johansson 2007 pedestrian model
 JohanssonInitializer.hThe AgentInitializer for the Johansson simulator
 JohanssonSimulator.hContains the Johansson::Simulator class Implements Johansson's 2007 pedestrian model
  AgtKaramouzas
 Karamouzas.cppPlugin for orca pedestrian
 Karamouzas.hCollection of Karamouzas 2009 Agent and Simulator
 KaramouzasAgent.hContains the Karamouzas::Agent class Implements Karamouzas's 2009 pedestrian model "A Predictive Collision Avoidance Model for Pedestrian Simulation"
 KaramouzasConfig.hConfigures the shared library aspect of the includes
 KaramouzasDBEntry.hThe simulator database entry for the Karamouzas 2009 pedestrian model
 KaramouzasInitializer.hThe AgentInitializer for the Karamouzas simulator
 KaramouzasSimulator.hContains the Karamouzas::Simulator class Implements Karamouzas's 2009 pedestrian model "A Predictive Collision Avoidance Model for Pedestrian Simulation"
  AgtZanlungo
 Zanlungo.cppPlugin for Zanlungo pedestrian
 Zanlungo.hThe definition of the Zanlungo pedestrian plug-in
 ZanlungoAgent.hContains the Zanlungo::Agent class Implements Zanlungo's 2011 pedestrian model "Social Force Model with Explicit Collision Prediction"
 ZanlungoAgentContext.hA basic context for interacting with and displaying Zanlungo agent parameters
 ZanlungoConfig.hConfigures the shared library aspect of the includes
 ZanlungoDBEntry.hThe simulator database entry for the Zanlungo 2011 pedestrian model
 ZanlungoInitializer.hThe AgentInitializer for the Zanlungo simulator
 ZanlungoSimulator.hContains the Zanlungo::Simulator class
  aircraft
 Aircraft.cppPlugin for aircraft loading and unloading
 AircraftAction.hDefinition of actions used in Aircraft loading and unloading
 AircraftConfig.hConfigures the shared library aspect of the includes
 AircraftTransition.hDefinition of transition condition used in aircraft loading and unloading
  Formations
 Formations.cppPlugin for formations
 FormationsConfig.hConfigures the shared library aspect of the includes
 FormationsModifier.hDefinition of a VelocityModifier to enforce formation behavior
 FormationsTask.hTask used to maintain a single formation
 FreeFormation.hImplementatin of freestyle formations
  FundamentalDiagram
 FundamentalDiagram.cppPlugin for formations
 FundamentalDiagramConfig.hConfigures the shared library aspect of the includes
 FundamentalDiagramModifier.hDefiniton of a Velocity Modifier to enforce FD adherance
  Terrain
 ElevationHeightField.hDefines elevation based on a height field. If an agent (or a point) cannot be located on the field, its elevation is ????
 HeightField.hDefinition of a height field based on a uniform discretization of space
 Terrain.cppPlugin for height-field-based elements
 TerrainConfig.hConfigures the shared library aspect of the includes
 VelModHeightField.hDefinition of a VelocityModifier to push agents along the gradient of a heightField