Ball< T > Class Template Reference
[Rules]

Base class describing the ball. More...

#include <Ball.hh>

List of all members.

Public Member Functions

const PositiongetPosition () 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.


Detailed Description

template<typename T>
class Ball< T >

Base class describing the ball.


The documentation for this class was generated from the following files:
Generated on Sat Jun 23 16:09:14 2007 for Stechec/TBT by  doxygen 1.4.7