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


Definition at line 55 of file odeconfig.h.
Public Member Functions | |
| OdeConfig () | |
| virtual | ~OdeConfig () |
| virtual paramkey | getName () const |
| return the name of the object (with version number) Hint: { return "$ID$"; } | |
| virtual paramlist | getParamList () const |
| The list of all parameters with there value as allocated lists. | |
| paramval | getParam (const paramkey &key) const |
| bool | setParam (const paramkey &key, paramval val) |
| void | setOdeHandle (const OdeHandle &odeHandle) |
Public Attributes | |
| double | simStepSize |
| double | realTimeFactor |
| int | drawInterval |
| int | controlInterval |
| double | noise |
| double | gravity |
| double | cameraSpeed |
| std::string | name |
| OdeHandle | odeHandle |
|
|
Definition at line 57 of file odeconfig.h. |
|
|
Definition at line 71 of file odeconfig.h. |
|
|
return the name of the object (with version number) Hint: { return "$ID$"; }
Reimplemented from Configurable. Definition at line 73 of file odeconfig.h. |
|
|
Definition at line 90 of file odeconfig.h. |
|
|
The list of all parameters with there value as allocated lists.
Reimplemented from Configurable. Definition at line 77 of file odeconfig.h. |
|
|
Definition at line 121 of file odeconfig.h. |
|
||||||||||||
|
Definition at line 101 of file odeconfig.h. |
|
|
Definition at line 141 of file odeconfig.h. |
|
|
Definition at line 138 of file odeconfig.h. |
|
|
Definition at line 137 of file odeconfig.h. |
|
|
Definition at line 140 of file odeconfig.h. |
|
|
Definition at line 142 of file odeconfig.h. |
|
|
Definition at line 139 of file odeconfig.h. |
|
|
Definition at line 143 of file odeconfig.h. |
|
|
Definition at line 136 of file odeconfig.h. |
|
|
Definition at line 135 of file odeconfig.h. |
1.4.5