com.metsci.glimpse.util.quadtree
Interface QuadTree.Node<B>

Enclosing class:
QuadTree<B>

public static interface QuadTree.Node<B>


Method Summary
 void accumulate(float xMin, float xMax, float yMin, float yMax, QuadTree.Accumulator<B> accumulator)
           
 com.metsci.glimpse.util.quadtree.QuadTree.LeafNode<B> leaf(float x, float y)
           
 

Method Detail

leaf

com.metsci.glimpse.util.quadtree.QuadTree.LeafNode<B> leaf(float x,
                                                           float y)

accumulate

void accumulate(float xMin,
                float xMax,
                float yMin,
                float yMax,
                QuadTree.Accumulator<B> accumulator)


Copyright © 2012 Metron, Inc.. All Rights Reserved.