us.ihmc.utilities.dataStructures.hyperCubeTree
Class HyperCubeLeaf<T>

java.lang.Object
  extended by us.ihmc.utilities.dataStructures.hyperCubeTree.HyperCubeLeaf<T>

public class HyperCubeLeaf<T>
extends java.lang.Object


Constructor Summary
HyperCubeLeaf(T value, double[] location)
           
 
Method Summary
 double[] getLocation()
           
 T getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HyperCubeLeaf

public HyperCubeLeaf(T value,
                     double[] location)
Method Detail

getValue

public T getValue()

getLocation

public double[] getLocation()