public interface QuadTreeInspector<T>
| Modifier and Type | Field and Description |
|---|---|
static int |
CONTINUE_INSPECTING_ELEMENTS |
static int |
STOP_INSPECTING_QUAD |
static int |
STOP_INSPECTING_TREE |
| Modifier and Type | Method and Description |
|---|---|
int |
inspect(T element)
Inspect an element within the tree
|
boolean |
isQuadValidForInspection(Quad quad)
Checks if a
Quad should be inspected |
static final int CONTINUE_INSPECTING_ELEMENTS
static final int STOP_INSPECTING_QUAD
static final int STOP_INSPECTING_TREE
int inspect(T element)
CONTINUE_INSPECTING_ELEMENTS if inspection of this quad should continue.
STOP_INSPECTING_QUAD if inspection of the quad should stop.
STOP_INSPECTING_TREE is inspection of the entire quad tree should stop.