|
Lagrange
|
Poisson surface reconstruction. More...
Classes | |
| struct | EvaluatorOptions |
| Option struct for Poisson surface reconstruction. More... | |
| class | AttributeEvaluator |
| Attribute evaluator class. More... | |
| struct | ReconstructionOptions |
| Option struct for Poisson surface reconstruction. More... | |
Functions | |
| template<typename Scalar, typename Index> | |
| SurfaceMesh< Scalar, Index > | mesh_from_oriented_points (const SurfaceMesh< Scalar, Index > &points, const ReconstructionOptions &options={}) |
| Creates a triangle mesh from an oriented point cloud using Poisson surface reconstruction. | |
Poisson surface reconstruction.
Reconstruct a mesh from oriented points using Poisson surface reconstruction.
| SurfaceMesh< Scalar, Index > mesh_from_oriented_points | ( | const SurfaceMesh< Scalar, Index > & | points, |
| const ReconstructionOptions & | options = {} ) |
#include <lagrange/poisson/mesh_from_oriented_points.h>
Creates a triangle mesh from an oriented point cloud using Poisson surface reconstruction.
| [in] | points | Input point clouds with normal attributes. |
| [in] | options | Reconstruction options. |
| Scalar | Mesh scalar type. |
| Index | Mesh index type. |