#include <odeconfig.h>
Inherits Configurable.
Inheritance diagram for OdeConfig:


Public Member Functions | |
| OdeConfig () | |
| virtual | ~OdeConfig () |
| virtual paramlist | getParamList () const |
| The list of all parameters with there value as allocated lists. | |
| virtual paramval | getParam (const paramkey &key) const |
| virtual bool | setParam (const paramkey &key, paramval val) |
| virtual void | setOdeHandle (const OdeHandle &odeHandle) |
| virtual void | setVideoRecordingMode (bool mode) |
| virtual void | calcAndSetDrawInterval (double Hz, double rtf) |
Public Attributes | |
| bool | videoRecordingMode |
| double | simStepSize |
| double | motionPersistence |
| int | drawInterval |
| int | controlInterval |
| double | noise |
| double | gravity |
| double | cameraSpeed |
| long | randomSeed |
| OdeHandle | odeHandle |
| double | realTimeFactor |
| double | fps |
| OdeConfig | ( | ) |
| virtual ~OdeConfig | ( | ) | [inline, virtual] |
| void calcAndSetDrawInterval | ( | double | Hz, | |
| double | rtf | |||
| ) | [virtual] |
| Configurable::paramval getParam | ( | const paramkey & | key | ) | const [virtual] |
| Configurable::paramlist getParamList | ( | ) | const [virtual] |
The list of all parameters with there value as allocated lists.
Note that these are only parameters that are managed manually (with setParam, getParam)
Reimplemented from Configurable.
| void setOdeHandle | ( | const OdeHandle & | odeHandle | ) | [virtual] |
| void setVideoRecordingMode | ( | bool | mode | ) | [virtual] |
| double cameraSpeed |
| int controlInterval |
| int drawInterval |
| double fps |
| double gravity |
| double motionPersistence |
| double noise |
| long randomSeed |
| double realTimeFactor |
| double simStepSize |
| bool videoRecordingMode |
1.4.7