#include <bd_tree.h>
Public Member Functions | |
virtual void | ann_FR_search (ANNdist) |
virtual void | ann_pri_search (ANNdist) |
virtual void | ann_search (ANNdist) |
ANNbd_shrink (int nb, ANNorthHSArray bds, ANNkd_ptr ic=NULL, ANNkd_ptr oc=NULL) | |
virtual void | dump (ostream &out) |
virtual void | getStats (int dim, ANNkdStats &st, ANNorthRect &bnd_box) |
virtual void | print (int level, ostream &out) |
~ANNbd_shrink () | |
Private Attributes | |
ANNorthHSArray | bnds |
ANNkd_ptr | child [2] |
int | n_bnds |
Definition at line 61 of file bd_tree.h.
ANNbd_shrink::ANNbd_shrink | ( | int | nb, | |
ANNorthHSArray | bds, | |||
ANNkd_ptr | ic = NULL , |
|||
ANNkd_ptr | oc = NULL | |||
) | [inline] |
void ANNbd_shrink::ann_FR_search | ( | ANNdist | box_dist | ) | [virtual] |
Implements ANNkd_node.
Definition at line 39 of file bd_fix_rad_search.cpp.
void ANNbd_shrink::ann_pri_search | ( | ANNdist | box_dist | ) | [virtual] |
Implements ANNkd_node.
Definition at line 39 of file bd_pr_search.cpp.
void ANNbd_shrink::ann_search | ( | ANNdist | box_dist | ) | [virtual] |
Implements ANNkd_node.
Definition at line 39 of file bd_search.cpp.
void ANNbd_shrink::dump | ( | ostream & | out | ) | [virtual] |
Implements ANNkd_node.
Definition at line 161 of file kd_dump.cpp.
void ANNbd_shrink::getStats | ( | int | dim, | |
ANNkdStats & | st, | |||
ANNorthRect & | bnd_box | |||
) | [virtual] |
Implements ANNkd_node.
Definition at line 71 of file bd_tree.cpp.
void ANNbd_shrink::print | ( | int | level, | |
ostream & | out | |||
) | [virtual] |
Implements ANNkd_node.
Definition at line 41 of file bd_tree.cpp.
ANNorthHSArray ANNbd_shrink::bnds [private] |
ANNkd_ptr ANNbd_shrink::child[2] [private] |
int ANNbd_shrink::n_bnds [private] |