summaryrefslogtreecommitdiff
path: root/src/cython/gudhi.pyx.in
diff options
context:
space:
mode:
authorvrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-14 22:08:43 +0000
committervrouvrea <vrouvrea@636b058d-ea47-450e-bf9e-a15bfbe3eedb>2017-03-14 22:08:43 +0000
commitaf46c40bec8ae03cdf5a1e5a37ede198f910e3ea (patch)
treebba1a850972fbff632efd35d2e650f02846689bc /src/cython/gudhi.pyx.in
parent6d66260b62aa5c780e3ac2f0f191992aca016e24 (diff)
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
Diffstat (limited to 'src/cython/gudhi.pyx.in')
-rw-r--r--src/cython/gudhi.pyx.in2
1 files changed, 2 insertions, 0 deletions
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@