Loading [MathJax]/extensions/TeX/newcommand.js
\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.13 - 3D Alpha Shapes
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::Fixed_alpha_shape_cell_base_3< Traits, Cb > Class Template Reference

#include <CGAL/Fixed_alpha_shape_cell_base_3.h>

Inherits from

Cb.

Definition

The class Fixed_alpha_shape_cell_base_3 is the default model for the concept FixedAlphaShapeCell_3.

Template Parameters
Traitsis the geometric traits class that is provided to the Alpha_shape_3 class.
Cbmust be a cell base class adapted to the type of triangulation that is being used. By default, it is instantiated with Delaunay_triangulation_cell_base_3<Traits>, which is appropriate for basic alpha shapes.
Is Model Of:
FixedAlphaShapeCell_3
See also
Alpha_shape_cell_base_3
Delaunay_triangulation_cell_base_3
Regular_triangulation_cell_base_3
Periodic_3_triangulation_ds_cell_base_3
Examples:
Alpha_shapes_3/ex_fixed_weighted_alpha_shapes_3.cpp.