summaryrefslogtreecommitdiff
path: root/src/common/doc
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-16 09:47:41 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-16 09:47:41 +0000
commit90f6c9e1ee1c60e8e5d1de361bcecd89948b2630 (patch)
treee0cc7650e4b15471ad3a5551ee68516f29a91fe0 /src/common/doc
parent7fe5f299832bbf94fd0e8f04f7efdf1f0b5e5c8d (diff)
parent0c017bb5cebe6af752d67455afc3d6f98f9dbe97 (diff)
Merge of branch alpha_3d_fix including exact_alpha_complex_3d_persistence.cpp and weighted_alpha_complex_3d_persistence.cpp and
alpha_complex_3d_persistence factorization. git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/trunk@2193 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: c1488212d0b42c18c5c5e9231d316f49ef3f6c74
Diffstat (limited to 'src/common/doc')
-rw-r--r--src/common/doc/main_page.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/common/doc/main_page.h b/src/common/doc/main_page.h
index 761168f5..593faea5 100644
--- a/src/common/doc/main_page.h
+++ b/src/common/doc/main_page.h
@@ -274,6 +274,10 @@ make doxygen
* Library</a> (CGAL \cite cgal:eb-15b) and will not be built if CGAL is not installed:
* \li <a href="_persistent_cohomology_2alpha_complex_3d_persistence_8cpp-example.html">
* Persistent_cohomology/alpha_complex_3d_persistence.cpp</a>
+ * \li <a href="_persistent_cohomology_2exact_alpha_complex_3d_persistence_8cpp-example.html">
+ * Persistent_cohomology/exact_alpha_complex_3d_persistence.cpp</a>
+ * \li <a href="_persistent_cohomology_2weighted_alpha_complex_3d_persistence_8cpp-example.html">
+ * Persistent_cohomology/weighted_alpha_complex_3d_persistence.cpp</a>
* \li <a href="_simplex_tree_2example_alpha_shapes_3_simplex_tree_from_off_file_8cpp-example.html">
* Simplex_tree/example_alpha_shapes_3_simplex_tree_from_off_file.cpp</a>
*
@@ -365,6 +369,10 @@ make doxygen
* Persistent_cohomology/rips_persistence.cpp</a>
* \li <a href="_persistent_cohomology_2rips_persistence_step_by_step_8cpp-example.html">
* Persistent_cohomology/rips_persistence_step_by_step.cpp</a>
+ * \li <a href="_persistent_cohomology_2exact_alpha_complex_3d_persistence_8cpp-example.html">
+ * Persistent_cohomology/exact_alpha_complex_3d_persistence.cpp</a>
+ * \li <a href="_persistent_cohomology_2weighted_alpha_complex_3d_persistence_8cpp-example.html">
+ * Persistent_cohomology/weighted_alpha_complex_3d_persistence.cpp</a>
* \li <a href="_persistent_cohomology_2periodic_alpha_complex_3d_persistence_8cpp-example.html">
* Persistent_cohomology/periodic_alpha_complex_3d_persistence.cpp</a>
* \li <a href="_persistent_cohomology_2custom_persistence_sort_8cpp-example.html">
@@ -409,6 +417,8 @@ make doxygen
* @example Persistent_cohomology/alpha_complex_3d_persistence.cpp
* @example Persistent_cohomology/alpha_complex_persistence.cpp
* @example Persistent_cohomology/rips_persistence_via_boundary_matrix.cpp
+ * @example Persistent_cohomology/exact_alpha_complex_3d_persistence.cpp
+ * @example Persistent_cohomology/weighted_alpha_complex_3d_persistence.cpp
* @example Persistent_cohomology/periodic_alpha_complex_3d_persistence.cpp
* @example Persistent_cohomology/persistence_from_file.cpp
* @example Persistent_cohomology/persistence_from_simple_simplex_tree.cpp