#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 () | |
Public Member Functions inherited from ANNkd_node | |
virtual | ~ANNkd_node () |
Private Attributes | |
ANNorthHSArray | bnds |
ANNkd_ptr | child [2] |
int | n_bnds |
|
inline |
|
virtual |
Implements ANNkd_node.
Definition at line 39 of file bd_fix_rad_search.cpp.
|
virtual |
Implements ANNkd_node.
Definition at line 39 of file bd_pr_search.cpp.
|
virtual |
Implements ANNkd_node.
Definition at line 39 of file bd_search.cpp.
|
virtual |
Implements ANNkd_node.
Definition at line 159 of file kd_dump.cpp.
|
virtual |
Implements ANNkd_node.
Definition at line 71 of file bd_tree.cpp.
|
virtual |
Implements ANNkd_node.
Definition at line 41 of file bd_tree.cpp.
|
private |