#include <gtest/gtest.h>
#include "test_mesh_common_functions.h"
#include <pcl/geometry/polygon_mesh.h>
Go to the source code of this file.
typedef pcl::geometry::EdgeIndex EdgeIndex |
Definition at line 63 of file test_mesh_data.cpp.
typedef pcl::geometry::FaceIndex FaceIndex |
Definition at line 64 of file test_mesh_data.cpp.
typedef std::vector<FaceIndex> FaceIndices |
Definition at line 68 of file test_mesh_data.cpp.
Definition at line 62 of file test_mesh_data.cpp.
typedef std::vector<HalfEdgeIndex> HalfEdgeIndices |
Definition at line 67 of file test_mesh_data.cpp.
typedef pcl::geometry::PolygonMesh<TraitsAD> MeshAD |
Definition at line 59 of file test_mesh_data.cpp.
typedef pcl::geometry::PolygonMesh<TraitsE> MeshE |
Definition at line 57 of file test_mesh_data.cpp.
typedef pcl::geometry::PolygonMesh<TraitsF> MeshF |
Definition at line 58 of file test_mesh_data.cpp.
typedef pcl::geometry::PolygonMesh<TraitsHE> MeshHE |
Definition at line 56 of file test_mesh_data.cpp.
typedef pcl::geometry::PolygonMesh<TraitsV> MeshV |
Definition at line 55 of file test_mesh_data.cpp.
typedef pcl::geometry::NoData NoData |
Definition at line 48 of file test_mesh_data.cpp.
typedef pcl::geometry::DefaultMeshTraits<int , int , int , int > TraitsAD |
Definition at line 53 of file test_mesh_data.cpp.
typedef pcl::geometry::DefaultMeshTraits<NoData, NoData , int , NoData> TraitsE |
Definition at line 51 of file test_mesh_data.cpp.
typedef pcl::geometry::DefaultMeshTraits<NoData, NoData , NoData, int > TraitsF |
Definition at line 52 of file test_mesh_data.cpp.
typedef pcl::geometry::DefaultMeshTraits<NoData, int , NoData, NoData> TraitsHE |
Definition at line 50 of file test_mesh_data.cpp.
typedef pcl::geometry::DefaultMeshTraits<int , NoData , NoData, NoData> TraitsV |
Definition at line 49 of file test_mesh_data.cpp.
Definition at line 61 of file test_mesh_data.cpp.
typedef std::vector<VertexIndex> VertexIndices |
Definition at line 66 of file test_mesh_data.cpp.
void checkSizeData | ( | const MeshT & | mesh, |
const size_t | n_v, | ||
const size_t | n_he, | ||
const size_t | n_e, | ||
const size_t | n_f | ||
) |
Check if the size of the mesh data is correct.
Definition at line 85 of file test_mesh_data.cpp.
void checkSizeElements | ( | const MeshT & | mesh, |
const size_t | n_v, | ||
const size_t | n_e, | ||
const size_t | n_f | ||
) |
Check if the size of the mesh elements is correct.
Definition at line 74 of file test_mesh_data.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 429 of file test_mesh_data.cpp.
TEST | ( | TestMesh | , |
MeshData | |||
) |
Definition at line 95 of file test_mesh_data.cpp.