Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
W
G
getAllBuckets()
- Method in class mtree.
MTree
Returns a list of all buckets of the tree.
getAllBuckets(Node, Collection<LocalBucket>)
- Static method in class mtree.utils.
Search
Looks for all buckets stored in all leaves of the subtree determined by node n.
getAllLeaves()
- Method in class mtree.
MTree
Returns a list of all leaves of the tree.
getAllLeaves(Node, List<LeafNode>)
- Static method in class mtree.utils.
Search
Looks for all leaves of the subtree determined by node n.
getAllObjects()
- Method in class mtree.
MTree
Looks for all objects stored in the tree.
getAllObjectsQueryOperation(GetAllObjectsQueryOperation)
- Method in class mtree.
MTree
Looks for all objects stored in the tree.
getBinarySize(BinarySerializator)
- Method in class mtree.utils.
ParentFilter
getBucket()
- Method in class mtree.
LeafNode
Returns the bucket of this leaf.
getBucketDispatcher()
- Method in class mtree.
MTree
Returns the bucket dispatcher of the tree.
getDistance()
- Method in class mtree.utils.
Split.Edge
getHeadMainDistance()
- Method in class mtree.
SearchQueue
Returns the main sort key of the current queue head.
getHeadSecondaryDistance()
- Method in class mtree.
SearchQueue
Returns the secondary sort key of the current queue head.
getHR()
- Method in class mtree.
NodeEntry
Returns the HR array of precomputed distances.
getLevel()
- Method in class mtree.
Node
Returns the level of this node.
getMax()
- Method in class mtree.
NodeEntry.HREntry
getMin()
- Method in class mtree.
NodeEntry.HREntry
Methods
getNode()
- Method in class mtree.
NodeEntry
Returns the node in which this node entry is stored.
getNodeEntry(int)
- Method in class mtree.
InternalNode
Returns the node entry at specified position.
getNodeEntry(LocalAbstractObject)
- Method in class mtree.
InternalNode
Returns the node entry selected by an object stored in it.
getNodeEntryList()
- Method in class mtree.
InternalNode
Returns a list of stored node entries of this node.
getObject()
- Method in class mtree.
NodeEntry
Returns the pivot connected with this node entry.
getObject1()
- Method in class mtree.utils.
Split.Edge
Methods
getObject2()
- Method in class mtree.utils.
Split.Edge
getObjectByLocatorOperation(GetObjectByLocatorOperation)
- Method in class mtree.
MTree
Random-access query for SAPIR API.
getObjectClass()
- Method in class mtree.
MTree
Returns the class of objects indexed by this algorithm.
getObjectCount()
- Method in class mtree.
InternalNode
Returns the number of stored objects in this node.
getObjectCount()
- Method in class mtree.
LeafNode
Returns the number of stored objects in this node.
getObjectCount()
- Method in class mtree.
MTree
Returns the number of objects stored in the tree.
getObjectCount()
- Method in class mtree.
Node
Returns the number of stored objects in this node.
getObjects()
- Method in class mtree.
InternalNode
Returns an iterator of all objects stored in this node.
getObjects()
- Method in class mtree.
LeafNode
Returns an iterator of all objects stored in this node.
getObjects()
- Method in class mtree.
Node
Returns an iterator of all objects stored in this node.
getObjectsByLocatorsOperation(GetObjectsByLocatorsOperation)
- Method in class mtree.
MTree
Random-access query for SAPIR API.
getParentDist()
- Method in class mtree.
NodeEntry
Returns the distance to the parent pivot.
getParentDist()
- Method in class mtree.utils.
ParentFilter
getParentNode()
- Method in class mtree.
Node
Returns the parent node of this node.
getParentNodeEntry()
- Method in class mtree.
Node
Returns the parent node entry pointing to this node.
getParentRadius()
- Method in class mtree.
Node
Returns the covering radius of the parent node.
getPivots()
- Method in class mtree.
MTree
Returns the copy of fixed array of pivots.
getPrecomputedDistance(LocalAbstractObject, float[])
- Method in class mtree.utils.
ParentFilter
Implemented class PrecomputedDistancesFilter
getRadius()
- Method in class mtree.
NodeEntry
Returns the radius of this node entry covering all descendants.
getRoot()
- Method in class mtree.
MTree
Returns the root of the tree.
getSize()
- Method in class mtree.
SearchQueue
Returns the actual number of elements in this queue.
getSortedObjectList()
- Method in class mtree.
Node
Returns a sorted list of all objects stored in this node.
getSubtree()
- Method in class mtree.
NodeEntry
Returns the subtree of this node entry.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
P
R
S
T
U
W