#include "Tools/Streams/InOut.h"
#include "Tools/Math/Pose2D.h"
#include "Tools/Math/Geometry.h"
Include dependency graph for BallModel.h:
This graph shows which files directly or indirectly include this file:
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 | |
In & | operator>> (In &stream, BallModel &ballPosition) |
Streaming operator that reads a BallModel from a stream. | |
Out & | operator<< (Out &stream, const BallModel &ballPosition) |
Streaming operator that writes a BallModel to a stream. |
Definition in file BallModel.h.
|
Streaming operator that reads a BallModel from a stream.
Definition at line 129 of file BallModel.cpp. References BallModel::frameNumber, and In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a BallModel to a stream.
Definition at line 136 of file BallModel.cpp. References BallModel::frameNumber, and Out::write(). |
Here is the call graph for this function: