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

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.
 

Detailed Description

Contains the SimulatorBase class - the common, generic simulator to work with different types of agents. It is templated on the Agent type.