|
Point Cloud Library (PCL)
1.6.0
|
Go to the source code of this file.
Namespaces | |
| namespace | pcl |
| namespace | pcl::test |
test_macros.h provide helper macros for testing vectors, matrices etc. | |
Functions | |
| template<typename V1 , typename V2 > | |
| void | pcl::test::EXPECT_EQ_VECTORS (const V1 &v1, const V2 &v2) |
| template<typename V1 , typename V2 , typename Scalar > | |
| void | pcl::test::EXPECT_NEAR_VECTORS (const V1 &v1, const V2 &v2, const Scalar &epsilon) |
1.7.6.1