CGAL 6.0 - 3D Alpha Shapes
Loading...
Searching...
No Matches
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

template<typename Traits, typename Cb>
class CGAL::Fixed_alpha_shape_cell_base_3< Traits, Cb >

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.