Uses of Class
org.openmali.spatial.quadtree.QuadCell

Packages that use QuadCell
org.openmali.spatial.quadtree   
 

Uses of QuadCell in org.openmali.spatial.quadtree
 

Methods in org.openmali.spatial.quadtree that return QuadCell
protected  QuadCell<T> QuadCell.findChildCell(Bounds bounds, BoundsType type, int minNodesBeforeSplit, int maxLevelForExtendedCells, boolean ignoreReinserting)
           
protected  QuadCell<T> QuadCell.findChildCell(Bounds bounds, int minNodesBeforeSplit, int maxLevelForExtendedCells)
           
protected  QuadCell<T> QuadCell.findChildCell(T node, int minNodesBeforeSplit, int maxLevelForExtendedCells)
           
 QuadCell<T> QuadCell.getCellHBack()
           
 QuadCell<T> QuadCell.getCellHFront()
           
 QuadCell<T> QuadCell.getCellHLeft()
           
 QuadCell<T> QuadCell.getCellHRight()
           
 QuadCell<T> QuadCell.getCellQuBackLeft()
           
 QuadCell<T> QuadCell.getCellQuBackRight()
           
 QuadCell<T> QuadCell.getCellQuFrontLeft()
           
 QuadCell<T> QuadCell.getCellQuFrontRight()
           
 QuadCell<T> QuadTree.getRootCell()