|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmtree.FoundNode
public class FoundNode
Constructor Summary | |
---|---|
FoundNode(Node n,
java.util.Stack<InternalNode> path)
Constructors |
Method Summary | |
---|---|
void |
addNodeEntry(messif.objects.LocalAbstractObject p,
Node ptr,
int nhr)
Creates a new entry in the internal node and sets the distance to its parent pivot. |
java.util.Stack<InternalNode> |
getClonePath()
|
Node |
getNode()
Methods |
java.util.Stack<InternalNode> |
getPath()
|
boolean |
updateDistances(messif.objects.LocalAbstractObject[] pivots)
Adjusts the radius r and the distances of HR array for the given node. |
boolean |
updateDistances(messif.objects.LocalAbstractObject[] pivots,
double r)
Sets the radius r and adjusts the distances of HR array for the given node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FoundNode(Node n, java.util.Stack<InternalNode> path)
Method Detail |
---|
public Node getNode()
public java.util.Stack<InternalNode> getPath()
public java.util.Stack<InternalNode> getClonePath()
public void addNodeEntry(messif.objects.LocalAbstractObject p, Node ptr, int nhr)
public boolean updateDistances(messif.objects.LocalAbstractObject[] pivots, double r)
public boolean updateDistances(messif.objects.LocalAbstractObject[] pivots)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |