* adding streamline code and tutorial
* adding python bindings for streamline and python tutorial
Former-commit-id: 9abb24e0bc
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user