#include <PlayersPercept.h>
Collaboration diagram for SinglePlayerPercept:
Public Member Functions | |
SinglePlayerPercept () | |
Simple constructor. | |
SinglePlayerPercept (const SinglePlayerPercept &other) | |
Copy constructor. | |
Public Attributes | |
Vector2< double > | offset |
offset to the robot, relative to own robot | |
double | direction |
The direction of the perceived robot. | |
double | validity |
The validity of this percept. |
Definition at line 19 of file PlayersPercept.h.
|
Simple constructor.
Definition at line 23 of file PlayersPercept.h. |
|
Copy constructor.
Definition at line 26 of file PlayersPercept.h. |
|
offset to the robot, relative to own robot
Definition at line 29 of file PlayersPercept.h. Referenced by GT2004ImageProcessor::clusterRobots(), REnemySpecialist::executePostProcessing(), and GT2004ImageProcessor::filterPercepts(). |
|
The direction of the perceived robot.
Definition at line 32 of file PlayersPercept.h. Referenced by GT2004ImageProcessor::clusterRobots(). |
|
The validity of this percept.
Definition at line 35 of file PlayersPercept.h. Referenced by GT2004ImageProcessor::clusterRobots(), and REnemySpecialist::executePostProcessing(). |