summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Alpha_complex/doc/alpha_complex_doc.pngbin64997 -> 46746 bytes
-rw-r--r--src/Alpha_complex/doc/alpha_complex_doc_135.pngbin120335 -> 127130 bytes
-rw-r--r--src/Alpha_complex/doc/alpha_complex_doc_alpha_shape.pngbin136492 -> 62759 bytes
-rw-r--r--src/Simplex_tree/include/gudhi/Simplex_tree.h6
4 files changed, 6 insertions, 0 deletions
diff --git a/src/Alpha_complex/doc/alpha_complex_doc.png b/src/Alpha_complex/doc/alpha_complex_doc.png
index 297c39ae..601ac051 100644
--- a/src/Alpha_complex/doc/alpha_complex_doc.png
+++ b/src/Alpha_complex/doc/alpha_complex_doc.png
Binary files differ
diff --git a/src/Alpha_complex/doc/alpha_complex_doc_135.png b/src/Alpha_complex/doc/alpha_complex_doc_135.png
index 8ce6a426..5dce5edd 100644
--- a/src/Alpha_complex/doc/alpha_complex_doc_135.png
+++ b/src/Alpha_complex/doc/alpha_complex_doc_135.png
Binary files differ
diff --git a/src/Alpha_complex/doc/alpha_complex_doc_alpha_shape.png b/src/Alpha_complex/doc/alpha_complex_doc_alpha_shape.png
index 87da0884..2d5f59a3 100644
--- a/src/Alpha_complex/doc/alpha_complex_doc_alpha_shape.png
+++ b/src/Alpha_complex/doc/alpha_complex_doc_alpha_shape.png
Binary files differ
diff --git a/src/Simplex_tree/include/gudhi/Simplex_tree.h b/src/Simplex_tree/include/gudhi/Simplex_tree.h
index bda7e72a..4a75852e 100644
--- a/src/Simplex_tree/include/gudhi/Simplex_tree.h
+++ b/src/Simplex_tree/include/gudhi/Simplex_tree.h
@@ -574,6 +574,12 @@ class Simplex_tree {
}
public:
+ /** \brief Assign a value 'key' to the key of the simplex
+ * represented by the Simplex_handle 'sh'. */
+ void assign_key(Simplex_handle sh, Simplex_key key) {
+ sh->second.assign_key(key);
+ }
+
/** Returns the two Simplex_handle corresponding to the endpoints of
* and edge. sh must point to a 1-dimensional simplex. This is an
* optimized version of the boundary computation. */