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

The definition of the "identity" goal selector. More...

#include "CoreConfig.h"
#include "fsmCommon.h"
#include "GoalSelectors/GoalSelector.h"
#include "GoalSelectors/GoalSelectorFactory.h"

Go to the source code of this file.

Classes

class  Menge::BFSM::IdentityGoalSelector
 The identity goal selector makes a goal out of the agent's current position when assigned. The goal is not associated with any set and should be destroyed upon being freed. More...
 
class  Menge::BFSM::IdentityGoalSelectorFactory
 Factory for the IdentityGoalSelector. More...
 

Namespaces

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

Detailed Description

The definition of the "identity" goal selector.