|
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 + OdeJointCollection OdeJointCollection::operator +(OdeJointCollection const &other) const; Description: Returns a OdeJointCollection representing the concatenation of the two lists. |
|
operator += void OdeJointCollection::operator +=(OdeJointCollection const &other); Description: Appends the other list onto the end of this one. |
|
operator = void OdeJointCollection::operator =(OdeJointCollection const ©); 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. |
|
size int OdeJointCollection::size(void) const; Undocumented function. |