Definition at line 16 of file Quadtree.h.
◆ copy()
Object * Quadtree::QuadtreeBox::copy |
( |
void |
| ) |
|
|
virtual |
Implements Object.
Definition at line 491 of file Quadtree.cpp.
493 QuadtreeBox* qtreebox =
new QuadtreeBox(*
this);
495 for (
int i=0; i<4; ++i){
496 if(this->
box[i]) qtreebox->box[i] =
reinterpret_cast<QuadtreeBox*
>(this->
box[i]->
copy());
497 else qtreebox->box[i] = NULL;
499 for (
int i=0; i<4; ++i){
501 else qtreebox->obs[i] = NULL;
504 return (
Object*) qtreebox;
◆ DeepEcho()
void Quadtree::QuadtreeBox::DeepEcho |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Echo()
void Quadtree::QuadtreeBox::Echo |
( |
void |
| ) |
|
|
virtual |
◆ Id()
int Quadtree::QuadtreeBox::Id |
( |
void |
| ) |
|
|
inlinevirtual |
◆ Marshall()
void Quadtree::QuadtreeBox::Marshall |
( |
char ** |
pmarshalled_data, |
|
|
int * |
pmarshalled_data_size, |
|
|
int |
marshall_direction |
|
) |
| |
|
inlinevirtual |
◆ ObjectEnum()
int Quadtree::QuadtreeBox::ObjectEnum |
( |
void |
| ) |
|
|
inlinevirtual |
◆ IsWithinRange()
int Quadtree::QuadtreeBox::IsWithinRange |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
range |
|
) |
| |
◆ RangeSearch()
void Quadtree::QuadtreeBox::RangeSearch |
( |
int * |
indices, |
|
|
int * |
pnobs, |
|
|
double |
x, |
|
|
double |
y, |
|
|
double |
range |
|
) |
| |
Definition at line 534 of file Quadtree.cpp.
555 if(fabs(this->
obs[i]->x-x) <= range && fabs(this->
obs[i]->y-y) <= range){
556 indices[nobs++]=this->
obs[i]->
index;
◆ WriteObservations()
void Quadtree::QuadtreeBox::WriteObservations |
( |
int * |
indices, |
|
|
int * |
pnobs |
|
) |
| |
◆ nbitems
int Quadtree::QuadtreeBox::nbitems |
◆ xcenter
double Quadtree::QuadtreeBox::xcenter |
◆ ycenter
double Quadtree::QuadtreeBox::ycenter |
◆ length
double Quadtree::QuadtreeBox::length |
◆ box
◆ obs
◆ @1
The documentation for this class was generated from the following files: