public class QuadTree<Value> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QuadTree.Node<Value> |
static interface |
QuadTree.Visitor<Value> |
Constructor and Description |
---|
QuadTree(DblBoundingBox bounds) |
public QuadTree(DblBoundingBox bounds)
public void insert(Point2D location, int charge, Value value)
public void visit(QuadTree.Visitor<Value> visitor)
Copyright © 2017. All rights reserved.