Go to the source code of this file.
Classes | |
| struct | MR::TriangulationParameters |
| Parameters of point cloud triangulation. More... | |
| struct | MR::FillHolesWithExtraPointsParams |
Namespaces | |
| namespace | MR |
Functions | |
| MRMESH_API std::optional< Mesh > | MR::triangulatePointCloud (const PointCloud &pointCloud, const TriangulationParameters ¶ms={}, const ProgressCallback &progressCb={}) |
| Creates mesh from given point cloud according params Returns empty optional if was interrupted by progress bar. | |
| MRMESH_API bool | MR::fillHolesWithExtraPoints (Mesh &mesh, PointCloud &extraPoints, const FillHolesWithExtraPointsParams ¶ms={}, const ProgressCallback &progressCb={}) |