
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 101 of file VLCBallSpecialist.h. |
|
|
Definition at line 99 of file VLCBallSpecialist.h. |
|
|
Definition at line 152 of file VLCBallSpecialist.cpp. Referenced by VLCBallSpecialist::searchBall(). |
|
|
Definition at line 107 of file VLCBallSpecialist.h. |
|
|
Definition at line 108 of file VLCBallSpecialist.h. |
|
|
The ball points.
Definition at line 102 of file VLCBallSpecialist.h. |
|
|
The actual number of ball points.
Definition at line 103 of file VLCBallSpecialist.h. Referenced by VLCBallSpecialist::calculateDeviationOfBallPoints(), VLCBallSpecialist::checkIfPointsAreInsideBall(), VLCBallSpecialist::considerBallPoints(), and VLCBallSpecialist::searchBall(). |
1.3.6