#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/octree/octree.h>#include <pcl/octree/octree_impl.h>#include <pcl/octree/octree_pointcloud_adjacency.h>
Go to the source code of this file.
Classes | |
| class | prioPointQueueEntry |
Defines | |
| #define | TESTPOINTS 3000 |
| #define | TESTPOINTS 3000 |
Functions | |
| int | main (int argc, char **argv) |
| TEST (PCL, Octree_Test) | |
| TEST (PCL, Octree_Dynamic_Depth_Test) | |
| TEST (PCL, Octree2Buf_Test) | |
| TEST (PCL, Octree2Buf_Base_Double_Buffering_Test) | |
| TEST (PCL, Octree2Buf_Base_Double_Buffering_XOR_Test) | |
| TEST (PCL, Octree_Pointcloud_Test) | |
| TEST (PCL, Octree_Pointcloud_Density_Test) | |
| TEST (PCL, Octree_Pointcloud_Iterator_Test) | |
| TEST (PCL, Octree_Pointcloud_Occupancy_Test) | |
| TEST (PCL, Octree_Pointcloud_Change_Detector_Test) | |
| TEST (PCL, Octree_Pointcloud_Voxel_Centroid_Test) | |
| TEST (PCL, Octree_Pointcloud_Nearest_K_Neighbour_Search) | |
| TEST (PCL, Octree_Pointcloud_Box_Search) | |
| TEST (PCL, Octree_Pointcloud_Approx_Nearest_Neighbour_Search) | |
| TEST (PCL, Octree_Pointcloud_Neighbours_Within_Radius_Search) | |
| TEST (PCL, Octree_Pointcloud_Ray_Traversal) | |
| TEST (PCL, Octree_Pointcloud_Adjacency) | |
| #define TESTPOINTS 3000 |
| #define TESTPOINTS 3000 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 1704 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Test | |||
| ) |
Definition at line 56 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Dynamic_Depth_Test | |||
| ) |
Definition at line 250 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree2Buf_Test | |||
| ) |
Definition at line 385 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree2Buf_Base_Double_Buffering_Test | |||
| ) |
Definition at line 549 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree2Buf_Base_Double_Buffering_XOR_Test | |||
| ) |
Definition at line 633 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Test | |||
| ) |
Definition at line 708 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Density_Test | |||
| ) |
Definition at line 852 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Iterator_Test | |||
| ) |
Definition at line 892 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Occupancy_Test | |||
| ) |
Definition at line 976 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Change_Detector_Test | |||
| ) |
Definition at line 1022 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Voxel_Centroid_Test | |||
| ) |
Definition at line 1084 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Nearest_K_Neighbour_Search | |||
| ) |
Definition at line 1185 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Box_Search | |||
| ) |
Definition at line 1296 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Approx_Nearest_Neighbour_Search | |||
| ) |
Definition at line 1370 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Neighbours_Within_Radius_Search | |||
| ) |
Definition at line 1448 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Ray_Traversal | |||
| ) |
Definition at line 1537 of file octree/test_octree.cpp.
| TEST | ( | PCL | , |
| Octree_Pointcloud_Adjacency | |||
| ) |
Definition at line 1623 of file octree/test_octree.cpp.