![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
Contains the SimulatorBase class - the common, generic simulator to work with different types of agents. It is templated on the Agent type. More...
#include "mengeCommon.h"#include "Utils.h"#include "SimulatorInterface.h"#include "AgentInitializer.h"#include "SpatialQueries/SpatialQuery.h"#include <vector>Go to the source code of this file.
Classes | |
| class | Menge::Agents::SimulatorBase< Agent > |
| Defines the basic simulator. It is responsible for tracking agents and obstacles as well as initializing such from files. More... | |
Namespaces | |
| Menge | |
| The core namespace. All elements of Menge are contained in this namespace. | |
Contains the SimulatorBase class - the common, generic simulator to work with different types of agents. It is templated on the Agent type.
1.8.8