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

Go to the source code of this file.
Macros | |
| #define | TEST_NAME "mvs/mat_test" |
Functions | |
| BOOST_AUTO_TEST_CASE (TestEmpty) | |
| BOOST_AUTO_TEST_CASE (TestNonEmpty) | |
| BOOST_AUTO_TEST_CASE (TestGetSet) | |
| BOOST_AUTO_TEST_CASE (TestFill) | |
| #define TEST_NAME "mvs/mat_test" |
Definition at line 32 of file mat_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TestEmpty | ) |
Definition at line 39 of file mat_test.cc.
References colmap::mvs::Mat< T >::GetDepth(), colmap::mvs::Mat< T >::GetHeight(), colmap::mvs::Mat< T >::GetNumBytes(), and colmap::mvs::Mat< T >::GetWidth().
| BOOST_AUTO_TEST_CASE | ( | TestFill | ) |
Definition at line 85 of file mat_test.cc.
References colmap::mvs::Mat< T >::Fill(), colmap::mvs::Mat< T >::GetNumBytes(), and colmap::mvs::Mat< T >::Set().
| BOOST_AUTO_TEST_CASE | ( | TestGetSet | ) |
Definition at line 55 of file mat_test.cc.
References colmap::mvs::Mat< T >::Get(), colmap::mvs::Mat< T >::GetNumBytes(), colmap::mvs::Mat< T >::GetSlice(), and colmap::mvs::Mat< T >::Set().
| BOOST_AUTO_TEST_CASE | ( | TestNonEmpty | ) |
Definition at line 47 of file mat_test.cc.
References colmap::mvs::Mat< T >::GetDepth(), colmap::mvs::Mat< T >::GetHeight(), colmap::mvs::Mat< T >::GetNumBytes(), and colmap::mvs::Mat< T >::GetWidth().