OMKPluginHumano.cpp File Reference

This file defines the three exported functions needed for the plugin_add_on_sec, see Creating plugins in the main documentation. More...

#include "OBTPluginInformation.h"
#include "OMKHumano.h"

Include dependency graph for OMKPluginHumano.cpp:

Go to the source code of this file.

Functions

OMKHUMANO_API OBT::PluginInformation pluginInfo ("OMK-HumanoPlugin","Plugin to include OSO, animators and others stuffs for MKM", 0, 1,"First version","01/10/07")
 Plugin informations.
OMKHUMANO_API const OBT::PluginInformation & getPluginInformation ()
 The get informations function.
OMKHUMANO_API bool initPlugin (const char *configurationFile)
 The init function.
OMKHUMANO_API bool finishPlugin ()
 The finish funtion.


Detailed Description

This file defines the three exported functions needed for the plugin_add_on_sec, see Creating plugins in the main documentation.

Definition in file OMKPluginHumano.cpp.


Function Documentation

OMKHUMANO_API bool finishPlugin (  ) 

The finish funtion.

Returns:
true if finish is well done.
Do nothing.

Definition at line 37 of file OMKPluginHumano.cpp.

00038   {
00039     return true ;
00040   }

OMKHUMANO_API const OBT::PluginInformation& getPluginInformation (  ) 

The get informations function.

Returns:
pluginInfo.

Definition at line 18 of file OMKPluginHumano.cpp.

References pluginInfo().

00019   {
00020     return pluginInfo ;
00021   }

OMKHUMANO_API bool initPlugin ( const char *  configurationFile  ) 

The init function.

Parameters:
[in] configurationFile is not used.
Returns:
true if initialisation is well done.

Definition at line 27 of file OMKPluginHumano.cpp.

00028   {
00029     return true ;
00030   }

OMKHUMANO_API OBT::PluginInformation pluginInfo ( "OMK-HumanoPlugin"  ,
"Plugin to include   OSO,
animators and others stuffs for MKM"  ,
,
,
"First version"  ,
"01/10/07"   
)

Plugin informations.

Referenced by getPluginInformation().


logo OpenMask

Documentation generated on Mon Jun 9 11:45:58 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007