#include "Tools/Streams/InOut.h"
#include "Tools/Math/Vector2.h"
#include "Representations/Cognition/PlayersModel.h"
Include dependency graph for PlayersModel.h:

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

Go to the source code of this file.
Classes | |
| class | PlayersModel |
| A class describing detected players. More... | |
Functions | |
| In & | operator>> (In &stream, PlayersModel &playersModel) |
| Streaming operator that reads a PlayersModel from a stream. | |
| Out & | operator<< (Out &stream, const PlayersModel &playersModel) |
| Streaming operator that writes a PlayersModel to a stream. | |
Definition in file PlayersModel.h.
|
||||||||||||
|
Streaming operator that reads a PlayersModel from a stream.
Definition at line 27 of file PlayersModel.cpp. References In::read(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes a PlayersModel to a stream.
Definition at line 33 of file PlayersModel.cpp. References Out::write(). |
Here is the call graph for this function:

1.3.6