summaryrefslogtreecommitdiff
path: root/src/cython/doc/source/alpha_complex_user.rst
blob: ba920fe3211cb99cd92ef0973cf663cfe7a90a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=========================
Alpha complex user manual
=========================
Definition
----------

.. include:: alpha_complex_sum.rst

Alpha_complex is constructing a Simplex_tree using Delaunay Triangulation from
CGAL (the Computational Geometry Algorithms Library).

The complex is a template class requiring an Epick_d dD Geometry Kernel [16] from CGAL as template parameter.

Remarks
    When Alpha_complex is constructed with an infinite value of alpha, the complex is a Delaunay complex.