Function rusty_tree::octree::compute_near_field_map[][src]

pub fn compute_near_field_map(
    all_keys: &HashSet<usize>
) -> HashMap<usize, HashSet<usize>>
Expand description

Given the set of all keys, compute the near field for each key.

Returns a map from keys to the corresponding near field, represented by a set of keys.