#include <BallLocator.h>
Inheritance diagram for BallLocator:
Public Member Functions | |
BallLocator (const BallLocatorInterfaces &interfaces) | |
virtual | ~BallLocator () |
It is the task of ball modeling to keep track of the location of the ball even if the ball is currently not seen.
Definition at line 83 of file BallLocator.h.
BallLocator::BallLocator | ( | const BallLocatorInterfaces & | interfaces | ) | [inline] |
Definition at line 90 of file BallLocator.h.
virtual BallLocator::~BallLocator | ( | ) | [inline, virtual] |
Destructor
Definition at line 95 of file BallLocator.h.