#include <PotentialfieldComposition.h>
Collaboration diagram for PotentialfieldResult:
Public Member Functions | |
void | operator= (const PotentialfieldResult &other) |
Copy operator. | |
Public Attributes | |
double | value |
The validity of the result. | |
std::string | action |
The name of the action. | |
std::string | subAction |
Additional information about the action. | |
PfPose | motion |
A motion, not used in all results. | |
bool | actionPossible |
Flag: true, if the result describes a possible action. | |
unsigned int | fieldNumber |
The number of the selected field (for internal purposes). | |
unsigned long | timeStamp |
The point of time, this result was generated. |
Definition at line 37 of file PotentialfieldComposition.h.
|
Copy operator.
Definition at line 58 of file PotentialfieldComposition.h. References action, actionPossible, fieldNumber, motion, subAction, timeStamp, and value. |
|
The validity of the result.
Definition at line 41 of file PotentialfieldComposition.h. Referenced by PotentialfieldComposition::execute(), Motionfield::execute(), Actionfield::execute(), Actionfield::findBestSequence(), and operator=(). |
|
The name of the action.
Definition at line 43 of file PotentialfieldComposition.h. Referenced by PotentialfieldComposition::execute(), GT2004PotentialFieldBasicBehaviorGoToPose::execute(), Potentialfield::getResult(), operator=(), and PotentialfieldComposition::PotentialfieldComposition(). |
|
Additional information about the action.
Definition at line 45 of file PotentialfieldComposition.h. Referenced by Motionfield::execute(), Actionfield::execute(), Actionfield::findBestSequence(), and operator=(). |
|
A motion, not used in all results.
Definition at line 47 of file PotentialfieldComposition.h. Referenced by PotentialfieldComposition::execute(), Motionfield::execute(), Actionfield::execute(), GT2004PotentialFieldBasicBehaviorOffensiveSupport::execute(), GT2004PotentialFieldBasicBehaviorSupport::execute(), GT2004PotentialFieldBasicBehaviorGoToPose::execute(), Actionfield::findBestSequence(), and operator=(). |
|
Flag: true, if the result describes a possible action.
Definition at line 49 of file PotentialfieldComposition.h. Referenced by PotentialfieldComposition::execute(), Motionfield::execute(), Actionfield::execute(), Potentialfield::getResult(), and operator=(). |
|
The number of the selected field (for internal purposes).
Definition at line 51 of file PotentialfieldComposition.h. Referenced by PotentialfieldComposition::execute(), and operator=(). |
|
The point of time, this result was generated.
Definition at line 53 of file PotentialfieldComposition.h. Referenced by Motionfield::correctMotionVector(), PotentialfieldComposition::execute(), Potentialfield::getResult(), operator=(), and PotentialfieldComposition::PotentialfieldComposition(). |