#include <gtest/gtest.h>#include <pcl/point_types.h>#include <pcl/io/pcd_io.h>#include <pcl/io/vtk_io.h>#include <pcl/features/normal_3d.h>#include <pcl/surface/mls.h>#include <pcl/surface/gp3.h>#include <pcl/surface/marching_cubes_hoppe.h>#include <pcl/surface/marching_cubes_rbf.h>#include <pcl/common/common.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (PCL, MarchingCubesTest) | |
Variables | |
| PointCloud< PointXYZ >::Ptr | cloud (new PointCloud< PointXYZ >) |
| PointCloud< PointXYZ >::Ptr | cloud1 (new PointCloud< PointXYZ >) |
| PointCloud< PointNormal >::Ptr | cloud_with_normals (new PointCloud< PointNormal >) |
| PointCloud< PointNormal >::Ptr | cloud_with_normals1 (new PointCloud< PointNormal >) |
| search::KdTree< PointXYZ >::Ptr | tree |
| search::KdTree< PointNormal >::Ptr | tree2 |
| search::KdTree< PointXYZ >::Ptr | tree3 |
| search::KdTree< PointNormal >::Ptr | tree4 |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 106 of file test_marching_cubes.cpp.
| TEST | ( | PCL | , |
| MarchingCubesTest | |||
| ) |
Definition at line 68 of file test_marching_cubes.cpp.
| PointCloud<PointXYZ>::Ptr cloud(new PointCloud< PointXYZ >) |
| PointCloud<PointXYZ>::Ptr cloud1(new PointCloud< PointXYZ >) |
| PointCloud<PointNormal>::Ptr cloud_with_normals(new PointCloud< PointNormal >) |
| PointCloud<PointNormal>::Ptr cloud_with_normals1(new PointCloud< PointNormal >) |
| search::KdTree<PointXYZ>::Ptr tree |
Definition at line 58 of file test_marching_cubes.cpp.
| search::KdTree<PointNormal>::Ptr tree2 |
Definition at line 59 of file test_marching_cubes.cpp.
| search::KdTree<PointXYZ>::Ptr tree3 |
Definition at line 64 of file test_marching_cubes.cpp.
| search::KdTree<PointNormal>::Ptr tree4 |
Definition at line 65 of file test_marching_cubes.cpp.