#include "Tools/Streams/InOut.h"
#include "Tools/Math/Pose2D.h"
#include "Tools/Player.h"
Include dependency graph for PlayerPoseCollection.h:

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

Go to the source code of this file.
Classes | |
| class | PlayerPose |
| This class contains the informations about the PlayerPose of a located robot. More... | |
| class | PlayerPoseCollection |
| This class contains the PlayerPoses of all detected robots. More... | |
Functions | |
| In & | operator>> (In &stream, PlayerPose &playerPose) |
| Streaming operator that reads a PlayerPose from a stream. | |
| Out & | operator<< (Out &stream, const PlayerPose &playerPose) |
| Streaming operator that writes a PlayerPose to a stream. | |
| In & | operator>> (In &stream, PlayerPoseCollection &playerPoseCollection) |
| give the In operator acess to protected members | |
| Out & | operator<< (Out &stream, const PlayerPoseCollection &playerPoseCollection) |
| give the Out operator acess to protected members | |
Definition in file PlayerPoseCollection.h.
|
||||||||||||
|
Streaming operator that reads a PlayerPose from a stream.
Definition at line 92 of file PlayerPoseCollection.cpp. References In::read(). |
Here is the call graph for this function:

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

|
||||||||||||
|
give the In operator acess to protected members
Definition at line 51 of file PlayerPoseCollection.cpp. References PlayerPoseCollection::numberOfOpponentPlayers, PlayerPoseCollection::numberOfOwnPlayers, PlayerPoseCollection::opponentPlayerPoses, PlayerPoseCollection::ownPlayerPoses, and In::read(). |
Here is the call graph for this function:

|
||||||||||||
|
give the Out operator acess to protected members
Definition at line 71 of file PlayerPoseCollection.cpp. References PlayerPoseCollection::numberOfOpponentPlayers, PlayerPoseCollection::numberOfOwnPlayers, PlayerPoseCollection::opponentPlayerPoses, PlayerPoseCollection::ownPlayerPoses, and Out::write(). |
Here is the call graph for this function:

1.3.6