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

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

#include "mengeCommon.h"
#include "ProfileSelectors/ProfileSelector.h"
#include "ProfileSelectors/ProfileSelectorFactory.h"

Go to the source code of this file.

Classes

class  Menge::Agents::ConstProfileSelector
 A profile selector that stores a single agent initializer and assigns this profile to all agents. More...
 
class  Menge::Agents::ConstProfileSelectorFactory
 The factory for the ConstProfileSelector. More...
 

Namespaces

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

Detailed Description

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