CGAL 4.8.1 - 3D Alpha Shapes
|
#include <CGAL/Fixed_alpha_shape_vertex_base_3.h>
Vb.
The class Fixed_alpha_shape_vertex_base_3
is the default model for the concept FixedAlphaShapeVertex_3
.
Traits | must provide the type for the points or the weighted points. |
Vb | must be a vertex base class and it is instantiated by default with Triangulation_vertex_base_3<Traits> . |