OMKPluginInteraction.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 "OMKInteraction.h"
#include "OMKConnectors.inl"
#include "OMKConvertors.inl"
#include "OMKInteractiveExtension.h"
#include "OMKJointExtension.h"
#include "OMKJoint.h"
#include "OMKTransformType.h"

Include dependency graph for OMKPluginInteraction.cpp:

Go to the source code of this file.

Functions

OMKIII_API const OBT::PluginInformation & getPluginInformation ()
 The get informations function.
OMKIII_API bool initPlugin (const char *configurationFile)
 The init function.
OMKIII_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 OMKPluginInteraction.cpp.


Function Documentation

OMKIII_API bool finishPlugin (  ) 

The finish funtion.

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

Definition at line 43 of file OMKPluginInteraction.cpp.

00044   {
00045     return true ;
00046   }

OMKIII_API const OBT::PluginInformation& getPluginInformation (  ) 

The get informations function.

Returns:
pluginInfo.

Definition at line 21 of file OMKPluginInteraction.cpp.

References pluginInfo().

00022   {
00023     static OBT::PluginInformation pluginInfo( "OMK-InteractionPlugin", "Plugin to include OSO, animators and others stuffs for interaction", 0, 1, "First version", "26/07/07" ) ;
00024     return pluginInfo ;
00025   }

OMKIII_API bool initPlugin ( const char *  configurationFile  ) 

The init function.

Parameters:
[in] configurationFile is not used.
Returns:
true if initialisation is well done.
Do all the registrations for the objects defined by this plugin.

Definition at line 33 of file OMKPluginInteraction.cpp.

00034   {
00035     return true ;
00036   }


logo OpenMask

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

Generated with doxygen by Dimitri van Heesch ,   1997-2007