![]() |
Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
|
| ▼NAircraft | The namespace containing Menge elements required for simulating aircraft loading and unloading |
| CClearAABBCondFactory | The factory for creating the ClearAABBCondition |
| CClearAABBCondition | An action that sets agent properties based on the agent's position along the x-axis |
| CPropertyXActFactory | Factory for instantiating PropertyXAction instances |
| CPropertyXAction | An action that sets agent properties based on the agent's position along the x-axis |
| ▼NDummy | The name space for the Dummy pedestrian model |
| CAgent | The "dummy" agent class |
| CDummyDBEntry | The simulator database entry for the Dummy simulator |
| CSimulator | The simulator for the Dummy pedestrian model |
| ▼NFDModifier | The name space for the Fundamental Diagram adherence model |
| ▼CFDModifier | Velocity modifier that adapts preferred velocity to account for local density. This produces a density-dependent behavior which can conform to the fundamental diagram (depending on the settings.) |
| CFDParam | Defines the parameters which define the density-aware behavior |
| CFDModifierFactory | The factory for the FDModifier class |
| ▼NFormations | The name space for the Formation Model |
| CFormationModifier | A velocity modifier which adapts agent preferred velocities so that they move in formations |
| CFormationModifierFactory | The factory class for the FormationModifier |
| CFormationPoint | The data structure representing a point in the formation |
| CFormationsTask | Task responsible for updating agent data for maintaining a formation |
| CFreeFormation | The class for modeling a freestyle formation |
| ▼NHelbing | The namespace for the Helbing pedestrian model. This is a model based on the model proposed in the Helbing et al., 2000 paper |
| CAgent | Agent definition for the Helbing pedestrian model |
| CAgentContext | The context for displaying the computational aspects of the Zanlungo model (see Agents::Helbing::Agent) |
| CAgentInitializer | Class which determines the agent properties for each new Helbing agent |
| CDBEntry | The simulator database entry for the Helbing 2000 simulator |
| CSimulator | Defines the simulator operating on a Helbing::Agent |
| ▼NJohansson | Contains the specification of the pedestrian model from the Johansson et al., 2007 paper |
| CAgent | Definition of Johansson 2007 agent |
| CAgentInitializer | Class which determines the agent properties for each new Johansson agent |
| CDBEntry | The simulator database entry for the Johansson 2007 simulator |
| CSimulator | Defines the simulator operating on a Johansson::Agent |
| ▼NKaramouzas | Contains the specification of the pedestrian model from the Karamouzas et al., 2009 paper |
| CAgent | The agent definition for the Karamouzas 2009 agent |
| CAgentInitializer | Class which determines the agent properties for each new Karamouzas agent |
| CDBEntry | The simulator database entry for the Karamouzas 2009 simulator |
| CSimulator | Defines the simulator operating on a Karamouzas::Agent |
| ▼NTerrain | The namespace containing the height field resource and Menge elements which use the height field |
| CHeightField | A heightfield. A uniform discretization of space which supports queries on height and normal of field |
| CHeightFieldElevation | Elevation definition based on a height field |
| CHeightFieldElevationFactory | Factory for the HeightFieldElevation |
| CHeightFieldModifier | Modify the preferred velocity based on a height field |
| CHeightFieldModifierFactory | Factory for the HeightFieldModifier |
| ▼NZanlungo | Contains the specification of the pedestrian model based on the Zanlungo et al., 2011 paper |
| CAgent | Agent definition for the Zanlungo pedestrian model |
| CAgentContext | The context for displaying the computational aspects of the Zanlungo model (see Agents::Zanlungo::Agent) |
| CAgentInitializer | Class which determines the agent properties for each new Zanlungo agent |
| CDBEntry | The simulator database entry for the Zanlungo 2011 simulator |
| CSimulator | Defines the simulator operating on a Zanlungo::Agent |
1.8.8