mtree
Class NodeEntry.HREntry

java.lang.Object
  extended by mtree.NodeEntry.HREntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
NodeEntry

public static class NodeEntry.HREntry
extends java.lang.Object
implements java.io.Serializable

Static class used for HR array of precomputed distances.

See Also:
Serialized Form

Constructor Summary
NodeEntry.HREntry(float min, float max)
          Constructors
 
Method Summary
 float getMax()
           
 float getMin()
          Methods
 void setMax(float max)
           
 void setMin(float min)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeEntry.HREntry

public NodeEntry.HREntry(float min,
                         float max)
Constructors

Method Detail

getMin

public float getMin()
Methods


setMin

public void setMin(float min)

getMax

public float getMax()

setMax

public void setMax(float max)