\( \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.7 - 3D Alpha Shapes
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
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
Traitsmust provide the type for the points or the weighted points.
Vbmust be a vertex base class and it is instantiated by default with Triangulation_vertex_base_3<Traits>.
Is Model Of:
FixedAlphaShapeVertex_3
Examples:
Alpha_shapes_3/ex_fixed_weighted_alpha_shapes_3.cpp.