namespace Gudhi { namespace Bottleneck_distance { namespace Concept { struct Diagram_point{ double first; double second; }; struct Persistence_Diagram { const_iterator cbegin() const; const_iterator cend() const; }; } //namespace Concept } //namespace Bottleneck_distance } //namespace Gudhi