Loading...
Searching...
No Matches
 
 
 
 
Go to the source code of this file.
 | 
| subroutine  | aabb_el_finder::aabb_el_finder_init (this, x, y, z, nel, xh, padding) | 
|   | Initialize the AABB element finder.  
  | 
|   | 
| subroutine  | aabb_el_finder::aabb_el_finder_free (this) | 
|   | Free the AABB element finder.  
  | 
|   | 
| subroutine  | aabb_el_finder::aabb_el_finder_find_candidates (this, my_point, el_candidates) | 
|   | It uses the AABB tree to find the elements that overlap with the point.  
  | 
|   | 
| subroutine  | aabb_el_finder::aabb_el_finder_find_candidates_batch (this, points, n_points, all_el_candidates, n_el_cands) | 
|   |