added basic wrapper for sparse matrices, working on tutorial 203
Former-commit-id: 797a95c4fb
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
#include <igl/per_vertex_normals.h>
|
||||
#include <igl/gaussian_curvature.h>
|
||||
#include <igl/jet.h>
|
||||
#include <igl/read_triangle_mesh.h>
|
||||
#include <igl/cotmatrix.h>
|
||||
#include <igl/massmatrix.h>
|
||||
#include <igl/invert_diag.h>
|
||||
|
||||
void python_export_igl(py::module &m)
|
||||
{
|
||||
@@ -19,4 +23,8 @@ void python_export_igl(py::module &m)
|
||||
#include "py_igl/py_per_vertex_normals.cpp"
|
||||
#include "py_igl/py_gaussian_curvature.cpp"
|
||||
#include "py_igl/py_jet.cpp"
|
||||
#include "py_igl/py_read_triangle_mesh.cpp"
|
||||
#include "py_igl/py_cotmatrix.cpp"
|
||||
#include "py_igl/py_massmatrix.cpp"
|
||||
#include "py_igl/py_invert_diag.cpp"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user