CGAL 4.5 - 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.