mirror of https://github.com/CGAL/cgal
Fix doc build
This commit is contained in:
parent
ca7548b341
commit
ca605fe57f
|
|
@ -30,6 +30,9 @@ output iterator `pts`, as objects of type
|
|||
`std::tuple<C3t3::Triangulation::Geom_traits::Weighted_point_3, int, MeshDomain::Index>`
|
||||
@tparam MeshDomain model of `MeshDomain_3`
|
||||
@tparam C3t3 model of `MeshComplex_3InTriangulation_3`
|
||||
@param pts the output points
|
||||
@param domain the input domain
|
||||
@param c3t3 the input complex
|
||||
@param n an estimation of the number of points to output
|
||||
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -749,7 +749,7 @@ the triangulation for each connected component.
|
|||
The parameter `CGAL::parameters::initial_points_generator` is used.
|
||||
It expects a functor that returns a set of points for the mesh
|
||||
initialization (following the `InitialPointsGenerator`). The functor
|
||||
\ref CGAL/Mesh_3/Construct_initial_points_labeled_image.h is used in this example.
|
||||
`CGAL/Mesh_3/Construct_initial_points_labeled_image.h` is used in this example.
|
||||
It constructs points using the API of the mesh domain, as follows.
|
||||
First the functor `construct_intersect` is created
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue