#include <gtest/gtest.h>#include <pcl/PCLPointCloud2.h>#include <pcl/point_traits.h>#include <pcl/point_types.h>#include <pcl/common/io.h>#include <pcl/console/print.h>#include <pcl/io/ply_io.h>#include <pcl/io/ascii_io.h>#include <pcl/io/vtk_lib_io.h>#include <fstream>#include <locale>#include <stdexcept>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (PCL, PLYPolygonMeshIO) | |
| TEST (PCL, PLYPolygonMeshColoredIO) | |
Variables | |
| std::string | mesh_file_vtk_ |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 199 of file test_ply_mesh_io.cpp.
| TEST | ( | PCL | , |
| PLYPolygonMeshIO | |||
| ) |
Definition at line 57 of file test_ply_mesh_io.cpp.
| TEST | ( | PCL | , |
| PLYPolygonMeshColoredIO | |||
| ) |
Definition at line 100 of file test_ply_mesh_io.cpp.
Definition at line 54 of file test_ply_mesh_io.cpp.