* adding streamline code and tutorial

* adding python bindings for streamline and python tutorial


Former-commit-id: 9abb24e0bc
This commit is contained in:
pancha
2016-08-11 10:37:34 -04:00
parent a0664b0a3d
commit e9db1095fd
14 changed files with 742 additions and 0 deletions
+2
View File
@@ -69,6 +69,7 @@
#include <igl/slice_mask.h>
#include <igl/slice_tets.h>
#include <igl/sortrows.h>
#include <igl/streamlines.h>
#include <igl/triangle_triangle_adjacency.h>
#include <igl/unique.h>
#include <igl/unproject_onto_mesh.h>
@@ -147,6 +148,7 @@ void python_export_igl(py::module &m)
#include "py_igl/py_slice_mask.cpp"
#include "py_igl/py_slice_tets.cpp"
#include "py_igl/py_sortrows.cpp"
#include "py_igl/py_streamlines.cpp"
#include "py_igl/py_triangle_triangle_adjacency.cpp"
#include "py_igl/py_unique.cpp"
#include "py_igl/py_unproject_onto_mesh.cpp"