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

An agent generator which creates a set of agents based on an explicit enumeration of agent positions. 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::ExplicitGenerator
 Definition of agent generator class which produces agents based on explicit enumeration of agent positions in an XML file. More...
 
class  Menge::Agents::ExplicitGeneratorFactory
 Factory for ExplicitGenerator. 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 an explicit enumeration of agent positions.