Class DistanceBox<T>
- java.lang.Object
-
- org.biojava.nbio.structure.symmetry.geometry.DistanceBox<T>
-
public class DistanceBox<T> extends Object
- Author:
- Peter
-
-
Constructor Summary
Constructors Constructor Description DistanceBox(double binWidth)
Creates a new instance of DistanceBox
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
DistanceBox
public DistanceBox(double binWidth)
Creates a new instance of DistanceBox
-
-
Method Detail
-
getNeighborsWithCache
public List<T> getNeighborsWithCache(javax.vecmath.Point3d point)
-
getNeighbors
public List<T> getNeighbors(javax.vecmath.Point3d point)
-
getIntersection
public List<T> getIntersection(DistanceBox<T> distanceBox)
-
-