Searched defs:TreeTest (Results 1 – 2 of 2) sorted by relevance
93 struct TreeTest struct95 typedef Matrix<double, Dim, 1> VectorType;96 typedef std::vector<VectorType, aligned_allocator<VectorType> > VectorTypeList;97 typedef Ball<Dim> BallType;98 typedef std::vector<BallType, aligned_allocator<BallType> > BallTypeList;99 typedef AlignedBox<double, Dim> BoxType;101 void testIntersect1() in testIntersect1()120 void testMinimize1() in testMinimize1()141 void testIntersect2() in testIntersect2()166 void testMinimize2() in testMinimize2()
13 class TreeTest(unittest.TestCase): class