![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
An agent generator which creates a set of agents based on the definition of a rectangular lattice, with an agent at each point. More...
#include "mengeCommon.h"#include "AgentGenerators/AgentGenerator.h"#include "AgentGenerators/AgentGeneratorFactory.h"#include <vector>Go to the source code of this file.
Classes | |
| class | Menge::Agents::RectGridGenerator |
| Definition of an agent generator class which produces agents based on the positions of intersections on a lattice–one agent per intersection. More... | |
| class | Menge::Agents::RectGridGeneratorFactory |
| Factory for RectGridGenerator. More... | |
Namespaces | |
| Menge | |
| The core namespace. All elements of Menge are contained in this namespace. | |
An agent generator which creates a set of agents based on the definition of a rectangular lattice, with an agent at each point.
1.8.8