us.ihmc.utilities.dataStructures.quadTree
Class QuadTreeTest

java.lang.Object
  extended by us.ihmc.utilities.dataStructures.quadTree.QuadTreeTest

public class QuadTreeTest
extends java.lang.Object

User: Matt Date: 4/1/13


Constructor Summary
QuadTreeTest()
           
 
Method Summary
 void testAll()
           
 void testClear()
           
 void testGetMaxX()
           
 void testGetMaxY()
           
 void testGetMinX()
           
 void testGetMinY()
           
 void testMerging()
           
 void testPuttingDifferentHeightPointsAtDifferentLocations()
           
 void testPuttingSimilarHeightPoints()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuadTreeTest

public QuadTreeTest()
Method Detail

testPuttingDifferentHeightPointsAtDifferentLocations

public void testPuttingDifferentHeightPointsAtDifferentLocations()
                                                          throws java.lang.Exception
Throws:
java.lang.Exception

testPuttingSimilarHeightPoints

public void testPuttingSimilarHeightPoints()
                                    throws java.lang.Exception
Throws:
java.lang.Exception

testAll

public void testAll()
             throws java.lang.Exception
Throws:
java.lang.Exception

testMerging

public void testMerging()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testClear

public void testClear()
               throws java.lang.Exception
Throws:
java.lang.Exception

testGetMinX

public void testGetMinX()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetMaxX

public void testGetMaxX()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetMinY

public void testGetMinY()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testGetMaxY

public void testGetMaxY()
                 throws java.lang.Exception
Throws:
java.lang.Exception