14#ifndef ODEJOINTGROUP_H
15#define ODEJOINTGROUP_H
26class EXPCL_PANDAODE OdeJointGroup :
public TypedObject {
29 virtual ~OdeJointGroup();
31 INLINE dJointGroupID get_id()
const;
33 INLINE
void empty()
const;
35 INLINE
int compare_to(
const OdeJointGroup &other)
const;
48 TypedObject::get_class_type());
51 return get_class_type();
TypeHandle is the identifier used to differentiate C++ class types.
static void init_type()
This function is declared non-inline to work around a compiler bug in g++ 2.96.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.