#include <GT2005ParticleContainer.h>
Collaboration diagram for GT2005ParticleContainer:

Public Member Functions | |
| GT2005ParticleContainer () | |
| GT2005Particle & | operator[] (int index) |
| const GT2005Particle & | operator[] (int index) const |
| int | getNumberOfSamples () |
| int | getIndexOfParticleWithLowestProb () |
| void | calculateEstimatedBall (double &ballX, double &ballY, double &ballP, double &ballVX, double &ballVY, double &ballVP) |
Public Attributes | |
| Cell | cells [blMaxGrid][blMaxGrid] |
| double | yMax |
| double | xMax |
| double | countMax |
| GT2005Particle | array [numOfBLParticles] |
|
|
Definition at line 18 of file GT2005ParticleContainer.cpp. References getNumberOfSamples(). |
Here is the call graph for this function:

|
|
Definition at line 69 of file GT2005ParticleContainer.h. References array. |
|
|
Definition at line 70 of file GT2005ParticleContainer.h. References array. |
|
|
|
Definition at line 24 of file GT2005ParticleContainer.cpp. References getNumberOfSamples(). Referenced by GT2005BallLocator::measurementUpdate(). |
Here is the call graph for this function:

|
||||||||||||||||||||||||||||
Here is the call graph for this function:

|
|
Definition at line 63 of file GT2005ParticleContainer.h. Referenced by calculateEstimatedBall(). |
|
|
Definition at line 64 of file GT2005ParticleContainer.h. Referenced by calculateEstimatedBall(). |
|
|
Definition at line 64 of file GT2005ParticleContainer.h. Referenced by calculateEstimatedBall(). |
|
|
Definition at line 64 of file GT2005ParticleContainer.h. Referenced by calculateEstimatedBall(). |
|
|
Definition at line 68 of file GT2005ParticleContainer.h. Referenced by operator[](). |
1.3.6