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

Provides the definition of the simple velocity component that computes a preferred velocity directly towards the goal. More...

#include "CoreConfig.h"
#include "VelocityComponents/VelComponent.h"
#include "VelocityComponents/VelComponentFactory.h"
#include "VelocityComponents/VelCompContext.h"

Go to the source code of this file.

Classes

class  Menge::BFSM::GoalVelComponent
 A velocity component that returns a preferred velocity whose direction points from the current agent position toward the goal point. More...
 
class  Menge::BFSM::GoalVCContext
 The context for the GoalVelComponent. More...
 
class  Menge::BFSM::GoalVCFactory
 Factory for the GoalVelComponent. More...
 

Namespaces

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

Detailed Description

Provides the definition of the simple velocity component that computes a preferred velocity directly towards the goal.