summaryrefslogtreecommitdiff
path: root/src/common/doc
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-08-17 16:10:46 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-08-17 16:10:46 +0000
commit2fc118133e76f05fc55d86cf32883223191fe473 (patch)
tree5570161d7082dffde9c96a02060330edf1be32b9 /src/common/doc
parent5d8fad1814c3ec5f1d73e316853aba301070299f (diff)
Add file formats for Python.
Binding for persistence write files Launch py.test with the command "python -m pytest" (shall work everywhere) git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/persistence_diagram_improvement@2611 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 9443a7eb5b580ece7708ff57949ad08339c1c5c3
Diffstat (limited to 'src/common/doc')
-rw-r--r--src/common/doc/file_formats.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/doc/file_formats.h b/src/common/doc/file_formats.h
index 9d0415b1..d715aa4d 100644
--- a/src/common/doc/file_formats.h
+++ b/src/common/doc/file_formats.h
@@ -26,7 +26,7 @@
namespace Gudhi {
/*! \page fileformats File formats
-
+
\tableofcontents
\section FileFormatsPers Persistence Diagram
@@ -49,6 +49,10 @@ namespace Gudhi {
\endverbatim
Other sample files can be found in the `data/persistence_diagram` folder.
+
+ Such files can be generated with `Gudhi::persistent_cohomology::Persistent_cohomology::output_diagram()` and read with
+ `Gudhi::read_persistence_intervals_and_dimension()`, `Gudhi::read_persistence_intervals_grouped_by_dimension()` or
+ `Gudhi::read_persistence_intervals_in_dimension()`.
*/
} // namespace Gudhi