![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Central database for querying available behavior velocity modifiers. More...
#include "ElementDatabase.h"
#include "VelocityModifiers/VelModifierFactory.h"
#include "VelocityModifiers/VelModifier.h"
Go to the source code of this file.
Namespaces | |
Menge | |
The core namespace. All elements of Menge are contained in this namespace. | |
Typedefs | |
typedef ElementDB < VelModFactory, VelModifier > | Menge::BFSM::VelModDB |
The database of registered velocity component implementations. | |
Central database for querying available behavior velocity modifiers.
For velocity modifiers to be used in the finite state machine, they must register themselves into the VelModDB. This is done via the PluginEngine.