OMKPluginInteraction.cpp

Go to the documentation of this file.
00001 #include "OBTPluginInformation.h"
00002 #include "OMKInteraction.h"
00003 #include "OMKConnectors.inl"
00004 #include "OMKConvertors.inl"
00005 #include "OMKInteractiveExtension.h"
00006 #include "OMKJointExtension.h"
00007 #include "OMKJoint.h"
00008 #include "OMKTransformType.h"
00009 
00010 extern "C"
00011 {
00017   //-------------------------------------------------------------------------
00021   OMKIII_API const OBT::PluginInformation& getPluginInformation()
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   }
00026 
00027   //-------------------------------------------------------------------------
00033   OMKIII_API bool initPlugin( const char* configurationFile )
00034   {
00035     return true ;
00036   }
00037   
00038   //-------------------------------------------------------------------------
00043   OMKIII_API bool finishPlugin()
00044   {
00045     return true ;
00046   }
00047 }

logo OpenMask

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

Generated with doxygen by Dimitri van Heesch ,   1997-2007