|
octomap 1.9.8
|
Go to the source code of this file.
Macros | |
| #define | EXPECT_EQ(a, b) |
| #define | EXPECT_FALSE(args) |
| #define | EXPECT_FLOAT_EQ(a, b) |
| #define | EXPECT_NEAR(a, b, prec) |
| #define | EXPECT_TRUE(args) |
| #define EXPECT_EQ | ( | a, | |
| b ) |
Referenced by boundingBoxTest(), compareResults(), main(), and main().
| #define EXPECT_FALSE | ( | args | ) |
Referenced by boundingBoxTest(), main(), and main().
| #define EXPECT_FLOAT_EQ | ( | a, | |
| b ) |
Referenced by comparePoint(), comparePose(), main(), and main().
| #define EXPECT_NEAR | ( | a, | |
| b, | |||
| prec ) |
Referenced by compareResults(), and main().
| #define EXPECT_TRUE | ( | args | ) |
Referenced by boundingBoxTest(), main(), main(), and main().