OMKPluginVis.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 "OMKVis.h"

Include dependency graph for OMKPluginVis.cpp:

Go to the source code of this file.

Functions

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


Function Documentation

OMKVIS_API bool finishPlugin (  ) 

The finish funtion.

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

Definition at line 36 of file OMKPluginVis.cpp.

00037   {
00038     return true ;
00039   }

OMKVIS_API const OBT::PluginInformation& getPluginInformation (  ) 

The get informations function.

Returns:
pluginInfo.

Definition at line 16 of file OMKPluginVis.cpp.

References pluginInfo().

00017   {
00018         static OBT::PluginInformation pluginInfo( "OMK-VisPlugin", "Plugin to use OgreVis", 0, 1, "First version", "08/08/07" ) ;
00019     return pluginInfo ;
00020   }

OMKVIS_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 26 of file OMKPluginVis.cpp.

00027   { 
00028     return true ;
00029   }


logo OpenMask

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

Generated with doxygen by Dimitri van Heesch ,   1997-2007