![]() |
Menge
Modular Pedestrian Simulation Framework for Research and Development
|
An agent generator which creates a set of agents based on the definition of a hexagonal packed lattice fit into a rectangle. (i.e., rows are offset for maximal packing). More...
#include "mengeCommon.h"
#include "AgentGenerators/AgentGenerator.h"
#include "AgentGenerators/AgentGeneratorFactory.h"
Go to the source code of this file.
Classes | |
class | Menge::Agents::HexLatticeGenerator |
Definition of an agent generator class which produces agents based on the positions of intersections on a hexagonal lattice bounded by a rectangle. More... | |
class | Menge::Agents::HexLatticeGeneratorFactory |
Factory for HexLatticeGenerator. 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 hexagonal packed lattice fit into a rectangle. (i.e., rows are offset for maximal packing).