summaryrefslogtreecommitdiff
path: root/src/Witness_complex/concept
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-23 11:01:01 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-02-23 11:01:01 +0000
commita627aaf34fccc458556d9a1522c1eae0350b78e1 (patch)
tree54ebd033608f7a62fd85de4c24d9e8524e6165cd /src/Witness_complex/concept
parent618417f9844da70fc4408a05e8136d65c7979cdd (diff)
Precisions in the simplicial complex concept
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@2099 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a58b657d4e3793016b01844d9da2dd9553a613e3
Diffstat (limited to 'src/Witness_complex/concept')
-rw-r--r--src/Witness_complex/concept/Simplicial_complex_for_witness.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Witness_complex/concept/Simplicial_complex_for_witness.h b/src/Witness_complex/concept/Simplicial_complex_for_witness.h
index 9cc1a3cd..d78cc83f 100644
--- a/src/Witness_complex/concept/Simplicial_complex_for_witness.h
+++ b/src/Witness_complex/concept/Simplicial_complex_for_witness.h
@@ -51,6 +51,9 @@ struct SimplicialComplexForWitness {
/** \brief Inserts a simplex with vertices from a given range
* 'vertex_range' in the simplicial complex.
+ * The function is only used in Witness_complex class
+ * and by construction, it is not necessary to check if
+ * the faces are in the simplicial complex before insertion.
* The simplex is given the filtration value 'filtration'.
* Filtration_value should be convertible from double.
* The return type is not used.
@@ -61,6 +64,7 @@ struct SimplicialComplexForWitness {
/** \brief Inserts a simplex and all its faces
* with vertices from a given range
* 'vertex_range' in the simplicial complex.
+ * The function is only used in Strong_witness_complex class.
* All inserted simplices are given the filtration
* value 'filtration'.
* Filtration_value should be convertible from double.