summaryrefslogtreecommitdiff
path: root/src/cython/cgudhi.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'src/cython/cgudhi.pxd')
-rw-r--r--src/cython/cgudhi.pxd9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cython/cgudhi.pxd b/src/cython/cgudhi.pxd
new file mode 100644
index 00000000..9ba40999
--- /dev/null
+++ b/src/cython/cgudhi.pxd
@@ -0,0 +1,9 @@
+
+cdef extern from "include/gudhi/Simplex_tree.h" namespace "Gudhi":
+ cdef cppclass Simplex_tree_options_full_featured:
+ pass
+ cdef Simplex_tree_options_fast_persistence:
+ pass
+ cdef cppclass Simplex_tree[T]:
+ Simplex_tree()
+