From 6a1455578219460b9a15c58f47520d203682f9d8 Mon Sep 17 00:00:00 2001 From: skachano Date: Tue, 6 Dec 2016 09:22:03 +0000 Subject: Fixes in doc git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/relaxed-witness@1823 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 2a0b01b5662daeeb1a15366d8e5d3d9747032175 --- src/Witness_complex/include/gudhi/Strong_witness_complex.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Witness_complex/include/gudhi/Strong_witness_complex.h') diff --git a/src/Witness_complex/include/gudhi/Strong_witness_complex.h b/src/Witness_complex/include/gudhi/Strong_witness_complex.h index c7b8c27b..03cdbcca 100644 --- a/src/Witness_complex/include/gudhi/Strong_witness_complex.h +++ b/src/Witness_complex/include/gudhi/Strong_witness_complex.h @@ -96,6 +96,7 @@ private: * \brief Initializes member variables before constructing simplicial complex. * \details Records landmarks from the range 'landmarks' into a * table internally, as well as witnesses from the range 'witnesses'. + * Both ranges should have value_type Kernel_::Point_d. */ template< typename LandmarkRange, typename WitnessRange > @@ -116,6 +117,7 @@ private: /** \brief Outputs the strong witness complex of relaxation 'max_alpha_square' * in a simplicial complex data structure. + * \details The function returns true if the construction is successful and false otherwise. * @param[out] complex Simplicial complex data structure, which is a model of * SimplicialComplexForWitness concept. * @param[in] max_alpha_square Maximal squared relaxation parameter. -- cgit v1.2.3