17INLINE OdeJointCollection::
18~OdeJointCollection() {
26 add_joints_from(other);
34operator + (
const OdeJointCollection &other)
const {
35 OdeJointCollection a(*
this);
void operator+=(const OdeJointCollection &other)
Appends the other list onto the end of this one.
OdeJointCollection operator+(const OdeJointCollection &other) const
Returns a OdeJointCollection representing the concatenation of the two lists.