\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12 - 3D Alpha Shapes
CGAL::Fixed_alpha_shape_vertex_base_3< Traits, Vb > Class Template Reference

#include <CGAL/Fixed_alpha_shape_vertex_base_3.h>

Inherits from

Vb.

Definition

The class Fixed_alpha_shape_vertex_base_3 is the default model for the concept FixedAlphaShapeVertex_3.

Template Parameters
Traitsis the geometric traits class that is provided to the Alpha_shape_3 class.
Vbmust be a vertex base class adapted to the type of triangulation that is being used. By default, it is instantiated with Triangulation_vertex_base_3<Traits>, which is appropriate for basic alpha shapes.
Is Model Of:
FixedAlphaShapeVertex_3
See also
Alpha_shape_vertex_base_3
Triangulation_vertex_base_3
Regular_triangulation_vertex_base_3
Periodic_3_triangulation_ds_vertex_base_3
Examples:
Alpha_shapes_3/ex_fixed_weighted_alpha_shapes_3.cpp.