#include <gtest/gtest.h>#include <iostream>#include <map>#include <pcl/common/time.h>#include <pcl/kdtree/kdtree_flann.h>#include <pcl/kdtree/tree_types.h>#include <pcl/point_cloud.h>#include <pcl/point_types.h>#include <boost/make_shared.hpp>#include <pcl/kdtree/impl/kdtree_flann.hpp>
Go to the source code of this file.
Classes | |
| struct | MyPoint |
| class | MyPointRepresenationXY |
Functions | |
| void | init () |
| int | main (int argc, char **argv) |
| TEST (PCL, KdTreeFLANN_setPointRepresentation) | |
| TEST (PCL, KdTreeFLANN_nearestKSearch) | |
| TEST (PCL, KdTreeFLANN_radiusSearch) | |
Variables | |
| PointCloud< MyPoint > | cloud |
| PointCloud< MyPoint > | cloud_big |
| void init | ( | ) |
Definition at line 66 of file test_kdtree.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 374 of file test_kdtree.cpp.
| TEST | ( | PCL | , | |
| KdTreeFLANN_setPointRepresentation | ||||
| ) |
Definition at line 309 of file test_kdtree.cpp.
| TEST | ( | PCL | , | |
| KdTreeFLANN_nearestKSearch | ||||
| ) |
Definition at line 244 of file test_kdtree.cpp.
| TEST | ( | PCL | , | |
| KdTreeFLANN_radiusSearch | ||||
| ) |
Definition at line 132 of file test_kdtree.cpp.
Definition at line 58 of file test_kdtree.cpp.
Definition at line 58 of file test_kdtree.cpp.