15 #ifndef ODEJOINTGROUP_H
16 #define ODEJOINTGROUP_H
18 #include "pandabase.h"
19 #include "typedObject.h"
22 #include "ode_includes.h"
33 INLINE dJointGroupID get_id()
const;
35 INLINE
void empty()
const;
49 register_type(_type_handle,
"OdeJointGroup",
50 TypedObject::get_class_type());
53 return get_class_type();
61 #include "odeJointGroup.I"
static void init_type()
This function is declared non-inline to work around a compiler bug in g++ 2.96.
This is an abstract class that all classes which use TypeHandle, and also provide virtual functions t...
An STL function object class, this is intended to be used on any ordered collection of class objects ...
TypeHandle is the identifier used to differentiate C++ class types.