#include <vector>#include <typeinfo>#include <gtest/gtest.h>#include <pcl/geometry/triangle_mesh.h>#include "test_mesh_common_functions.h"
Go to the source code of this file.
| typedef pcl::geometry::EdgeIndex EdgeIndex |
Definition at line 54 of file test_triangle_mesh.cpp.
| typedef pcl::geometry::FaceIndex FaceIndex |
Definition at line 55 of file test_triangle_mesh.cpp.
| typedef std::vector<FaceIndex> FaceIndices |
Definition at line 59 of file test_triangle_mesh.cpp.
Definition at line 53 of file test_triangle_mesh.cpp.
| typedef std::vector<HalfEdgeIndex> HalfEdgeIndices |
Definition at line 58 of file test_triangle_mesh.cpp.
| typedef pcl::geometry::TriangleMesh<MeshTraits <true > > ManifoldTriangleMesh |
Definition at line 71 of file test_triangle_mesh.cpp.
| typedef pcl::geometry::TriangleMesh<MeshTraits <false> > NonManifoldTriangleMesh |
Definition at line 72 of file test_triangle_mesh.cpp.
| typedef testing::Types<ManifoldTriangleMesh, NonManifoldTriangleMesh> TriangleMeshTypes |
Definition at line 74 of file test_triangle_mesh.cpp.
Definition at line 52 of file test_triangle_mesh.cpp.
| typedef std::vector<VertexIndex> VertexIndices |
Definition at line 57 of file test_triangle_mesh.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 587 of file test_triangle_mesh.cpp.
| TEST | ( | TestManifoldTriangleMesh | , |
| addTrianglePair | |||
| ) |
Definition at line 516 of file test_triangle_mesh.cpp.
| TYPED_TEST | ( | TestTriangleMesh | , |
| CorrectMeshTag | |||
| ) |
Definition at line 87 of file test_triangle_mesh.cpp.
| TYPED_TEST | ( | TestTriangleMesh | , |
| CorrectNumberOfVertices | |||
| ) |
Definition at line 97 of file test_triangle_mesh.cpp.
| TYPED_TEST | ( | TestTriangleMesh | , |
| OneTriangle | |||
| ) |
Definition at line 120 of file test_triangle_mesh.cpp.
| TYPED_TEST | ( | TestTriangleMesh | , |
| TwoTriangles | |||
| ) |
Definition at line 206 of file test_triangle_mesh.cpp.
| TYPED_TEST | ( | TestTriangleMesh | , |
| ThreeTriangles | |||
| ) |
Definition at line 342 of file test_triangle_mesh.cpp.