![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Central database for querying available agent generator implementations. More...
#include "ElementDatabase.h"
#include "AgentGenerators/AgentGeneratorFactory.h"
#include "AgentGenerators/AgentGenerator.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 < AgentGeneratorFactory, AgentGenerator > | Menge::Agents::AgentGeneratorDB |
The database of registered agent generator implementations. | |
Central database for querying available agent generator implementations.
For agent generators to be used in simulation, they must register themselves into the AgentGeneratorDatabase. This is done via the PluginEngine.