CGAL::Alpha_shape_cell_base_3<Traits,Fb>

Definition

The class Alpha_shape_cell_base_3<Traits,Fb> is the default model for the concept AlphaShapeCell_3.

The class has to parameters. The traits class Traits provides the number type for alpha values. The second parameter Fb is a base class instantiated by default with CGAL::Triangulation_cell_base_3<Traits>.

#include <CGAL/Alpha_shape_cell_base_3.h>

Is Model for the Concepts

AlphaShapeCellBase_3

Inherits From

Fb