| Modifier and Type | Interface and Description |
|---|---|
interface |
PointEntryDist<T> |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<PointEntry<T>> |
PointIndexWrapper.iterator() |
QueryIterator<? extends PointEntry<T>> |
PointIndex.iterator() |
QueryIterator<PointEntry<T>> |
PointIndexWrapper.query(double[] min,
double[] max) |
QueryIterator<PointEntry<T>> |
PointIndex.query(double[] min,
double[] max) |
| Modifier and Type | Method and Description |
|---|---|
default double |
PointDistanceFunction.dist(double[] p1,
PointEntry<?> entry) |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<? extends PointEntry<T>> |
PointArray.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
Point<T> |
class |
PointDist<T> |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<? extends PointEntry<T>> |
CoverTree.iterator() |
QueryIterator<PointEntry<T>> |
CoverTree.query(double[] min,
double[] max) |
| Modifier and Type | Class and Description |
|---|---|
class |
KDEntryDist<T> |
class |
Node<T>
Node class for the quadtree.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<PointEntry<T>> |
KDTree.iterator() |
| Modifier and Type | Class and Description |
|---|---|
class |
DistEntryP<T> |
class |
EntryP<T> |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<PointEntry<T>> |
PHTreeP.iterator() |
QueryIterator<PointEntry<T>> |
PHTreeP.query(double[] min,
double[] max) |
| Modifier and Type | Class and Description |
|---|---|
class |
QEntry<T> |
class |
QEntryDist<T> |
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<PointEntry<T>> |
QuadTreeKD.iterator() |
QueryIterator<PointEntry<T>> |
QuadTreeKD.query(double[] min,
double[] max)
Query the tree, returning all points in the axis-aligned rectangle between 'min' and 'max'.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<PointEntry<T>> |
QuadTreeKD2.iterator() |
QueryIterator<PointEntry<T>> |
QuadTreeKD2.query(double[] min,
double[] max)
Query the tree, returning all points in the axis-aligned rectangle between 'min' and 'max'.
|
| Modifier and Type | Method and Description |
|---|---|
QueryIterator<PointEntry<T>> |
QuadTreeKD0.iterator() |
Copyright © 2018. All rights reserved.