CGAL::mesh_skin_surface_3<SkinSurface_3, Polyhedron_3>

Definition

The function mesh_skin_surface_3<SkinSurface_3, Polyhedron_3> constructs a mesh isotopic to the skin surface based on the algorithm in [KV05]. It takes as input a SkinSurface_3 object, which is a model of the SkinSurface_3 concept and outputs the mesh in a Polyhedron_3 object.

#include <CGAL/mesh_skin_surface_3.h>

void make_skin_surface_mesh_3<SkinSurface_3,
Polyhedron_3> ( SkinSurface_3 skin_surface, Polyhedron_3 &p)
Constructs a mesh of the skin_surface in p.
Precondition: SkinSurface_3 is a model of the concept SkinSurface_3 and Polyhedron_3::HDS can be used as the template argument of the Polyhedron_incremental_builder_3<HDS>.