Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Representations/Cognition/PlayerPoseCollection.h File Reference

Declaration of class PlayerPoseCollection. More...

#include "Tools/Streams/InOut.h"
#include "Tools/Math/Pose2D.h"
#include "Tools/Player.h"

Include dependency graph for PlayerPoseCollection.h:

Include dependency graph

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

Included by dependency graph

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

Inoperator>> (In &stream, PlayerPose &playerPose)
 Streaming operator that reads a PlayerPose from a stream.

Outoperator<< (Out &stream, const PlayerPose &playerPose)
 Streaming operator that writes a PlayerPose to a stream.

Inoperator>> (In &stream, PlayerPoseCollection &playerPoseCollection)
 give the In operator acess to protected members

Outoperator<< (Out &stream, const PlayerPoseCollection &playerPoseCollection)
 give the Out operator acess to protected members


Detailed Description

Declaration of class PlayerPoseCollection.

Author:
Kai Spiess

Definition in file PlayerPoseCollection.h.


Function Documentation

In& operator>> In stream,
PlayerPose playerPose
 

Streaming operator that reads a PlayerPose from a stream.

Parameters:
stream The stream from which is read.
playerPose The PlayerPose object.
Returns:
The stream.

Definition at line 92 of file PlayerPoseCollection.cpp.

References In::read().

Here is the call graph for this function:

Out& operator<< Out stream,
const PlayerPose playerPose
 

Streaming operator that writes a PlayerPose to a stream.

Parameters:
stream The stream to write on.
playerPose The PlayerPose object.
Returns:
The stream.

Definition at line 99 of file PlayerPoseCollection.cpp.

References Out::write().

Here is the call graph for this function:

In& operator>> In stream,
PlayerPoseCollection playerPoseCollection
 

give the In operator acess to protected members

Parameters:
stream The stream from which is read.
playerPoseCollection The PlayerPoseCollection object.
Returns:
The stream.

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:

Out& operator<< Out stream,
const PlayerPoseCollection playerPoseCollection
 

give the Out operator acess to protected members

Parameters:
stream The stream to write on.
playerPoseCollection The PlayerPoseCollection object.
Returns:
The stream.

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:


Generated on Thu Sep 23 20:01:02 2004 for GT2004 by doxygen 1.3.6