From a627aaf34fccc458556d9a1522c1eae0350b78e1 Mon Sep 17 00:00:00 2001 From: skachano Date: Thu, 23 Feb 2017 11:01:01 +0000 Subject: 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 --- src/Witness_complex/concept/Simplicial_complex_for_witness.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/Witness_complex/concept') 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. -- cgit v1.2.3