Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CAction
 CAircraft::PropertyXActionAn action that sets agent properties based on the agent's position along the x-axis
 CActionFactory
 CAircraft::PropertyXActFactoryFactory for instantiating PropertyXAction instances
 CAgentInitializer
 CHelbing::AgentInitializerClass which determines the agent properties for each new Helbing agent
 CJohansson::AgentInitializerClass which determines the agent properties for each new Johansson agent
 CKaramouzas::AgentInitializerClass which determines the agent properties for each new Karamouzas agent
 CZanlungo::AgentInitializerClass which determines the agent properties for each new Zanlungo agent
 CBaseAgent
 CDummy::AgentThe "dummy" agent class
 CHelbing::AgentAgent definition for the Helbing pedestrian model
 CJohansson::AgentDefinition of Johansson 2007 agent
 CKaramouzas::AgentThe agent definition for the Karamouzas 2009 agent
 CZanlungo::AgentAgent definition for the Zanlungo pedestrian model
 CCondition
 CAircraft::ClearAABBConditionAn action that sets agent properties based on the agent's position along the x-axis
 CConditionFactory
 CAircraft::ClearAABBCondFactoryThe factory for creating the ClearAABBCondition
 CMenge::SceneGraph::Context [external]
 CMenge::SceneGraph::SelectContext [external]
 CMenge::BaseAgentContext [external]
 CHelbing::AgentContextThe context for displaying the computational aspects of the Zanlungo model (see Agents::Helbing::Agent)
 CZanlungo::AgentContextThe context for displaying the computational aspects of the Zanlungo model (see Agents::Zanlungo::Agent)
 CElevation
 CTerrain::HeightFieldElevationElevation definition based on a height field
 CElevationFactory
 CTerrain::HeightFieldElevationFactoryFactory for the HeightFieldElevation
 CFDModifier::FDModifier::FDParamDefines the parameters which define the density-aware behavior
 CFormations::FormationPointThe data structure representing a point in the formation
 CMenge::Resource [external]
 CFormations::FreeFormationThe class for modeling a freestyle formation
 CTerrain::HeightFieldA heightfield. A uniform discretization of space which supports queries on height and normal of field
 CSimulatorBase
 CDummy::SimulatorThe simulator for the Dummy pedestrian model
 CHelbing::SimulatorDefines the simulator operating on a Helbing::Agent
 CJohansson::SimulatorDefines the simulator operating on a Johansson::Agent
 CKaramouzas::SimulatorDefines the simulator operating on a Karamouzas::Agent
 CZanlungo::SimulatorDefines the simulator operating on a Zanlungo::Agent
 CMenge::SimulatorDBEntry [external]
 CDummy::DummyDBEntryThe simulator database entry for the Dummy simulator
 CHelbing::DBEntryThe simulator database entry for the Helbing 2000 simulator
 CJohansson::DBEntryThe simulator database entry for the Johansson 2007 simulator
 CKaramouzas::DBEntryThe simulator database entry for the Karamouzas 2009 simulator
 CZanlungo::DBEntryThe simulator database entry for the Zanlungo 2011 simulator
 CTask
 CFormations::FormationsTaskTask responsible for updating agent data for maintaining a formation
 CVelModFactory
 CFDModifier::FDModifierFactoryThe factory for the FDModifier class
 CFormations::FormationModifierFactoryThe factory class for the FormationModifier
 CTerrain::HeightFieldModifierFactoryFactory for the HeightFieldModifier
 CVelModifier
 CFDModifier::FDModifierVelocity 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.)
 CFormations::FormationModifierA velocity modifier which adapts agent preferred velocities so that they move in formations
 CTerrain::HeightFieldModifierModify the preferred velocity based on a height field