public class PointRegionQuadTreeNodeLeaf<L> extends PointRegionQuadTreeNode<L>
Constructor and Description |
---|
PointRegionQuadTreeNodeLeaf(BoundingBox bb,
int level,
L points,
int count) |
Modifier and Type | Method and Description |
---|---|
void |
decCount() |
int |
getCount() |
L |
getPoints() |
void |
incCount(int numAdded) |
void |
setCount(int count) |
void |
setPoints(L points) |
getBb, getLevel
public PointRegionQuadTreeNodeLeaf(BoundingBox bb, int level, L points, int count)