Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
GoalSelectors Directory Reference

Files

file  GoalSelector.cpp
 
file  GoalSelector.h [code]
 Defines the mechanism for selecting a goal for an agent.
 
file  GoalSelectorDatabase.cpp
 
file  GoalSelectorDatabase.h [code]
 Central database for querying available agent goals.
 
file  GoalSelectorExplicit.cpp
 
file  GoalSelectorExplicit.h [code]
 The definition of the explicit goal selector - specifying a target goal from a set explicitly.
 
file  GoalSelectorFactory.cpp
 
file  GoalSelectorFactory.h [code]
 The factory for parsing xml data and instantiating goals.
 
file  GoalSelectorFarthest.cpp
 
file  GoalSelectorFarthest.h [code]
 The definition of the farthest goal selector.
 
file  GoalSelectorFarthestNM.cpp
 
file  GoalSelectorFarthestNM.h [code]
 The definition of the farthest navigation mesh goal selector.
 
file  GoalSelectorIdentity.cpp
 
file  GoalSelectorIdentity.h [code]
 The definition of the "identity" goal selector.
 
file  GoalSelectorMirror.cpp
 
file  GoalSelectorMirror.h [code]
 The definition of the "mirror" goal selector.
 
file  GoalSelectorNearest.cpp
 
file  GoalSelectorNearest.h [code]
 The definition of the nearest goal selector.
 
file  GoalSelectorNearestNM.cpp
 
file  GoalSelectorNearestNM.h [code]
 The definition of the nearest navigation mesh goal selector.
 
file  GoalSelectorOffset.cpp
 
file  GoalSelectorOffset.h [code]
 The definition of the "offset" goal selector.
 
file  GoalSelectorRandom.cpp
 
file  GoalSelectorRandom.h [code]
 The definition of the random goal selector.
 
file  GoalSelectorSet.cpp
 
file  GoalSelectorSet.h [code]
 The definition of the base class for handling goal selectors which operate on single goal sets.
 
file  GoalSelectorShared.cpp
 
file  GoalSelectorShared.h [code]
 The definition of the "shared" goal selector.
 
file  GoalSelectorWeighted.cpp
 
file  GoalSelectorWeighted.h [code]
 The definition of the weighted random goal selector.