![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
The base class for all objects which support agent spatial queries including: k-nearest agent neighbor, k-nearest obstacles and visibility queries. More...
#include "CoreConfig.h"#include "Element.h"#include "Obstacle.h"#include "SpatialQueries/ProximityQuery.h"#include "MengeException.h"#include <vector>Go to the source code of this file.
Classes | |
| class | Menge::Agents::SpatialQueryException |
| Exception class for spatial query operations. More... | |
| class | Menge::Agents::SpatialQueryFatalException |
| The fatal spatial query exception. More... | |
| class | Menge::Agents::SpatialQuery |
| The base class for performing spatial queries. More... | |
Namespaces | |
| Menge | |
| The core namespace. All elements of Menge are contained in this namespace. | |
The base class for all objects which support agent spatial queries including: k-nearest agent neighbor, k-nearest obstacles and visibility queries.
1.8.8