#include <Ball.hh>
Public Member Functions | |
| const Position & | getPosition () const |
| Get the ball position. | |
| void | setPosition (const Position &pt) |
| Set the ball position. | |
| T * | getOwner () const |
| Returns the ball's owner, NULL if nobody. | |
| void | setOwner (T *player) |
| Sets the ball owner. | |
Protected Attributes | |
| Position | pos_ |
| The ball position on the field. | |
| T * | owner_ |
| Ball's owner, or NULL if nobody. | |
1.4.7