MeshLib
 
Loading...
Searching...
No Matches
MRPointCloudTriangulation.h File Reference
#include "MRConstants.h"
#include "MRMesh.h"
#include "MRProgressCallback.h"
#include <optional>

Go to the source code of this file.

Classes

struct  MR::TriangulationParameters
 Parameters of point cloud triangulation. More...
 

Namespaces

namespace  MR
 

Functions

MRMESH_API std::optional< MeshMR::triangulatePointCloud (const PointCloud &pointCloud, const TriangulationParameters &params={}, ProgressCallback progressCb={})
 Creates mesh from given point cloud according params Returns empty optional if was interrupted by progress bar.