#include <PPDMassProperties.h>
Public Member Functions | |
PPDMassProperties () | |
virtual | ~PPDMassProperties () |
virtual void | setValues (PropertySource *inValues) |
![]() | |
PPDCompound () | |
virtual | ~PPDCompound () |
void | addChild (PhysicsParameterDescriptor *) |
virtual void | getValues (PropertySink *outValues) |
const std::vector< PhysicsParameterDescriptor * > & | getChildren () const |
![]() | |
PhysicsParameterDescriptor () | |
virtual | ~PhysicsParameterDescriptor () |
Additional Inherited Members | |
![]() | |
virtual void | init (BodyParamInfo *bodyParamInfo) |
![]() | |
BodyParamInfo * | bodyParamInfo |
Descriptor for the body's mass, center of mass and inertia.
If the center of mass or the inertia are not set, they will be calculated automatically. Setting one part of com or inertia is enough to define them as set.
Exposes:
Definition at line 57 of file PPDMassProperties.h.
Rcs::PPDMassProperties::PPDMassProperties | ( | ) |
Definition at line 45 of file PPDMassProperties.cpp.
|
virtualdefault |
|
virtual |
Read values from the given dict and apply them to the graph. The parameter names need to be the same as in Rcs, e.g. rolling_friction_coefficient.
Reimplemented from Rcs::PPDCompound.
Definition at line 64 of file PPDMassProperties.cpp.