#include <kdtree.h>
Definition at line 9 of file kdtree.h.
 
      
        
          | KDTree::KDTree  | 
          ( | 
          std::vector< Point > &  | 
          points | ) | 
           | 
        
      
 
 
      
        
          | double KDTree::distance  | 
          ( | 
          int  | 
          idxOfPoint1,  | 
        
        
           | 
           | 
          int  | 
          idxOfPoint2  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
      
        
          | int KDTree::locate  | 
          ( | 
          const Point &  | 
          p | ) | 
           | 
        
      
 
 
      
        
          | int KDTree::partition  | 
          ( | 
          const int  | 
          k,  | 
        
        
           | 
           | 
          int *  | 
          index,  | 
        
        
           | 
           | 
          int  | 
          n,  | 
        
        
           | 
           | 
          double *  | 
          arr  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
  
  
      
        
          | double* KDTree::m_arrayOfCoordinates | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::vector<int> KDTree::m_vectorOfPointIndexes | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::vector<Point> KDTree::m_vectorOfPoints | 
         
       
   | 
  
protected   | 
  
 
 
  
  
      
        
          | std::vector<int> KDTree::m_vectorOfReversedPointIndexes | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following files: