#include <gtest/gtest.h>#include <pcl/geometry/polygon_mesh.h>#include <pcl/geometry/get_boundary.h>#include "test_mesh_common_functions.h"
Go to the source code of this file.
Classes | |
| struct | MeshTraits< IsManifoldT > |
| class | TestGetBoundary< MeshT > |
Typedefs | |
| typedef pcl::geometry::PolygonMesh < MeshTraits< true > > | ManifoldMesh |
| typedef testing::Types < ManifoldMesh, NonManifoldMesh > | MeshTypes |
| typedef pcl::geometry::PolygonMesh < MeshTraits< false > > | NonManifoldMesh |
Functions | |
| int | main (int argc, char **argv) |
| TYPED_TEST (TestGetBoundary, GetBoundaryHalfEdges) | |
| TYPED_TEST_CASE (TestGetBoundary, MeshTypes) | |
| typedef pcl::geometry::PolygonMesh<MeshTraits <true > > ManifoldMesh |
Definition at line 59 of file test_mesh_get_boundary.cpp.
| typedef testing::Types<ManifoldMesh, NonManifoldMesh> MeshTypes |
Definition at line 62 of file test_mesh_get_boundary.cpp.
| typedef pcl::geometry::PolygonMesh<MeshTraits <false> > NonManifoldMesh |
Definition at line 60 of file test_mesh_get_boundary.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 196 of file test_mesh_get_boundary.cpp.
| TYPED_TEST | ( | TestGetBoundary | , |
| GetBoundaryHalfEdges | |||
| ) |
Definition at line 75 of file test_mesh_get_boundary.cpp.