Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Namespaces | Functions
TriangleMesh.cpp File Reference

(d32b4fc (Mon Sep 14 15:46:25 2026 -0700))

#include "open3d/geometry/TriangleMesh.h"
#include <tbb/concurrent_vector.h>
#include <tbb/parallel_for.h>
#include <tbb/parallel_reduce.h>
#include <Eigen/Dense>
#include <numeric>
#include <queue>
#include <tuple>
#include "open3d/geometry/BoundingVolume.h"
#include "open3d/geometry/IntersectionTest.h"
#include "open3d/geometry/KDTreeFlann.h"
#include "open3d/geometry/PointCloud.h"
#include "open3d/geometry/Qhull.h"
#include "open3d/geometry/Smoothing.h"
#include "open3d/utility/Logging.h"
#include "open3d/utility/Parallel.h"
#include "open3d/utility/Random.h"

Namespaces

namespace  open3d
 
namespace  open3d::geometry
 

Functions

template<typename F >
bool open3d::geometry::OrientTriangleHelper (const std::vector< Eigen::Vector3i > &triangles, F &swap)