OdeJointCollection

Inheritance:

Methods of OdeJointCollection:

OdeJointCollection
OdeJointCollection::OdeJointCollection(void);

Undocumented function.

addJoint
void OdeJointCollection::add_joint(OdeJoint const &joint);

Undocumented function.

addJointsFrom
void OdeJointCollection::add_joints_from(OdeJointCollection const &other);

Undocumented function.

clear
void OdeJointCollection::clear(void);

Undocumented function.

getJoint
OdeJoint OdeJointCollection::get_joint(int index) const;

Undocumented function.

getNumJoints
int OdeJointCollection::get_num_joints(void) const;

Undocumented function.

hasJoint
bool OdeJointCollection::has_joint(OdeJoint const &joint) const;

Undocumented function.

isEmpty
bool OdeJointCollection::is_empty(void) const;

Undocumented function.

operator =
void OdeJointCollection::operator =(OdeJointCollection const &copy);

Undocumented function.

operator []
OdeJoint OdeJointCollection::operator [](int index) const;

Undocumented function.

removeDuplicateJoints
void OdeJointCollection::remove_duplicate_joints(void);

Undocumented function.

removeJoint
bool OdeJointCollection::remove_joint(OdeJoint const &joint);

Undocumented function.

removeJointsFrom
void OdeJointCollection::remove_joints_from(OdeJointCollection const &other);

Undocumented function.