| 
    queso-0.55.0
    
   | 
 
#include <bd_tree.h>


Public Member Functions | |
| ANNbd_shrink (int nb, ANNorthHSArray bds, ANNkd_ptr ic=NULL, ANNkd_ptr oc=NULL) | |
| ~ANNbd_shrink () | |
| virtual void | getStats (int dim, ANNkdStats &st, ANNorthRect &bnd_box) | 
| virtual void | print (int level, ostream &out) | 
| virtual void | dump (ostream &out) | 
| virtual void | ann_search (ANNdist) | 
| virtual void | ann_pri_search (ANNdist) | 
| virtual void | ann_FR_search (ANNdist) | 
  Public Member Functions inherited from ANNkd_node | |
| virtual | ~ANNkd_node () | 
Private Attributes | |
| int | n_bnds | 
| ANNorthHSArray | bnds | 
| ANNkd_ptr | child [2] | 
      
  | 
  inline | 
      
  | 
  inline | 
Implements ANNkd_node.
Definition at line 39 of file bd_fix_rad_search.cpp.
References ANN_FLOP, ANNkd_node::ann_FR_search(), ANN_IN, ANN_OUT, ANN_SHR, ANN_SUM, ANNkdFRQ, ANNmaxPtsVisited, ANNptsVisited, bnds, child, and n_bnds.
Implements ANNkd_node.
Definition at line 39 of file bd_pr_search.cpp.
References ANN_FLOP, ANN_IN, ANN_OUT, ANNkd_node::ann_pri_search(), ANN_SHR, ANN_SUM, ANNprBoxPQ, ANNprQ, bnds, child, ANNpr_queue::insert(), KD_TRIVIAL, and n_bnds.
Implements ANNkd_node.
Definition at line 39 of file bd_search.cpp.
References ANN_FLOP, ANN_IN, ANN_OUT, ANNkd_node::ann_search(), ANN_SHR, ANN_SUM, ANNkdQ, ANNmaxPtsVisited, ANNptsVisited, bnds, child, and n_bnds.
      
  | 
  virtual | 
Implements ANNkd_node.
Definition at line 159 of file kd_dump.cpp.
References ANN_IN, and ANN_OUT.
      
  | 
  virtual | 
Implements ANNkd_node.
Definition at line 71 of file bd_tree.cpp.
References ANN_IN, ANN_OUT, annBnds2Box(), bnds, child, ANNkdStats::depth, ANNkd_node::getStats(), ANNkdStats::merge(), n_bnds, ANNkdStats::n_shr, and ANNkdStats::reset().
      
  | 
  virtual | 
Implements ANNkd_node.
Definition at line 41 of file bd_tree.cpp.
References ANN_IN, ANN_OUT, bnds, ANNorthHalfSpace::cd, child, n_bnds, ANNkd_node::print(), and ANNorthHalfSpace::sd.
      
  | 
  private | 
Definition at line 64 of file bd_tree.h.
Referenced by ann_FR_search(), ann_pri_search(), ann_search(), ANNbd_shrink(), getStats(), print(), and ~ANNbd_shrink().
      
  | 
  private | 
Definition at line 65 of file bd_tree.h.
Referenced by ann_FR_search(), ann_pri_search(), ann_search(), ANNbd_shrink(), getStats(), print(), and ~ANNbd_shrink().
      
  | 
  private | 
Definition at line 63 of file bd_tree.h.
Referenced by ann_FR_search(), ann_pri_search(), ann_search(), ANNbd_shrink(), getStats(), and print().