Class DistanceBox<T>
- java.lang.Object
-
- org.biojava.nbio.structure.symmetry.geometry.DistanceBox<T>
-
public class DistanceBox<T> extends java.lang.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 voidaddPoint(javax.vecmath.Point3d point, T object)java.util.List<T>getIntersection(DistanceBox<T> distanceBox)java.util.List<T>getNeighbors(javax.vecmath.Point3d point)java.util.List<T>getNeighborsWithCache(javax.vecmath.Point3d point)
-
-
-
Method Detail
-
addPoint
public void addPoint(javax.vecmath.Point3d point, T object)
-
getNeighborsWithCache
public java.util.List<T> getNeighborsWithCache(javax.vecmath.Point3d point)
-
getNeighbors
public java.util.List<T> getNeighbors(javax.vecmath.Point3d point)
-
getIntersection
public java.util.List<T> getIntersection(DistanceBox<T> distanceBox)
-
-