#include <string>#include <sstream>#include <gtest/gtest.h>#include <pcl/geometry/mesh_indices.h>
Go to the source code of this file.
Classes | |
| class | TestMeshIndicesTyped< MeshIndexT > |
Typedefs | |
| typedef pcl::geometry::EdgeIndex | EdgeIndex |
| typedef pcl::geometry::FaceIndex | FaceIndex |
| typedef pcl::geometry::HalfEdgeIndex | HalfEdgeIndex |
| typedef testing::Types < VertexIndex, HalfEdgeIndex, EdgeIndex, FaceIndex > | MeshIndexTypes |
| typedef pcl::geometry::VertexIndex | VertexIndex |
Functions | |
| int | main (int argc, char **argv) |
| TEST (TestMeshIndices, Conversions) | |
| TEST (TestMeshIndices, Streams) | |
| TYPED_TEST (TestMeshIndicesTyped, General) | |
| TYPED_TEST_CASE (TestMeshIndicesTyped, MeshIndexTypes) | |
| typedef pcl::geometry::EdgeIndex EdgeIndex |
Definition at line 52 of file test_mesh_indices.cpp.
| typedef pcl::geometry::FaceIndex FaceIndex |
Definition at line 53 of file test_mesh_indices.cpp.
Definition at line 51 of file test_mesh_indices.cpp.
| typedef testing::Types<VertexIndex, HalfEdgeIndex, EdgeIndex, FaceIndex> MeshIndexTypes |
Definition at line 64 of file test_mesh_indices.cpp.
Definition at line 50 of file test_mesh_indices.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 148 of file test_mesh_indices.cpp.
| TEST | ( | TestMeshIndices | , |
| Conversions | |||
| ) |
Definition at line 98 of file test_mesh_indices.cpp.
| TEST | ( | TestMeshIndices | , |
| Streams | |||
| ) |
Definition at line 118 of file test_mesh_indices.cpp.
| TYPED_TEST | ( | TestMeshIndicesTyped | , |
| General | |||
| ) |
Definition at line 70 of file test_mesh_indices.cpp.