CGAL 6.0 - 3D Skin Surface Meshing
Loading...
Searching...
No Matches
CGAL::Union_of_balls_3< SkinSurfaceTraits_3 > Class Template Reference

#include <CGAL/Union_of_balls_3.h>

Definition

template<typename SkinSurfaceTraits_3>
class CGAL::Union_of_balls_3< SkinSurfaceTraits_3 >

The Union_of_balls_3 is used to represent a skin surface with shrink factor equal to one, which is the boundary of the union of the input balls.

This case is handled separately since the mixed complex is equal to the power diagram, which has a much simpler structure.

The template argument must be a model of the concept SkinSurfaceTraits_3, which means that it provides the predicates to construct a regular triangulation of the weighted points.

Is model of
SkinSurface_3
Examples
Skin_surface_3/union_of_balls_simple.cpp, and Skin_surface_3/union_of_balls_subdiv.cpp.