\( \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.8.2 - 3D Alpha Shapes
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

Concepts

conceptAlphaShapeCell_3
 This concept describes the requirements for the base cell of an alpha shape. More...
 
conceptAlphaShapeTraits_3
 The concept AlphaShapeTraits_3 describes the requirements for the geometric traits class of the underlying Delaunay triangulation of a basic alpha shape. More...
 
conceptAlphaShapeVertex_3
 This concept describe the requirements for the base vertex of an alpha shape. More...
 
conceptFixedAlphaShapeCell_3
 This concept describes the requirements for the base cell of a alpha shape with a fixed value alpha. More...
 
conceptFixedAlphaShapeTraits_3
 The concept FixedAlphaShapeTraits_3 describes the requirements for the geometric traits class of the underlying Delaunay triangulation of a basic alpha shape with a fixed value alpha. More...
 
conceptFixedAlphaShapeVertex_3
 This concept describes the requirements for the base vertex of a alpha shape with a fixed value alpha. More...
 
conceptFixedWeightedAlphaShapeTraits_3
 The concept FixedWeightedAlphaShapeTraits_3 describes the requirements for the geometric traits class of the underlying Regular triangulation of a weighted alpha shape with fixed alpha value. More...
 
conceptWeightedAlphaShapeTraits_3
 The concept WeightedAlphaShapeTraits_3 describes the requirements for the geometric traits class of the underlying Regular triangulation of a weighted alpha shape. More...