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

Provides the definitions of some simple velocity components based on constant velocities. 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::ConstVelComponent
 A velocity component that always returns a constant velocity. More...
 
class  Menge::BFSM::ConstVCContext
 The context for the ConstVelComponent. More...
 
class  Menge::BFSM::ConstVCFactory
 Factory for the ConstVelComponent. More...
 
class  Menge::BFSM::ConstVelDirComponent
 A velocity component that always returns a constant direction but leaves the preferred speed unchanged. More...
 
class  Menge::BFSM::ConstDirVCContext
 The context for the ConstVelDirComponent. More...
 
class  Menge::BFSM::ConstDirVCFactory
 Factory for the ConstVelDirComponent. More...
 
class  Menge::BFSM::ZeroVelComponent
 A velocity component that always returns the zero velocity. More...
 
class  Menge::BFSM::ZeroVCContext
 The context for the ZeroVelComponent. More...
 
class  Menge::BFSM::ZeroVCFactory
 Factory for the ZeroVelComponent. More...
 

Namespaces

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

Detailed Description

Provides the definitions of some simple velocity components based on constant velocities.