#include <Actionfield.h>
Inheritance diagram for PotentialfieldTransformation:

Public Member Functions | |
| virtual | ~PotentialfieldTransformation () |
| Destructor. | |
| virtual TransformationType | getType ()=0 |
| Returns the type of the transformation. | |
| virtual PotentialfieldTransformation * | copy ()=0 |
| Returns a pointer to a copy of the object. | |
Public Attributes | |
| double | probability |
| The probability of a transformation. | |
| double | time |
| The time a transformation takes. | |
Definition at line 239 of file Actionfield.h.
|
|
Destructor.
Definition at line 248 of file Actionfield.h. |
|
|
Returns the type of the transformation.
Implemented in Translation, Rotation, and NoTransformation. Referenced by FutureWorldModelGenerator::executeSingleTransformation(). |
|
|
Returns a pointer to a copy of the object.
Implemented in Translation, Rotation, and NoTransformation. |
|
|
The probability of a transformation.
Definition at line 243 of file Actionfield.h. Referenced by NoTransformation::copy(), Rotation::copy(), Translation::copy(), and Parser::parseAction(). |
|
|
The time a transformation takes.
Definition at line 245 of file Actionfield.h. Referenced by NoTransformation::copy(), Rotation::copy(), Translation::copy(), FutureWorldModelGenerator::executeSingleTransformation(), Parser::parseAction(), and Parser::parseTransformation(). |
1.3.6