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

The definition of the nearest goal selector. More...

#include "CoreConfig.h"
#include "fsmCommon.h"
#include "GoalSelectors/GoalSelectorSet.h"

Go to the source code of this file.

Classes

class  Menge::BFSM::NearestGoalSelector
 The nearest goal selector selects the goal from a goal set that is nearest to the agent in terms of Euclidian distance. More...
 
class  Menge::BFSM::NearestGoalSelectorFactory
 Factory for the NearestGoalSelector. More...
 

Namespaces

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

Detailed Description

The definition of the nearest goal selector.