Menge Plugin Examples
A Collection of Example Plugins for the Menge Framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Functions
Helbing.cpp File Reference

Plugin for helbing pedestrian. More...

#include "HelbingConfig.h"
#include "HelbingDBEntry.h"
#include "PluginEngine.h"

Functions

HELBING_API const char * getName ()
 Retrieves the name of the plug-in. More...
 
HELBING_API const char * getDescription ()
 Description of the plug-in. More...
 
HELBING_API void registerPlugin (PluginEngine *engine)
 Registers the plug-in with the PluginEngine. More...
 

Detailed Description

Plugin for helbing pedestrian.

Function Documentation

HELBING_API const char* getDescription ( )

Description of the plug-in.

Returns
A description of the plugin.
HELBING_API const char* getName ( )

Retrieves the name of the plug-in.

Returns
The name of the plug in.
HELBING_API void registerPlugin ( PluginEngine engine)

Registers the plug-in with the PluginEngine.

Parameters
engineA pointer to the plugin engine.