#include <gtest/gtest.h>#include <pcl/geometry/triangle_mesh.h>#include "test_mesh_common_functions.h"
Go to the source code of this file.
Classes | |
| struct | TestMeshCirculators::MeshTraits |
| class | TestMeshCirculators |
Functions | |
| int | main (int argc, char **argv) |
| TEST_F (TestMeshCirculators, IsValid) | |
| TEST_F (TestMeshCirculators, VertexAroundVertexIncrement) | |
| TEST_F (TestMeshCirculators, VertexAroundVertexDecrement) | |
| TEST_F (TestMeshCirculators, OutgoingHalfEdgeAroundVertexIncrement) | |
| TEST_F (TestMeshCirculators, OutgoingHalfEdgeAroundVertexDecrement) | |
| TEST_F (TestMeshCirculators, IncomingHalfEdgeAroundVertexIncrement) | |
| TEST_F (TestMeshCirculators, IncomingHalfEdgeAroundVertexDecrement) | |
| TEST_F (TestMeshCirculators, FaceAroundVertexIncrement) | |
| TEST_F (TestMeshCirculators, FaceAroundVertexDecrement) | |
| TEST_F (TestMeshCirculators, VertexAroundFaceIncrement) | |
| TEST_F (TestMeshCirculators, VertexAroundFaceDecrement) | |
| TEST_F (TestMeshCirculators, InnerHalfEdgeAroundFaceForAllFacesIncrement) | |
| TEST_F (TestMeshCirculators, InnerHalfEdgeAroundFaceForAllFacesDecrement) | |
| TEST_F (TestMeshCirculators, InnerHalfEdgeAroundFaceForBoundaryIncrement) | |
| TEST_F (TestMeshCirculators, InnerHalfEdgeAroundFaceForBoundaryDecrement) | |
| TEST_F (TestMeshCirculators, OuterHalfEdgeAroundFaceIncrement) | |
| TEST_F (TestMeshCirculators, OuterHalfEdgeAroundFaceDecrement) | |
| TEST_F (TestMeshCirculators, FaceAroundFaceIncrement) | |
| TEST_F (TestMeshCirculators, FaceAroundFaceDecrement) | |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 548 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| IsValid | |||
| ) |
Definition at line 121 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| VertexAroundVertexIncrement | |||
| ) |
Definition at line 135 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| VertexAroundVertexDecrement | |||
| ) |
Definition at line 153 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| OutgoingHalfEdgeAroundVertexIncrement | |||
| ) |
Definition at line 171 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| OutgoingHalfEdgeAroundVertexDecrement | |||
| ) |
Definition at line 191 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| IncomingHalfEdgeAroundVertexIncrement | |||
| ) |
Definition at line 211 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| IncomingHalfEdgeAroundVertexDecrement | |||
| ) |
Definition at line 231 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| FaceAroundVertexIncrement | |||
| ) |
Definition at line 251 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| FaceAroundVertexDecrement | |||
| ) |
Definition at line 280 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| VertexAroundFaceIncrement | |||
| ) |
Definition at line 309 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| VertexAroundFaceDecrement | |||
| ) |
Definition at line 331 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| InnerHalfEdgeAroundFaceForAllFacesIncrement | |||
| ) |
Definition at line 353 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| InnerHalfEdgeAroundFaceForAllFacesDecrement | |||
| ) |
Definition at line 376 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| InnerHalfEdgeAroundFaceForBoundaryIncrement | |||
| ) |
Definition at line 399 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| InnerHalfEdgeAroundFaceForBoundaryDecrement | |||
| ) |
Definition at line 418 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| OuterHalfEdgeAroundFaceIncrement | |||
| ) |
Definition at line 437 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| OuterHalfEdgeAroundFaceDecrement | |||
| ) |
Definition at line 464 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| FaceAroundFaceIncrement | |||
| ) |
Definition at line 491 of file test_mesh_circulators.cpp.
| TEST_F | ( | TestMeshCirculators | , |
| FaceAroundFaceDecrement | |||
| ) |
Definition at line 519 of file test_mesh_circulators.cpp.