|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Go to the source code of this file.
Classes | |
| class | GeomAlgorithmsTest |
Functions | |
| TEST_F (GeomAlgorithmsTest, TriangulateTriangle) | |
| TEST_F (GeomAlgorithmsTest, TriangulateSquare) | |
| TEST_F (GeomAlgorithmsTest, TriangulatePentagon) | |
| TEST_F (GeomAlgorithmsTest, QuickHullTriangle) | |
| TEST_F (GeomAlgorithmsTest, QuickHullSquare) | |
| TEST_F (GeomAlgorithmsTest, QuickHullWithInterior) | |
| TEST_F (GeomAlgorithmsTest, GiftWrappingSquare) | |
| TEST_F (GeomAlgorithmsTest, BruteForceHullTriangle) | |
| TEST_F (GeomAlgorithmsTest, ThreePointsHull) | |
| TEST_F (GeomAlgorithmsTest, TriangulateHexagon) | |
| TEST_F | ( | GeomAlgorithmsTest | , |
| BruteForceHullTriangle | |||
| ) |
Definition at line 114 of file geom_algorithms_test.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GeomAlgorithmsTest | , |
| GiftWrappingSquare | |||
| ) |
Definition at line 100 of file geom_algorithms_test.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GeomAlgorithmsTest | , |
| QuickHullSquare | |||
| ) |
Definition at line 71 of file geom_algorithms_test.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GeomAlgorithmsTest | , |
| QuickHullTriangle | |||
| ) |
Definition at line 58 of file geom_algorithms_test.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GeomAlgorithmsTest | , |
| QuickHullWithInterior | |||
| ) |
Definition at line 85 of file geom_algorithms_test.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GeomAlgorithmsTest | , |
| ThreePointsHull | |||
| ) |
Definition at line 127 of file geom_algorithms_test.cc.
References Aleph::DynList< T >::append(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GeomAlgorithmsTest | , |
| TriangulateHexagon | |||
| ) |
Definition at line 140 of file geom_algorithms_test.cc.
References Polygon::add_vertex(), Polygon::close(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GeomAlgorithmsTest | , |
| TriangulatePentagon | |||
| ) |
Definition at line 41 of file geom_algorithms_test.cc.
References Polygon::add_vertex(), Polygon::close(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GeomAlgorithmsTest | , |
| TriangulateSquare | |||
| ) |
Definition at line 26 of file geom_algorithms_test.cc.
References Polygon::add_vertex(), Polygon::close(), Aleph::maps(), and Aleph::HTList::size().
| TEST_F | ( | GeomAlgorithmsTest | , |
| TriangulateTriangle | |||
| ) |
Definition at line 12 of file geom_algorithms_test.cc.
References Polygon::add_vertex(), Polygon::close(), Aleph::maps(), and Aleph::HTList::size().