#include "global.h"#include "MercuryODE.h"#include "MercuryUtil.h"#include "MercuryShapes.h"#include "MercuryLoadableModel.h"#include "MercuryLog.h"#include "MercuryTheme.h"#include "MercuryPoly.h"Go to the source code of this file.
Functions | |
| CLASS_FUNCTION_VOID_NOARGS (MercuryODEObject, RemoveODE) | |
| REGISTER_ODE_OBJECT_CLASS (MercuryODEObjectLoadable) | |
| CLASS_FUNCTION_VOID_NOARGS (MercuryODEObjectLoadable, RemoveODE) | |
| void | nearCallback (void *data, dGeomID o1, dGeomID o2) | 
| The collision function will need full reign over our class.   | |
| void | RegisterODEType (const MString &sClassName, NewODEObjectFunction pfn) | 
Variables | |
| std::map< MString, NewODEObjectFunction > * | ToMakeODEs = NULL | 
| CLASS_FUNCTION_VOID_NOARGS | ( | MercuryODEObjectLoadable | , | |
| RemoveODE | ||||
| ) | 
| CLASS_FUNCTION_VOID_NOARGS | ( | MercuryODEObject | , | |
| RemoveODE | ||||
| ) | 
| void nearCallback | ( | void * | data, | |
| dGeomID | o1, | |||
| dGeomID | o2 | |||
| ) | 
The collision function will need full reign over our class.
Definition at line 550 of file MercuryODE.cpp.
| REGISTER_ODE_OBJECT_CLASS | ( | MercuryODEObjectLoadable | ) | 
| void RegisterODEType | ( | const MString & | sClassName, | |
| NewODEObjectFunction | pfn | |||
| ) | 
Definition at line 623 of file MercuryODE.cpp.
| std::map< MString, NewODEObjectFunction >* ToMakeODEs = NULL | 
Definition at line 621 of file MercuryODE.cpp.