![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

Go to the source code of this file.
Macros | |
| #define | TEST_NAME "base/gps" |
Functions | |
| BOOST_AUTO_TEST_CASE (TestEllToXYZGRS80) | |
| BOOST_AUTO_TEST_CASE (TestEllToXYZWGS84) | |
| BOOST_AUTO_TEST_CASE (TestXYZToEll_GRS80) | |
| BOOST_AUTO_TEST_CASE (TestXYZToEll_WGS84) | |
| BOOST_AUTO_TEST_CASE (TestXYZToEllToXYZ_GRS80) | |
| BOOST_AUTO_TEST_CASE (TestXYZToEllToXYZ_WGS84) | |
| #define TEST_NAME "base/gps" |
Definition at line 32 of file gps_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TestEllToXYZGRS80 | ) |
Definition at line 39 of file gps_test.cc.
References e, colmap::GPSTransform::EllToXYZ(), and colmap::GPSTransform::GRS80.
| BOOST_AUTO_TEST_CASE | ( | TestEllToXYZWGS84 | ) |
Definition at line 62 of file gps_test.cc.
References e, colmap::GPSTransform::EllToXYZ(), and colmap::GPSTransform::WGS84.
| BOOST_AUTO_TEST_CASE | ( | TestXYZToEll_GRS80 | ) |
Definition at line 85 of file gps_test.cc.
References e, colmap::GPSTransform::GRS80, and colmap::GPSTransform::XYZToEll().
| BOOST_AUTO_TEST_CASE | ( | TestXYZToEll_WGS84 | ) |
Definition at line 108 of file gps_test.cc.
References e, colmap::GPSTransform::WGS84, and colmap::GPSTransform::XYZToEll().
| BOOST_AUTO_TEST_CASE | ( | TestXYZToEllToXYZ_GRS80 | ) |
Definition at line 131 of file gps_test.cc.
References e, colmap::GPSTransform::EllToXYZ(), colmap::GPSTransform::GRS80, and colmap::GPSTransform::XYZToEll().
| BOOST_AUTO_TEST_CASE | ( | TestXYZToEllToXYZ_WGS84 | ) |
Definition at line 150 of file gps_test.cc.
References e, colmap::GPSTransform::EllToXYZ(), colmap::GPSTransform::WGS84, and colmap::GPSTransform::XYZToEll().