Menge
Modular Pedestrian Simulation Framework for Research and Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Typedefs
ObstacleSetDatabase.h File Reference

Central database for querying available obstacle set implementations. More...

#include "ElementDatabase.h"
#include "ObstacleSets/ObstacleSetFactory.h"
#include "ObstacleSets/ObstacleSet.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
< ObstacleSetFactory,
ObstacleSet > 
Menge::Agents::ObstacleSetDB
 The database of registered aobstacle set implementations.
 

Detailed Description

Central database for querying available obstacle set implementations.

For obstacle sets to be used in simulation, they must register themselves into the ObstacleSetDB. This is done via the PluginEngine.