Add some precisions to the reference manual from review

This commit is contained in:
Simon Giraudot 2017-06-08 09:22:52 +02:00
parent ab468eb63a
commit ed89a28c65
1 changed files with 8 additions and 3 deletions

View File

@ -35,9 +35,14 @@ namespace CGAL {
Performs surface reconstruction as follows:
- compute the Poisson implicit function
- meshes the function with a user-defined precision
- outputs the result in a polygon mesh
- compute the Poisson implicit function, through a conjugate
gradient solver, represented as a piecewise linear function
stored on a 3D Delaunay mesh generated via Delaunay refinement
- meshes the function with a user-defined precision using another
round of Delaunay refinement: it contours the isosurface
corresponding to the isovalue of the median of the function
values at the input points
- outputs the result in a polygon mesh
This function relies mainly on the size parameter `spacing`. A
reasonable solution is to use the average spacing of the input