#include <cstdio>#include <fstream>#include <string>#include <gtest/gtest.h>#include <pcl/geometry/triangle_mesh.h>#include <pcl/geometry/mesh_io.h>
Go to the source code of this file.
Typedefs | |
| typedef Mesh::FaceIndex | FaceIndex |
| typedef Mesh::HalfEdgeIndex | HalfEdgeIndex |
| typedef pcl::geometry::TriangleMesh < MeshTraits > | Mesh |
| typedef pcl::geometry::MeshIO < Mesh > | MeshIO |
| typedef pcl::geometry::DefaultMeshTraits | MeshTraits |
| typedef Mesh::VertexIndex | VertexIndex |
Functions | |
| int | main (int argc, char **argv) |
| TEST (TestMeshIO, WriteAndRead) | |
| typedef Mesh::FaceIndex FaceIndex |
Definition at line 58 of file test_mesh_io.cpp.
| typedef Mesh::HalfEdgeIndex HalfEdgeIndex |
Definition at line 57 of file test_mesh_io.cpp.
| typedef pcl::geometry::TriangleMesh<MeshTraits> Mesh |
Definition at line 53 of file test_mesh_io.cpp.
| typedef pcl::geometry::MeshIO<Mesh> MeshIO |
Definition at line 54 of file test_mesh_io.cpp.
Definition at line 52 of file test_mesh_io.cpp.
| typedef Mesh::VertexIndex VertexIndex |
Definition at line 56 of file test_mesh_io.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 106 of file test_mesh_io.cpp.
| TEST | ( | TestMeshIO | , |
| WriteAndRead | |||
| ) |
Definition at line 62 of file test_mesh_io.cpp.