|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OBPriorityQueueShort | |
|---|---|
| net.obsearch.index | |
| net.obsearch.index.ghs.impl | |
| net.obsearch.index.perm.impl | |
| net.obsearch.query | |
| Uses of OBPriorityQueueShort in net.obsearch.index |
|---|
| Methods in net.obsearch.index with parameters of type OBPriorityQueueShort | |
|---|---|
void |
IndexShort.searchOB(O object,
short r,
net.obsearch.filter.Filter<O> filter,
OBPriorityQueueShort<O> result)
Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object". |
void |
IndexShort.searchOB(O object,
short r,
OBPriorityQueueShort<O> result)
Searches the Index and returns OBResult (ID, OB and distance) elements that are closer to "object". |
void |
TestFrameworkShort.searchSequential(O o,
OBPriorityQueueShort<O> result,
IndexShort<O> index,
short range)
Sequential search. |
| Uses of OBPriorityQueueShort in net.obsearch.index.ghs.impl |
|---|
| Methods in net.obsearch.index.ghs.impl with parameters of type OBPriorityQueueShort | |
|---|---|
void |
Sketch64Short.searchOB(O object,
short r,
net.obsearch.filter.Filter<O> filter,
OBPriorityQueueShort<O> result)
|
void |
Sketch64Short.searchOB(O object,
short r,
OBPriorityQueueShort<O> result)
|
| Uses of OBPriorityQueueShort in net.obsearch.index.perm.impl |
|---|
| Methods in net.obsearch.index.perm.impl with parameters of type OBPriorityQueueShort | |
|---|---|
void |
DistPermShort.searchOB(O object,
short r,
net.obsearch.filter.Filter<O> filter,
OBPriorityQueueShort<O> result)
|
void |
DistPermShort.searchOB(O object,
short r,
OBPriorityQueueShort<O> result)
|
| Uses of OBPriorityQueueShort in net.obsearch.query |
|---|
| Fields in net.obsearch.query declared as OBPriorityQueueShort | |
|---|---|
protected OBPriorityQueueShort<O> |
OBQueryShort.result
Holds the results for the query. |
| Methods in net.obsearch.query that return OBPriorityQueueShort | |
|---|---|
OBPriorityQueueShort<O> |
OBQueryShort.getResult()
|
| Methods in net.obsearch.query with parameters of type OBPriorityQueueShort | |
|---|---|
void |
OBQueryShort.setResult(OBPriorityQueueShort<O> result)
Set the results of the matching to a new object. |
| Constructors in net.obsearch.query with parameters of type OBPriorityQueueShort | |
|---|---|
OBQueryShort(O object,
OBPriorityQueueShort<O> result)
|
|
OBQueryShort(O object,
short range,
OBPriorityQueueShort<O> result)
Creates a new OBQueryShort object. |
|
OBQueryShort(O object,
short range,
OBPriorityQueueShort<O> result,
short[] smap)
Creates a new OBQueryShort object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||