|
Ball Class Reference#include <Ball414.h>
Inheritance diagram for Ball:
[legend]List of all members.
Detailed Description
Definition at line 26 of file Ball414.h.
|
Public Member Functions |
| Ball () |
| Ball (double initialRadius, const string initialName) |
void | getName (string ¤tName) const |
void | setName (const string &newName) |
void | resetBall (double newRadius, const string newName) |
void | displayStatistics () const |
Private Attributes |
string | theName |
Constructor & Destructor Documentation
Ball::Ball |
( |
double |
initialRadius, |
|
|
const string |
initialName |
|
) |
|
|
Member Function Documentation
void Ball::getName |
( |
string & |
currentName |
) |
const |
|
void Ball::setName |
( |
const string & |
newName |
) |
|
|
void Ball::resetBall |
( |
double |
newRadius, |
|
|
const string |
newName |
|
) |
|
|
void Ball::displayStatistics |
( |
|
) |
const [virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|