-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
31 lines (30 loc) · 1.04 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Generated by roxygen2: do not edit by hand
S3method(as_cmplx,Rcpp_SimplexTree)
S3method(as_cmplx,default)
S3method(as_cmplx,gudhi.simplex_tree.SimplexTree)
S3method(as_cmplx,igraph)
S3method(as_cmplx,network)
S3method(as_igraph,Rcpp_SimplexTree)
S3method(as_igraph,default)
S3method(as_igraph,gudhi.simplex_tree.SimplexTree)
S3method(as_igraph,igraph)
S3method(as_igraph,network)
S3method(as_network,Rcpp_SimplexTree)
S3method(as_network,default)
S3method(as_network,gudhi.simplex_tree.SimplexTree)
S3method(as_network,igraph)
S3method(as_network,network)
S3method(as_py_gudhi_simplextree,Rcpp_SimplexTree)
S3method(as_py_gudhi_simplextree,default)
S3method(as_py_gudhi_simplextree,igraph)
S3method(as_py_gudhi_simplextree,network)
S3method(as_rcpp_simplextree,Rcpp_SimplexTree)
S3method(as_rcpp_simplextree,default)
S3method(as_rcpp_simplextree,gudhi.simplex_tree.SimplexTree)
S3method(as_rcpp_simplextree,igraph)
S3method(as_rcpp_simplextree,network)
export(as_cmplx)
export(as_igraph)
export(as_network)
export(as_py_gudhi_simplextree)
export(as_rcpp_simplextree)