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

Go to the source code of this file.
Macros | |
| #define | TEST_NAME "base/point2d" |
Functions | |
| BOOST_AUTO_TEST_CASE (TestDefault) | |
| BOOST_AUTO_TEST_CASE (TestXY) | |
| BOOST_AUTO_TEST_CASE (TestPoint3DId) | |
| #define TEST_NAME "base/point2d" |
Definition at line 32 of file point2d_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TestDefault | ) |
Definition at line 39 of file point2d_test.cc.
References colmap::Point2D::HasPoint3D(), colmap::kInvalidPoint3DId, colmap::Point2D::Point3DId(), colmap::Point2D::X(), colmap::Point2D::XY(), and colmap::Point2D::Y().
| BOOST_AUTO_TEST_CASE | ( | TestPoint3DId | ) |
Definition at line 62 of file point2d_test.cc.
References colmap::Point2D::HasPoint3D(), colmap::kInvalidPoint3DId, colmap::Point2D::Point3DId(), and colmap::Point2D::SetPoint3DId().
| BOOST_AUTO_TEST_CASE | ( | TestXY | ) |
Definition at line 49 of file point2d_test.cc.
References colmap::Point2D::SetXY(), colmap::Point2D::X(), colmap::Point2D::XY(), and colmap::Point2D::Y().