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


Public Member Functions | |
| AbstractCell () | |
| virtual void | getParticles (GT2005Particle **first) |
| virtual void | addParticle (GT2005Particle *particle) |
| virtual double | getSumOfProb () |
| virtual void | violentBrutalDestruction () |
Public Attributes | |
| AbstractCell * | parent |
| AbstractCell * | next |
| GT2005Particle * | first |
| Vector2< double > | topLeft |
| Vector2< double > | downRight |
| int | depth |
|
|
Definition at line 86 of file GT2005TeamBallLocator.h. References parent. |
|
|
Reimplemented in GT2005TeamBallLocator::BasicCell, and GT2005TeamBallLocator::CompositeCell. Definition at line 92 of file GT2005TeamBallLocator.h. Referenced by GT2005TeamBallLocator::CompositeCell::getParticles(). |
|
|
Reimplemented in GT2005TeamBallLocator::BasicCell, and GT2005TeamBallLocator::CompositeCell. Definition at line 93 of file GT2005TeamBallLocator.h. Referenced by GT2005TeamBallLocator::CompositeCell::addParticle(). |
|
|
Reimplemented in GT2005TeamBallLocator::BasicCell, and GT2005TeamBallLocator::CompositeCell. Definition at line 94 of file GT2005TeamBallLocator.h. Referenced by GT2005TeamBallLocator::calcRepresentativeParticleContainer(), GT2005TeamBallLocator::CompositeCell::getSumOfProb(), and GT2005TeamBallLocator::Queue::insertCell(). |
|
|
Reimplemented in GT2005TeamBallLocator::BasicCell, and GT2005TeamBallLocator::CompositeCell. Definition at line 95 of file GT2005TeamBallLocator.h. Referenced by GT2005TeamBallLocator::calcRepresentativeParticleContainer(), and GT2005TeamBallLocator::CompositeCell::violentBrutalDestruction(). |
|
|
Definition at line 80 of file GT2005TeamBallLocator.h. Referenced by AbstractCell(), and GT2005TeamBallLocator::calcRepresentativeParticleContainer(). |
|
|
Definition at line 82 of file GT2005TeamBallLocator.h. Referenced by GT2005TeamBallLocator::calcRepresentativeParticleContainer(), and GT2005TeamBallLocator::Queue::insertCell(). |
|
|
Definition at line 84 of file GT2005TeamBallLocator.h. Referenced by GT2005TeamBallLocator::CompositeCell::split(). |
|
|
Definition at line 97 of file GT2005TeamBallLocator.h. Referenced by GT2005TeamBallLocator::CompositeCell::split(). |
|
|
Definition at line 97 of file GT2005TeamBallLocator.h. Referenced by GT2005TeamBallLocator::CompositeCell::addParticle(), and GT2005TeamBallLocator::CompositeCell::split(). |
|
|
Definition at line 99 of file GT2005TeamBallLocator.h. Referenced by GT2005TeamBallLocator::calcRepresentativeParticleContainer(). |
1.3.6