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

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.
 

Detailed Description

An agent generator which creates a set of agents based on the definition of a rectangular lattice, with an agent at each point.