#include <gtest/gtest.h>
#include <vector>
#include <stdio.h>
#include <pcl/common/time.h>
#include <pcl/point_cloud.h>
#include <pcl/point_types.h>
#include <pcl/search/pcl_search.h>
Go to the source code of this file.
Classes | |
class | prioPointQueueEntry |
Functions | |
int | main (int argc, char **argv) |
TEST (PCL, Octree_Pointcloud_Nearest_K_Neighbour_Search) | |
TEST (PCL, Octree_Pointcloud_Neighbours_Within_Radius_Search) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 367 of file search/test/test_octree.cpp.
TEST | ( | PCL | , |
Octree_Pointcloud_Nearest_K_Neighbour_Search | |||
) |
Definition at line 74 of file search/test/test_octree.cpp.
TEST | ( | PCL | , |
Octree_Pointcloud_Neighbours_Within_Radius_Search | |||
) |
Definition at line 281 of file search/test/test_octree.cpp.