CGAL 4.5 - 3D Alpha Shapes
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Alpha_shape_vertex_base_3< Traits, Vb, ExactAlphaComparisonTag, WeightedTag > Class Template Reference

#include <CGAL/Alpha_shape_vertex_base_3.h>

Inherits from

Vb.

Definition

The class Alpha_shape_vertex_base_3 is the default model for the concept AlphaShapeVertex_3.

Template Parameters
Traitsmust be a geometric traits class which provides the type for the points or the weighted points.
Vbmust be a vertex base class instantiated by default with CGAL::Triangulation_vertex_base_3<Traits>.
ExactAlphaComparisonTagis a tag that, when set to Tag_true, triggers exact comparisons between alpha values. See the description provided in the documentation of Alpha_shape_3 for more details. The default value is Tag_false.
WeightedTagis used only if ExactAlphaComparisonTag is Tag_true. It must be Tag_true if the underlying triangulation of the alpha shape to be used is a regular triangulation and Tag_false otherwise. The default is Tag_false.
Is Model Of:
AlphaShapeVertex_3
Examples:
Alpha_shapes_3/ex_alpha_shapes_3.cpp, Alpha_shapes_3/ex_alpha_shapes_exact_alpha.cpp, Alpha_shapes_3/ex_alpha_shapes_with_fast_location_3.cpp, Alpha_shapes_3/ex_periodic_alpha_shapes_3.cpp, and Alpha_shapes_3/ex_weighted_alpha_shapes_3.cpp.