#include "PfieldConfig.h"
#include "PfieldDatatypes.h"
#include "Pfield.h"
#include "PfieldGeometry.h"
#include <vector>
#include <cfloat>
Include dependency graph for Actionfield.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Action |
| A class describing a single action. More... | |
| class | Actionfield |
| A class for selecting an action using potentialfields. More... | |
| class | PotentialfieldTransformation |
| Abstract class, describing a transformation. More... | |
| class | Translation |
| Describes a translation. More... | |
| class | Rotation |
| Describes a rotation. More... | |
| class | NoTransformation |
| Describes no transformation ;-). More... | |
Enumerations | |
| enum | ActionfieldType { SINGLE_ACTION_FIELD, FIXED_SEQUENCE_FIELD, BEST_SEQUENCE_FIELD } |
| A type for setting the type of an Actionfield. More... | |
| enum | ActionType { MOVE_OBJECT, MOVE_SELF, MEASURE_OBJECT, MEASURE_SELF } |
| A type for setting the type of an Action. More... | |
| enum | TransformationType { TRANSLATION, ROTATION, NO_TRANSFORMATION } |
| The possible transformations. More... | |
Definition in file Actionfield.h.
|
|
A type for setting the type of an Actionfield.
Definition at line 26 of file Actionfield.h. |
|
|
A type for setting the type of an Action.
Definition at line 29 of file Actionfield.h. |
|
|
The possible transformations.
Definition at line 32 of file Actionfield.h. Referenced by FutureWorldModelGenerator::executeSingleTransformation(), NoTransformation::getType(), Rotation::getType(), and Translation::getType(). |
1.3.6