From 9899ae167f281d10b1684dfcd02c6838c5bf28df Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 2 Feb 2018 13:51:45 +0100 Subject: GUDHI 2.1.0 as released by upstream in a tarball. --- cython/include/Cubical_complex_interface.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cython/include/Cubical_complex_interface.h') diff --git a/cython/include/Cubical_complex_interface.h b/cython/include/Cubical_complex_interface.h index 7c0148f1..fad92c2c 100644 --- a/cython/include/Cubical_complex_interface.h +++ b/cython/include/Cubical_complex_interface.h @@ -43,6 +43,12 @@ class Cubical_complex_interface : public Bitmap_cubical_complex(dimensions, top_dimensional_cells) { } + Cubical_complex_interface(const std::vector& dimensions, + const std::vector& top_dimensional_cells, + const std::vector& periodic_dimensions) + : Bitmap_cubical_complex(dimensions, top_dimensional_cells, periodic_dimensions) { + } + Cubical_complex_interface(const std::string& perseus_file) : Bitmap_cubical_complex(perseus_file.c_str()) { } -- cgit v1.2.3