Public Types | |
enum | { maxNumberOfPoints = 400 } |
Public Member Functions | |
BallPointList () | |
void | add (const BallPoint &ballPoint) |
BallPoint & | operator[] (int i) |
const BallPoint & | operator[] (int i) const |
Public Attributes | |
BallPoint | ballPoints [maxNumberOfPoints] |
The ball points. | |
int | number |
The actual number of ball points. |
|
Definition at line 91 of file GT2004BallSpecialist.h. |
|
Definition at line 89 of file GT2004BallSpecialist.h. References number. |
|
Definition at line 144 of file GT2004BallSpecialist.cpp. References ASSERT, ballPoints, DOT, and number. Referenced by GT2004BallSpecialist::searchBall(). |
|
Definition at line 97 of file GT2004BallSpecialist.h. References ballPoints. |
|
Definition at line 98 of file GT2004BallSpecialist.h. References ballPoints. |
|
The ball points.
Definition at line 92 of file GT2004BallSpecialist.h. Referenced by add(), and operator[](). |
|
The actual number of ball points.
Definition at line 93 of file GT2004BallSpecialist.h. Referenced by add(), BallPointList(), GT2004BallSpecialist::checkIfPointsAreInsideBall(), and GT2004BallSpecialist::searchBall(). |