#include <GT2005TeamBallLocator.h>
Inheritance diagram for GT2005TeamBallLocator::CompositeCell:


Public Member Functions | |
| CompositeCell () | |
| CompositeCell (Vector2< double > topLeft, Vector2< double > downRight, int depth) | |
| void | split (BasicCell *bc, CompositeCell **cc) |
| void | getParticles (GT2005Particle **first) |
| void | addParticle (GT2005Particle *particle) |
| double | getSumOfProb () |
| void | violentBrutalDestruction () |
Public Attributes | |
| AbstractCell * | cellTopLeft |
| AbstractCell * | cellTopRight |
| AbstractCell * | cellDownLeft |
| AbstractCell * | cellDownRight |
|
|
Definition at line 211 of file GT2005TeamBallLocator.h. Referenced by split(). |
|
||||||||||||||||
|
Definition at line 212 of file GT2005TeamBallLocator.h. References cellDownLeft, cellDownRight, cellTopLeft, cellTopRight, Vector2< V >::x, and Vector2< V >::y. |
|
||||||||||||
Here is the call graph for this function:

|
|
Reimplemented from GT2005TeamBallLocator::AbstractCell. Definition at line 304 of file GT2005TeamBallLocator.h. References cellDownLeft, cellDownRight, cellTopLeft, cellTopRight, and GT2005TeamBallLocator::AbstractCell::getParticles(). Referenced by GT2005TeamBallLocator::calcRepresentativeParticleContainer(). |
Here is the call graph for this function:

|
|
Reimplemented from GT2005TeamBallLocator::AbstractCell. Definition at line 320 of file GT2005TeamBallLocator.h. References GT2005TeamBallLocator::AbstractCell::addParticle(), cellDownLeft, cellDownRight, cellTopLeft, cellTopRight, GT2005TeamBallLocator::AbstractCell::downRight, GT2005Particle::pose, Vector2< double >::x, and Vector2< double >::y. Referenced by GT2005TeamBallLocator::calcRepresentativeParticleContainer(). |
Here is the call graph for this function:

|
|
Reimplemented from GT2005TeamBallLocator::AbstractCell. Definition at line 354 of file GT2005TeamBallLocator.h. References cellDownLeft, cellDownRight, cellTopLeft, cellTopRight, and GT2005TeamBallLocator::AbstractCell::getSumOfProb(). Referenced by GT2005TeamBallLocator::calcRepresentativeParticleContainer(). |
Here is the call graph for this function:

|
|
Reimplemented from GT2005TeamBallLocator::AbstractCell. Definition at line 373 of file GT2005TeamBallLocator.h. References cellDownLeft, cellDownRight, cellTopLeft, cellTopRight, and GT2005TeamBallLocator::AbstractCell::violentBrutalDestruction(). Referenced by GT2005TeamBallLocator::calcRepresentativeParticleContainer(). |
Here is the call graph for this function:

|
|
Definition at line 205 of file GT2005TeamBallLocator.h. Referenced by addParticle(), GT2005TeamBallLocator::calcRepresentativeParticleContainer(), CompositeCell(), getParticles(), getSumOfProb(), split(), and violentBrutalDestruction(). |
|
|
Definition at line 206 of file GT2005TeamBallLocator.h. Referenced by addParticle(), GT2005TeamBallLocator::calcRepresentativeParticleContainer(), CompositeCell(), getParticles(), getSumOfProb(), split(), and violentBrutalDestruction(). |
|
|
Definition at line 207 of file GT2005TeamBallLocator.h. Referenced by addParticle(), GT2005TeamBallLocator::calcRepresentativeParticleContainer(), CompositeCell(), getParticles(), getSumOfProb(), split(), and violentBrutalDestruction(). |
|
|
Definition at line 208 of file GT2005TeamBallLocator.h. Referenced by addParticle(), GT2005TeamBallLocator::calcRepresentativeParticleContainer(), CompositeCell(), getParticles(), getSumOfProb(), split(), and violentBrutalDestruction(). |
1.3.6