CGAL 5.1.3 - 3D Skin Surface Meshing

Concepts

conceptSkinSurface_3
 The concept SkinSurface_3 defines a skin surface and provides an interface for the dedicated skin surface mesher. The concept requires a constructor from an iterator range of weighted points and a shrink factor. By default the input balls are grown in such that the skin surface wraps around the input balls. More...
 
conceptSkinSurfaceTraits_3
 Required types and member functions for the SkinSurfaceTraits_3 concept. This geometric traits concept is used for the construction of a polyhedral mesh approximating a skin surface CGAL::Skin_surface_3. More...