|
| | defineTypeNameAndDebug (cuboid, 0) |
| | addToRunTimeSelectionTable (rigidBody, cuboid, dictionary) |
| | defineTypeNameAndDebug (jointBody, 0) |
| | addToRunTimeSelectionTable (rigidBody, jointBody, dictionary) |
| | defineTypeNameAndDebug (masslessBody, 0) |
| | addToRunTimeSelectionTable (rigidBody, masslessBody, dictionary) |
| | defineTypeNameAndDebug (rigidBody, 0) |
| | defineRunTimeSelectionTable (rigidBody, dictionary) |
| | addToRunTimeSelectionTable (rigidBody, rigidBody, dictionary) |
| Ostream & | operator<< (Ostream &, const rigidBody &) |
| | defineTypeNameAndDebug (sphere, 0) |
| | addToRunTimeSelectionTable (rigidBody, sphere, dictionary) |
| | defineTypeNameAndDebug (joint, 0) |
| | defineRunTimeSelectionTable (joint, dictionary) |
| Ostream & | operator<< (Ostream &, const joint &) |
| | defineTypeNameAndDebug (restraint, 0) |
| | defineRunTimeSelectionTable (restraint, dictionary) |
| Istream & | operator>> (Istream &, rigidBodyInertia &) |
| Ostream & | operator<< (Ostream &, const rigidBodyInertia &) |
| rigidBodyInertia | operator+ (const rigidBodyInertia &rbi1, const rigidBodyInertia &rbi2) |
| | Return the rigid-body inertia of the combined body.
|
| spatialVector | operator& (const rigidBodyInertia &rbi, const spatialVector &sv) |
| | Inner-product with a spatialVector (e.g. velocity returning the momentum).
|
| rigidBodyInertia | transform (const spatialTransform &X, const rigidBodyInertia &I) |
| | Return (^BX_A)^* I ^AX_B.
|
| | defineTypeNameAndDebug (rigidBodyModel, 0) |
| Ostream & | operator<< (Ostream &, const rigidBodyModel &) |
| Istream & | operator>> (Istream &, rigidBodyModelState &) |
| Ostream & | operator<< (Ostream &, const rigidBodyModelState &) |
| | defineTypeNameAndDebug (rigidBodySolver, 0) |
| | defineRunTimeSelectionTable (rigidBodySolver, dictionary) |