#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector2.h"
Include dependency graph for ObstaclesPercept.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | ObstaclesPercept |
The class represents perceived obstacles on the field. More... | |
Functions | |
In & | operator>> (In &stream, ObstaclesPercept &obstaclesPercept) |
Streaming operator that reads a ObstaclesPercept from a stream. | |
Out & | operator<< (Out &stream, const ObstaclesPercept &obstaclesPercept) |
Streaming operator that writes a ObstaclePercept to a stream. |
Definition in file ObstaclesPercept.h.
|
Streaming operator that reads a ObstaclesPercept from a stream.
Definition at line 45 of file ObstaclesPercept.cpp. References ObstaclesPercept::angleToFreePartOfGoal, ObstaclesPercept::angleToFreePartOfGoalWasDetermined, ObstaclesPercept::distanceToFreePartOfGoal, ObstaclesPercept::farPointIsOnImageBorder, ObstaclesPercept::farPoints, ObstaclesPercept::frameNumber, ObstaclesPercept::nearPoints, ObstaclesPercept::numberOfPoints, ObstaclesPercept::obstacleType, ObstaclesPercept::widthOfFreePartOfGoal, Vector2< int >::x, and Vector2< int >::y. |
|
Streaming operator that writes a ObstaclePercept to a stream.
Definition at line 73 of file ObstaclesPercept.cpp. References ObstaclesPercept::angleToFreePartOfGoal, ObstaclesPercept::angleToFreePartOfGoalWasDetermined, ObstaclesPercept::distanceToFreePartOfGoal, ObstaclesPercept::farPointIsOnImageBorder, ObstaclesPercept::farPoints, ObstaclesPercept::frameNumber, ObstaclesPercept::nearPoints, ObstaclesPercept::numberOfPoints, ObstaclesPercept::obstacleType, ObstaclesPercept::widthOfFreePartOfGoal, Vector2< int >::x, and Vector2< int >::y. |