![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <IntersectionTest.h>#include <Logging.h>#include <Parallel.h>#include <Eigen/Dense>#include <algorithm>#include <numeric>#include <queue>#include <random>#include <tuple>#include "ecvHObjectCaster.h"#include "ecvKDTreeFlann.h"#include "ecvMesh.h"#include "ecvPointCloud.h"#include "ecvQhull.h"
Go to the source code of this file.
Functions | |
| template<typename F > | |
| bool | OrientTriangleHelper (const std::vector< Eigen::Vector3i > &triangles, F &swap) |
| bool OrientTriangleHelper | ( | const std::vector< Eigen::Vector3i > & | triangles, |
| F & | swap | ||
| ) |
Definition at line 1053 of file TriangleMeshFactory.cpp.
References ccMesh::GetOrderedEdge(), std::swap(), and cloudViewer::utility::swap().
Referenced by ccMesh::IsOrientable(), and ccMesh::OrientTriangles().