summaryrefslogtreecommitdiff
path: root/src/Cech_complex
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-04-10 07:30:38 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2018-04-10 07:30:38 +0000
commit97460e6058ab032fefb13289eb29c97d4d106bf8 (patch)
treee4a27187995c2b07c7ff148d37e04238fb0cc410 /src/Cech_complex
parenta80c1adb219494f909e55ea274b39355218a5138 (diff)
Doc review : Separate global definition and a new section algorithm.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/cechcomplex_vincent@3360 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 88289d011e416c3b3d66faffbcaa3e07b910314c
Diffstat (limited to 'src/Cech_complex')
-rw-r--r--src/Cech_complex/doc/Intro_cech_complex.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Cech_complex/doc/Intro_cech_complex.h b/src/Cech_complex/doc/Intro_cech_complex.h
index 244609a9..4d88a1e9 100644
--- a/src/Cech_complex/doc/Intro_cech_complex.h
+++ b/src/Cech_complex/doc/Intro_cech_complex.h
@@ -35,16 +35,16 @@ namespace cech_complex {
*
* \section cechdefinition Čech complex definition
*
- * Cech_complex
+ * Čech complex
* <a target="_blank" href="https://en.wikipedia.org/wiki/%C4%8Cech_cohomology">(Wikipedia)</a> is a
- * proximity graph that allows to construct a
- * <a target="_blank" href="https://en.wikipedia.org/wiki/Simplicial_complex">simplicial complex</a>
- * from it.
+ * <a target="_blank" href="https://en.wikipedia.org/wiki/Simplicial_complex">simplicial complex</a> constructed
+ * from a proximity graph. The set of all simplices is filtered by the radius of their minimal enclosing ball.
*
* The input shall be a point cloud in an Euclidean space.
*
* \subsection cechalgorithm Algorithm
*
+ * Cech_complex first builds a proximity graph from a point cloud.
* The filtration value of each edge of the `Gudhi::Proximity_graph` is computed from
* `Gudhi::Minimal_enclosing_ball_radius` function.
*