CGAL 5.1.3 - 3D Skin Surface Meshing
CGAL::Skin_surface_3< SkinSurfaceTraits_3 > Class Template Reference

#include <CGAL/Skin_surface_3.h>

Definition

The Skin_surface_3 is the main class in this package.

It is a model of the concept SkinSurface_3.

The template argument must be a model of the concept SkinSurfaceTraits_3, which means that it provides predicates to construct a regular triangulation of the weighted points and for point location in the mixed complex.

Is Model Of:
SkinSurface_3
Examples:
Skin_surface_3/skin_surface_pdb_reader.cpp, Skin_surface_3/skin_surface_retrieve_defining_weighted_points.cpp, Skin_surface_3/skin_surface_subdiv.cpp, and Skin_surface_3/skin_surface_subdiv_with_normals.cpp.