OdeConfig Class Reference
The class $name holds the configurable parameters of the simulation environment.
More...
#include <odeconfig.h>
Inherits Configurable.
List of all members.
Detailed Description
The class $name holds the configurable parameters of the simulation environment.
Constructor & Destructor Documentation
Member Function Documentation
void calcAndSetDrawInterval |
( |
double |
Hz, |
|
|
double |
rtf | |
|
) |
| | [virtual] |
virtual long int getRandomSeed |
( |
|
) |
const [inline, virtual] |
void notifyOnChange |
( |
const paramkey & |
key |
) |
[virtual] |
Is called when a parameter was changes via setParam().
Note that it is not called of parameters of childs are changed, then there notifyOnChange() method is called. The key and of the changed parameter (use getParam() to retrieve its actual value). Overload this function when special actions have to be taken on parameter changes.
Reimplemented from Configurable.
void setOdeHandle |
( |
const OdeHandle & |
odeHandle |
) |
[virtual] |
virtual void setRandomSeed |
( |
long int |
randomSeed |
) |
[inline, virtual] |
void setVideoRecordingMode |
( |
bool |
mode |
) |
[virtual] |
Member Data Documentation
The documentation for this class was generated from the following files: