OMKPluginVis.cpp

Go to the documentation of this file.
00001 #include "OBTPluginInformation.h"
00002 #include "OMKVis.h"
00003 
00004 extern "C"
00005 {
00012   //-------------------------------------------------------------------------
00016   OMKVIS_API const OBT::PluginInformation& getPluginInformation()
00017   {
00018         static OBT::PluginInformation pluginInfo( "OMK-VisPlugin", "Plugin to use OgreVis", 0, 1, "First version", "08/08/07" ) ;
00019     return pluginInfo ;
00020   }
00021   
00022   //-------------------------------------------------------------------------
00026   OMKVIS_API bool initPlugin( const char* configurationFile )
00027   { 
00028     return true ;
00029   }
00030   
00031   //-------------------------------------------------------------------------
00036   OMKVIS_API bool finishPlugin()
00037   {
00038     return true ;
00039   }
00040 }

logo OpenMask

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

Generated with doxygen by Dimitri van Heesch ,   1997-2007