BallObject Class Reference

#include <Objects.h>

Inheritance diagram for BallObject:

Inheritance graph
[legend]

Public Member Functions

 BallObject ()
void show (ostream &os=cout)

Detailed Description

Class PlayerObject contains RoboCup information that is available for the ball. No extra variables are added to superclass DynamicObject

Definition at line 271 of file Objects.h.


Constructor & Destructor Documentation

BallObject::BallObject (  ) 

This is the constructor for a BallObject. It does nothing except initializing the class.

Definition at line 806 of file Objects.cpp.


Member Function Documentation

void BallObject::show ( ostream &  os = cout  )  [virtual]

This method prints information about the ball to the specified output stream

Parameters:
os output stream to which information is written.

Implements Object.

Definition at line 815 of file Objects.cpp.

References DEFAULT_TEAM_NAME, DynamicObject::dRelativeAngleChange, DynamicObject::dRelativeDistanceChange, VecPosition::getDirection(), VecPosition::getMagnitude(), SoccerTypes::getObjectStr(), MAX_TEAM_NAME_LENGTH, Object::objectType, Object::posGlobal, Object::posRelative, Object::timeGlobalPosDerivedFromSee, Object::timeGlobalPosition, DynamicObject::timeGlobalVelocity, Object::timeLastSeen, Object::timeRelativePosition, and DynamicObject::vecGlobalVelocity.

Referenced by WorldModel::show().


The documentation for this class was generated from the following files:
Generated on Thu Apr 26 22:45:30 2007 for GangOfSix(GOS)-RoboCupTeamProject by  doxygen 1.5.1-p1