summaryrefslogtreecommitdiff
path: root/src/Subsampling/doc
diff options
context:
space:
mode:
authorskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-05 08:30:29 +0000
committerskachano <skachano@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2016-08-05 08:30:29 +0000
commit6cdf1246015e1ce8c87a938f7fb2ccde787e5d4c (patch)
tree392bceb64274e1240f1ae649220178f4a7ba6ca6 /src/Subsampling/doc
parent992b082d31273e217ec19d9c579883bb3fab10d3 (diff)
Added the random_pick_example to the doc intro
git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/subsampling_and_spatialsearching@1417 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 19f7562d5c499f2967e371610067ba0e1c74306c
Diffstat (limited to 'src/Subsampling/doc')
-rw-r--r--src/Subsampling/doc/Intro_subsampling.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Subsampling/doc/Intro_subsampling.h b/src/Subsampling/doc/Intro_subsampling.h
index 5ccab3af..aed41430 100644
--- a/src/Subsampling/doc/Intro_subsampling.h
+++ b/src/Subsampling/doc/Intro_subsampling.h
@@ -53,6 +53,11 @@ namespace subsampling {
*
* \include Subsampling/example_choose_by_farthest_point.cpp
*
+ * \section randompointexamples Example: pick_random_points
+ *
+ * This example outputs a subset of 100 points picked randomly.
+ *
+ * \include Subsampling/example_pick_random_points.cpp
* \copyright GNU General Public License v3.
* \verbatim Contact: gudhi-users@lists.gforge.inria.fr \endverbatim
*/