Assimp
v3.1.1 (June 2014)
|
Classes | |
struct | FastAtodWrapper |
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, FastAtod) | |
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 | , |
FastAtod | |||
) |
TEST_F | ( | FastAtofTest | , |
FastAtof | |||
) |