Go to the source code of this file.
 | 
| subroutine  | type_tree::tree_alloc (tree, mpl, n, mask) | 
|   | Allocation.  More...
  | 
|   | 
| subroutine  | type_tree::tree_init (tree, lon, lat) | 
|   | Initialization.  More...
  | 
|   | 
| subroutine  | type_tree::tree_dealloc (tree) | 
|   | Release memory.  More...
  | 
|   | 
| subroutine  | type_tree::tree_find_nearest_neighbors (tree, lon, lat, nn, nn_index, nn_dist) | 
|   | Find nearest neighbors using a KDTree.  More...
  | 
|   | 
| subroutine  | type_tree::tree_count_nearest_neighbors (tree, lon, lat, sr, nn) | 
|   | Count nearest neighbors using a tree.  More...
  | 
|   | 
 | 
| real(kind_real), parameter  | type_tree::nn_inc = 1.5_kind_real | 
|   | Increase factor for the nearest neighbors numbers search.  More...
  | 
|   |