summaryrefslogtreecommitdiff
path: root/src/python/doc/alpha_complex_user.rst
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-07-01 17:30:38 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2021-07-01 17:30:38 +0200
commitf70e6f26f329428184fc5cf935ad4dfc20648bfb (patch)
tree8dff005f5ddbbf5e4efe774cee2234883ac96684 /src/python/doc/alpha_complex_user.rst
parent67366f6ad3770da26f101dc5f6d2e600219e2ace (diff)
Revert AlphaComplex3D. To be done with periodic
Diffstat (limited to 'src/python/doc/alpha_complex_user.rst')
-rw-r--r--src/python/doc/alpha_complex_user.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst
index d7b09246..db0ccdc9 100644
--- a/src/python/doc/alpha_complex_user.rst
+++ b/src/python/doc/alpha_complex_user.rst
@@ -254,17 +254,3 @@ Then, it computes the persistence diagram and displays it:
dgm = stree.persistence()
gd.plot_persistence_diagram(dgm, legend = True)
plt.show()
-
-3d specific version
-^^^^^^^^^^^^^^^^^^^
-
-:Requires: `Eigen <installation.html#eigen>`_ :math:`\geq` 3.1.0 and `CGAL <installation.html#cgal>`_ :math:`\geq` 4.11.0.
-
-A specific module for Alpha complex is available in 3d (cf. :class:`~gudhi.AlphaComplex3D`) and
-allows to construct standard and weighted versions of alpha complexes.
-
-Remark
-""""""
-
-* Contrary to the dD version, with the 3d version, the vertices in the output simplex tree are not guaranteed to match
- the order of the input points. One can use :func:`~gudhi.AlphaComplex3D.get_point` to get the initial point back.