From 8c820ca8f9da625084f94dc9b80bb936f2c7aa8a Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Thu, 19 Mar 2015 12:19:22 +0000 Subject: Add of bottleneck functionnality git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/bottleneckDistance@492 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 68ecf70a07641fea7106a17bbbf45404747834cc --- src/Bottleneck/concept/Persistence_diagram.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/Bottleneck/concept/Persistence_diagram.h (limited to 'src/Bottleneck/concept') diff --git a/src/Bottleneck/concept/Persistence_diagram.h b/src/Bottleneck/concept/Persistence_diagram.h new file mode 100644 index 00000000..eaaf8bc5 --- /dev/null +++ b/src/Bottleneck/concept/Persistence_diagram.h @@ -0,0 +1,7 @@ +typedef typename std::pair Diagram_point; + +struct Persistence_Diagram +{ + const_iterator cbegin() const; + const_iterator cend() const; +}; -- cgit v1.2.3