From af46c40bec8ae03cdf5a1e5a37ede198f910e3ea Mon Sep 17 00:00:00 2001 From: vrouvrea Date: Tue, 14 Mar 2017 22:08:43 +0000 Subject: Add Windows and CGAL_HEADER_ONLY cythonization support Add OFF reader interfaces (required by Euclidean witness complex) Add Euclidean_witness_complex git-svn-id: svn+ssh://scm.gforge.inria.fr/svnroot/gudhi/branches/ST_cythonize@2186 636b058d-ea47-450e-bf9e-a15bfbe3eedb Former-commit-id: 4d780f05c3409bea47a81e4377dbaf509b9e718c --- src/cython/gudhi.pyx.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/cython/gudhi.pyx.in') diff --git a/src/cython/gudhi.pyx.in b/src/cython/gudhi.pyx.in index 60bf0cd7..34d7c3b5 100644 --- a/src/cython/gudhi.pyx.in +++ b/src/cython/gudhi.pyx.in @@ -24,6 +24,7 @@ __author__ = "Vincent Rouvreau" __copyright__ = "Copyright (C) 2016 INRIA" __license__ = "GPL v3" +include "cython/off_reader.pyx" include "cython/simplex_tree.pyx" include "cython/rips_complex.pyx" include "cython/cubical_complex.pyx" @@ -32,6 +33,7 @@ include "cython/persistence_graphical_tools.py" include "cython/witness_complex.pyx" include "cython/strong_witness_complex.pyx" @GUDHI_CYTHON_ALPHA_COMPLEX@ +@GUDHI_CYTHON_EUCLIDEAN_WITNESS_COMPLEX@ @GUDHI_CYTHON_SUBSAMPLING@ @GUDHI_CYTHON_TANGENTIAL_COMPLEX@ @GUDHI_CYTHON_BOTTLENECK_DISTANCE@ -- cgit v1.2.3