Daniele Panozzo
d243ce6cb1
added comments to python files 2/2
2017-10-08 16:05:42 -04:00
Francis Williams
230ab71e20
Python binding for igl_adjacency_list(const MatrixXi& F, vector<vector<int>& A, bool sorted). Use an opaque type for the output parameter A.
...
I also fixed a couple of bugs in generate_docstrings.py:
1) We were checking for an empty string where a result could also be Nonn.
2) If you forgot to end the argument path with a slash, the output would be incorrect
3) We were coupled to a specific version of clang for no reason
4) Python 3 clang binding support was only added in April 2017 (https://reviews.llvm.org/D31568 ). Using python3 by default will not work on the clang bindings which ship with pip and most Linux distros. Let's change the hashbang to use python2 for now.
5) The documentation for the script was a bit confusing.
2017-07-05 13:31:03 -04:00
Alec Jacobson
5c602c66bd
attempt to convince python to use bbw from main lib
2016-11-28 13:50:37 -05:00
Sebastian Koch
a475a5d124
Added tutorial 403 and submodule bbw
2016-07-14 11:59:56 +02:00
Sebastian Koch
a6b2fd045a
Updated tutorial 404 to use features of newer pybind11 version,
...
Introduced typedefs
2016-07-12 17:15:40 +02:00
Sebastian Koch
3a57699280
Added tutorial 707
2016-07-06 22:20:41 +02:00
Sebastian Koch
ef2d804f84
Added tutorial 705
2016-07-06 15:51:04 +02:00
Sebastian Koch
c0e04685e2
Added PNG module and tutorial 607
2016-06-17 18:51:38 +02:00
Sebastian Koch
7b6b91bd7a
Added tutorial 609_Boolean and CGAL python module + functions
2016-06-17 17:25:27 +02:00
Sebastian Koch
76abdffac1
Switched to automatic (and sorted) generation of py_igl.cpp and py_doc.*
2016-06-17 17:23:45 +02:00
Sebastian Koch
37120c6558
Updated python_shared template file
2016-06-17 12:23:10 +02:00
Sebastian Koch
3c25890f43
Removed unneeded code
2016-06-03 17:49:19 +02:00
Sebastian Koch
706aa31449
Added multiple tutorials
2016-06-03 16:53:22 +02:00
Sebastian Koch
35cb70903b
Merge branch 'bindings' into python_bindings
2016-06-02 13:55:51 +02:00
Sebastian Koch
aa6e79dc36
Fixed minor bugs in bindings, moved AABB implementation to own file, added boolean matrix and comparison functions to python bindings
2016-05-25 21:47:37 +02:00
Sebastian Koch
e879d27f15
-Changes to header files to support parsing
...
-Added header parser and docstring generator
2016-05-12 15:36:04 +02:00
Daniele Panozzo
dac8daaffa
reorganized folder and added a README
2015-09-21 18:18:53 +02:00