public class DistanceBox<T> extends Object
Constructor and Description |
---|
DistanceBox(double binWidth)
Creates a new instance of DistanceBox
|
Modifier and Type | Method and Description |
---|---|
void |
addPoint(javax.vecmath.Point3d point,
T object) |
List<T> |
getIntersection(DistanceBox<T> distanceBox) |
List<T> |
getNeighbors(javax.vecmath.Point3d point) |
List<T> |
getNeighborsWithCache(javax.vecmath.Point3d point) |
public DistanceBox(double binWidth)
public List<T> getNeighborsWithCache(javax.vecmath.Point3d point)
public List<T> getNeighbors(javax.vecmath.Point3d point)
public List<T> getIntersection(DistanceBox<T> distanceBox)
Copyright © 2000–2019 BioJava. All rights reserved.