|
APM:Libraries
|
Go to the source code of this file.
Classes | |
| class | TestParam |
| class | GeodesicGridTest |
Functions | |
| static bool | section_triangle (unsigned int section_index, Vector3f &a, Vector3f &b, Vector3f &c) |
| AP_GTEST_PRINTATBLE_PARAM_MEMBER (TestParam, v) | |
| TEST_P (GeodesicGridTest, Sections) | |
| INSTANTIATE_TEST_CASE_P (IcosahedronVertices, GeodesicGridTest, ::testing::ValuesIn(icosahedron_vertices)) | |
| INSTANTIATE_TEST_CASE_P (GeneralVectors, GeodesicGridTest, ::testing::ValuesIn(general_vectors)) | |
| INSTANTIATE_TEST_CASE_P (HardcodedVectors, GeodesicGridTest, ::testing::ValuesIn(hardcoded_vectors)) | |
Variables | |
| static const Vector3f | triangles [20][3] |
| static TestParam | icosahedron_vertices [] |
| static std::vector< TestParam > | general_vectors |
| static TestParam | hardcoded_vectors [] |
| INSTANTIATE_TEST_CASE_P | ( | IcosahedronVertices | , |
| GeodesicGridTest | , | ||
| ::testing::ValuesIn(icosahedron_vertices) | |||
| ) |
| INSTANTIATE_TEST_CASE_P | ( | GeneralVectors | , |
| GeodesicGridTest | , | ||
| ::testing::ValuesIn(general_vectors) | |||
| ) |
| INSTANTIATE_TEST_CASE_P | ( | HardcodedVectors | , |
| GeodesicGridTest | , | ||
| ::testing::ValuesIn(hardcoded_vectors) | |||
| ) |
| TEST_P | ( | GeodesicGridTest | , |
| Sections | |||
| ) |
|
static |
Definition at line 180 of file test_geodesic_grid.cpp.
|
static |
Definition at line 221 of file test_geodesic_grid.cpp.
|
static |
Definition at line 161 of file test_geodesic_grid.cpp.
|
static |
Definition at line 74 of file test_geodesic_grid.cpp.
1.8.13