MRPT
2.0.1
|
#include <gtest/gtest.h>
#include <mrpt/core/bits_math.h>
#include <mrpt/math/CAtan2LookUpTable.h>
#include <mrpt/random.h>
#include <cmath>
Go to the source code of this file.
Functions | |
template<class LUT_CLASS > | |
void | atan2_lut_test (const LUT_CLASS &atan2lut, const double SIZE, const double max_deg_errors, const double skip_area) |
TEST (CAtan2LookUpTable, ValidValidTest) | |
TEST (CAtan2LookUpTable, MultiResTest) | |
void atan2_lut_test | ( | const LUT_CLASS & | atan2lut, |
const double | SIZE, | ||
const double | max_deg_errors, | ||
const double | skip_area | ||
) |
Definition at line 17 of file CAtan2LookUpTable_unittest.cpp.
References mrpt::DEG2RAD(), mrpt::random::CRandomGenerator::drawUniform(), EXPECT_LT(), EXPECT_TRUE(), and mrpt::random::getRandomGenerator().
Referenced by TEST().
TEST | ( | CAtan2LookUpTable | , |
ValidValidTest | |||
) |
Definition at line 44 of file CAtan2LookUpTable_unittest.cpp.
References atan2_lut_test().
TEST | ( | CAtan2LookUpTable | , |
MultiResTest | |||
) |
Definition at line 53 of file CAtan2LookUpTable_unittest.cpp.
References atan2_lut_test(), and mrpt::math::CAtan2LookUpTableMultiRes::resize().
Page generated by Doxygen 1.8.14 for MRPT 2.0.1 Git: 0fef1a6d7 Fri Apr 3 23:00:21 2020 +0200 at vie abr 3 23:20:28 CEST 2020 |