OdeManager

Inheritance:

Methods of OdeManager:

Methods of TypedObject:

OdeManager
OdeManager::OdeManager(void);

Undocumented function.

doPhysics
void OdeManager::do_physics(float dt);

Undocumented function.

getClassType
static TypeHandle OdeManager::get_class_type(void);

Undocumented function.

getGlobalPtr
static OdeManager *OdeManager::get_global_ptr(void);

Description : Returns a pointer to the global OdeManager.

getWorld
OdeWorld OdeManager::get_world(void) const;

Filename: odeManager.I Created by: pro-rsoft (10Apr09)
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Description : Returns the OdeWorld that is managed by this OdeManager.

output
virtual void OdeManager::output(ostream &out) const;

Undocumented function.

removeOdeNode
void OdeManager::remove_ode_node(OdeNode *node);

Undocumented function.

write
virtual void OdeManager::write(ostream &out, unsigned int indent = (0)) const;

Undocumented function.

getClassType
static TypeHandle TypedObject::get_class_type(void);

Undocumented function.

getType
virtual TypeHandle TypedObject::get_type(void) const = 0;

Derived classes should override this function to return get_class_type().

getTypeIndex
int TypedObject::get_type_index(void) const;

Description: Returns the internal index number associated with this object's TypeHandle, a unique number for each different type. This is equivalent to get_type().get_index().

isExactType
bool TypedObject::is_exact_type(TypeHandle handle) const;

Description: Returns true if the current object is the indicated type exactly.

isOfType
bool TypedObject::is_of_type(TypeHandle handle) const;

Description: Returns true if the current object is or derives from the indicated type.