From f0fe875e5046dc31ed8cea9771500a5d0972c118 Mon Sep 17 00:00:00 2001 From: skachano Date: Thu, 19 Jan 2017 12:17:03 +0000 Subject: Fixed gss namespace git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1957 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: a2d69f25deac0ee99f2b92abeaef7fc6026e11cb --- src/Witness_complex/doc/Witness_complex_doc.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/Witness_complex/doc') diff --git a/src/Witness_complex/doc/Witness_complex_doc.h b/src/Witness_complex/doc/Witness_complex_doc.h index 1ed3fd4e..8d99b381 100644 --- a/src/Witness_complex/doc/Witness_complex_doc.h +++ b/src/Witness_complex/doc/Witness_complex_doc.h @@ -48,11 +48,13 @@ - Gudhi::witness_complex::Strong_witness_complex - Gudhi::witness_complex::Euclidean_strong_witness_complex - The construction of both of them follow the same scheme: + The construction of the Euclidean versions of complexes follow the same scheme: 1. Construct a search tree on landmarks (for that Gudhi::spatial_searching::Kd_tree_search is used internally). - 2. Construct lists of nearest landmarks for each witness (special internal structure Gudhi::witness_complex::Active_witness is used internally). + 2. Construct lists of nearest landmarks for each witness (special structure Gudhi::witness_complex::Active_witness is used internally). 3. Construct the witness complex for nearest landmark lists. + In the non-Euclidean classes, the lists of nearest landmarks are supposed to be given as input. + The constructors take on the step 1, while the function 'create_complex' executes the steps 2 and 3. \section witnessexample1 Example 1: Constructing weak relaxed witness complex from an off file -- cgit v1.2.3