#include <kd_tree.h>
Public Member Functions | |
virtual void | ann_FR_search (ANNdist) |
virtual void | ann_pri_search (ANNdist) |
virtual void | ann_search (ANNdist) |
ANNkd_split (int cd, ANNcoord cv, ANNcoord lv, ANNcoord hv, ANNkd_ptr lc=NULL, ANNkd_ptr hc=NULL) | |
virtual void | dump (ostream &out) |
virtual void | getStats (int dim, ANNkdStats &st, ANNorthRect &bnd_box) |
virtual void | print (int level, ostream &out) |
~ANNkd_split () | |
Public Member Functions inherited from ANNkd_node | |
virtual | ~ANNkd_node () |
Private Attributes | |
ANNcoord | cd_bnds [2] |
ANNkd_ptr | child [2] |
int | cut_dim |
ANNcoord | cut_val |
|
virtual |
Implements ANNkd_node.
Definition at line 100 of file kd_fix_rad_search.cpp.
|
virtual |
Implements ANNkd_node.
Definition at line 139 of file kd_pr_search.cpp.
|
virtual |
Implements ANNkd_node.
Definition at line 124 of file kd_search.cpp.
|
virtual |
Implements ANNkd_node.
Definition at line 134 of file kd_dump.cpp.
|
virtual |
Implements ANNkd_node.
Definition at line 160 of file kd_tree.cpp.
|
virtual |
Implements ANNkd_node.
Definition at line 67 of file kd_tree.cpp.