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

Central database for querying available spatial query implementations. More...

#include "ElementDatabase.h"
#include "SpatialQueries/SpatialQueryFactory.h"
#include "SpatialQueries/SpatialQuery.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
< SpatialQueryFactory,
SpatialQuery > 
Menge::Agents::SpatialQueryDB
 The database of registered spatial query implementations.
 

Detailed Description

Central database for querying available spatial query implementations.

For spatial queries to be used in simulation, they must register themselves into the SpatialQueryDatabase. This is done via the PluginEngine.