Modifier and Type | Field and Description |
---|---|
protected KDTree<T> |
kdTree |
protected ArrayList<T> |
pointsWithinRadius |
protected double |
radius |
Constructor and Description |
---|
RadiusNeighborSearch(KDTree<T> kdTree) |
Modifier and Type | Method and Description |
---|---|
protected void |
findNeighbors(T point,
Node<T> node,
int depth) |
ArrayList<T> |
findNeighborsSorted(T point,
double r) |
ArrayList<T> |
findNeighborsUnsorted(T point,
double r) |
KDTree<T> |
getKDTree() |
Copyright © 2015–2021 Fiji. All rights reserved.