#include "BallModel.h"
#include "Platform/SystemCall.h"
Include dependency graph for BallModel.cpp:

Go to the source code of this file.
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. | |
Variables | |
| const int | SLIDINGSIZE = 30 |
Definition in file BallModel.cpp.
|
||||||||||||
|
Streaming operator that reads a BallModel from a stream.
Definition at line 129 of file BallModel.cpp. |
|
||||||||||||
|
Streaming operator that writes a BallModel to a stream.
Definition at line 136 of file BallModel.cpp. |
|
|
Definition at line 15 of file BallModel.cpp. |
1.3.6