us.ihmc.utilities.dataStructures.hyperCubeTree
Class HyperCubeNodeTest

java.lang.Object
  extended by us.ihmc.utilities.dataStructures.hyperCubeTree.HyperCubeNodeTest

public class HyperCubeNodeTest
extends java.lang.Object


Nested Class Summary
static class HyperCubeNodeTest.NullListener<T,D>
           
 
Field Summary
static double eps
           
 
Constructor Summary
HyperCubeNodeTest()
           
 
Method Summary
 void testAssumptions()
           
 void testIndexing()
           
 void testLocatePoint()
           
 void testReplaceLeaf()
           
 void testSplit()
           
 void testSubdivideBounds()
           
 void testToBooleanArray()
           
 void testToIndex()
           
 void testWithinBounds()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eps

public static final double eps
See Also:
Constant Field Values
Constructor Detail

HyperCubeNodeTest

public HyperCubeNodeTest()
Method Detail

testAssumptions

public void testAssumptions()

testToIndex

public void testToIndex()

testToBooleanArray

public void testToBooleanArray()

testLocatePoint

public void testLocatePoint()

testIndexing

public void testIndexing()

testWithinBounds

public void testWithinBounds()

testSubdivideBounds

public void testSubdivideBounds()

testSplit

public void testSplit()

testReplaceLeaf

public void testReplaceLeaf()