|
Assimp
v4.1. (December 2018)
|
Classes | |
| class | FastAtofTest |
| struct | FastAtofWrapper |
Macros | |
| #define | TEST_CASE(NUM) EXPECT_NEAR(static_cast<Real>(NUM), atof_func(#NUM), kEps) |
| #define | TEST_CASE_INF(NUM) EXPECT_TRUE(IsInf(atof_func(#NUM))) |
| #define | TEST_CASE_NAN(NUM) EXPECT_TRUE(IsNan(atof_func(#NUM))) |
Functions | |
| TEST_F (FastAtofTest, FastAtof) | |
| #define TEST_CASE | ( | NUM | ) | EXPECT_NEAR(static_cast<Real>(NUM), atof_func(#NUM), kEps) |
| #define TEST_CASE_INF | ( | NUM | ) | EXPECT_TRUE(IsInf(atof_func(#NUM))) |
| #define TEST_CASE_NAN | ( | NUM | ) | EXPECT_TRUE(IsNan(atof_func(#NUM))) |
| TEST_F | ( | FastAtofTest | , |
| FastAtof | |||
| ) |