summaryrefslogtreecommitdiff
path: root/src/Bottleneck_distance/concept/Persistence_diagram.h
blob: 4951af323087a966ed684199b3373f5a52a509db (plain)
1
2
3
4
5
6
7
struct Persistence_Diagram
{
    const_iterator<Your_Diagram_point_model> cbegin() const;
    const_iterator<Your_Diagram_point_model> cend() const;
};