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

The definition of a state selector that assigns all agents the same initial state. More...

#include "mengeCommon.h"
#include "StateSelectors/StateSelector.h"
#include "StateSelectors/StateSelectorFactory.h"

Go to the source code of this file.

Classes

class  Menge::Agents::ConstStateSelector
 An initial state selector that stores a single state and assigns that state to all agents. More...
 
class  Menge::Agents::ConstStateSelectorFactory
 The factory for the ConstStateSelector. More...
 

Namespaces

 Menge
 The core namespace. All elements of Menge are contained in this namespace.
 

Detailed Description

The definition of a state selector that assigns all agents the same initial state.