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

Representations/Cognition/BallModel.h File Reference

Declaration of class BallPosition. More...

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

Include dependency graph for BallModel.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  SeenBallPosition
 The knowledge about the ball that was obtained by own observations. More...

class  PropagatedBallPosition
 The position of the ball estimated from own observations and the observed ball speed; it is propagated even if the ball is not seen. More...

class  CommunicatedBallPosition
 The position of the ball estimated from own observations and from observation of other players. More...

class  BallState
 Qualitative proposition for the ball. More...

class  BallModel
 Contains the modeled knowledge about the ball. More...


Functions

Inoperator>> (In &stream, BallModel &ballPosition)
 Streaming operator that reads a BallModel from a stream.

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


Detailed Description

Declaration of class BallPosition.

Author:
Martin Lötzsch

Thomas Röfer

Definition in file BallModel.h.


Function Documentation

In& operator>> In stream,
BallModel ballPosition
 

Streaming operator that reads a BallModel from a stream.

Parameters:
stream The stream from which is read.
ballPosition The BallModel object.
Returns:
The stream.

Definition at line 129 of file BallModel.cpp.

References BallModel::frameNumber, and In::read().

Here is the call graph for this function:

Out& operator<< Out stream,
const BallModel ballPosition
 

Streaming operator that writes a BallModel to a stream.

Parameters:
stream The stream to write on.
ballPosition The BallModel object.
Returns:
The stream.

Definition at line 136 of file BallModel.cpp.

References BallModel::frameNumber, and Out::write().

Here is the call graph for this function:


Generated on Thu Sep 23 20:00:57 2004 for GT2004 by doxygen 1.3.6