summaryrefslogtreecommitdiff
path: root/src/Alpha_complex/doc/Intro_alpha_complex.h
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-29 21:16:17 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-05-29 21:16:17 +0000
commit1f1033f14cef0b5b602a23c9f35659fa0168f1b4 (patch)
tree7e931f775abe016ec61cc9d2847328bbc51609ee /src/Alpha_complex/doc/Intro_alpha_complex.h
parenta4cc98d569c63d04729242e1cabe7a0e49ed3908 (diff)
parentcfe5c6b05435cb7d8cbd1d615e0c402f4a5e1674 (diff)
Merge cechcomplex_vincent branch for new Cech complex module
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@3489 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c6c41bed2d00c72f13c6446063323316ee07b315
Diffstat (limited to 'src/Alpha_complex/doc/Intro_alpha_complex.h')
-rw-r--r--src/Alpha_complex/doc/Intro_alpha_complex.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Alpha_complex/doc/Intro_alpha_complex.h b/src/Alpha_complex/doc/Intro_alpha_complex.h
index db298ea6..2d55c710 100644
--- a/src/Alpha_complex/doc/Intro_alpha_complex.h
+++ b/src/Alpha_complex/doc/Intro_alpha_complex.h
@@ -57,9 +57,13 @@ namespace alpha_complex {
* href="http://doc.cgal.org/latest/Kernel_d/index.html#Chapter_dD_Geometry_Kernel">dD Geometry Kernel</a>
* \cite cgal:s-gkd-15b from CGAL as template parameter.
*
- * \remark When the simplicial complex is constructed with an infinite value of alpha, the complex is a Delaunay
+ * \remark
+ * - When the simplicial complex is constructed with an infinite value of alpha, the complex is a Delaunay
* complex.
- *
+ * - For people only interested in the topology of the \ref alpha_complex (for instance persistence),
+ * \ref alpha_complex is equivalent to the \ref cech_complex and much smaller if you do not bound the radii.
+ * \ref cech_complex can still make sense in higher dimension precisely because you can bound the radii.
+ *
* \section pointsexample Example from points
*
* This example builds the Delaunay triangulation from the given points in a 2D static kernel, and creates a