#include <PPDMaterialProperties.h>
Public Member Functions | |
PPDMaterialProperties () | |
virtual | ~PPDMaterialProperties () |
virtual void | getValues (PropertySink *outValues) |
virtual void | setValues (PropertySource *inValues) |
![]() | |
PhysicsParameterDescriptor () | |
virtual | ~PhysicsParameterDescriptor () |
Additional Inherited Members | |
![]() | |
virtual void | init (BodyParamInfo *bodyParamInfo) |
![]() | |
BodyParamInfo * | bodyParamInfo |
Descriptor for the body's friction and rolling friction coefficients as well as other material related properties.
Exposes:
Vortex only (see the Vortex documentation for details):
Definition at line 55 of file PPDMaterialProperties.h.
Rcs::PPDMaterialProperties::PPDMaterialProperties | ( | ) |
Definition at line 45 of file PPDMaterialProperties.cpp.
|
virtualdefault |
|
virtual |
Read values from graph and put them into the given dict.
Implements Rcs::PhysicsParameterDescriptor.
Definition at line 50 of file PPDMaterialProperties.cpp.
|
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.
Implements Rcs::PhysicsParameterDescriptor.
Definition at line 75 of file PPDMaterialProperties.cpp.