#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector2.h"
Include dependency graph for PlayersPercept.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SinglePlayerPercept |
This class contains some information about a single perceived robot. More... | |
class | PlayersPercept |
This is a collection of SinglePlayerPercept for red and blue dressed robots. More... | |
Functions | |
In & | operator>> (In &stream, PlayersPercept &playersPercept) |
Streaming operator that reads a PlayersPercept from a stream. | |
Out & | operator<< (Out &stream, const PlayersPercept &playersPercept) |
Streaming operator that writes a PlayersPercept to a stream. |
Definition in file PlayersPercept.h.
|
Streaming operator that reads a PlayersPercept from a stream.
Definition at line 43 of file PlayersPercept.cpp. References PlayersPercept::bluePlayers, PlayersPercept::frameNumber, PlayersPercept::numberOfBluePlayers, PlayersPercept::numberOfRedPlayers, In::read(), and PlayersPercept::redPlayers. |
Here is the call graph for this function:
|
Streaming operator that writes a PlayersPercept to a stream.
Definition at line 62 of file PlayersPercept.cpp. References PlayersPercept::bluePlayers, PlayersPercept::frameNumber, PlayersPercept::numberOfBluePlayers, PlayersPercept::numberOfRedPlayers, PlayersPercept::redPlayers, and Out::write(). |
Here is the call graph for this function: