#include <gtest/gtest.h>#include <pcl/pcl_config.h>#include <pcl/pcl_tests.h>#include <Eigen/Core>#include <vector>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (MACROS, expect_eq_vectors_macro) | |
| TEST (MACROS, expect_near_vectors_macro) | |
Variables | |
| Eigen::Vector3f | ev1 |
| Eigen::Vector3f | ev2 |
| std::vector< float > | v1 |
| std::vector< float > | v2 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 86 of file test_macros.cpp.
| TEST | ( | MACROS | , |
| expect_eq_vectors_macro | |||
| ) |
Definition at line 48 of file test_macros.cpp.
| TEST | ( | MACROS | , |
| expect_near_vectors_macro | |||
| ) |
Definition at line 66 of file test_macros.cpp.
| Eigen::Vector3f ev1 |
Definition at line 46 of file test_macros.cpp.
| Eigen::Vector3f ev2 |
Definition at line 46 of file test_macros.cpp.
| std::vector<float> v1 |
Definition at line 45 of file test_macros.cpp.
| std::vector<float> v2 |
Definition at line 45 of file test_macros.cpp.