Make adjacency_matrix available within python by adding required bindings.

This commit is contained in:
Nico Brügel
2018-05-14 10:13:14 +02:00
parent 74c269a949
commit 5350ef0cc1
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -16,6 +16,7 @@
#include <igl/SolverStatus.h>
#include <igl/active_set.h>
#include <igl/adjacency_list.h>
#include <igl/adjacency_matrix.h>
#include <igl/arap.h>
#include <igl/avg_edge_length.h>
#include <igl/barycenter.h>
@@ -114,6 +115,7 @@ void python_export_igl(py::module &m)
#include "py_igl/py_SolverStatus.cpp"
#include "py_igl/py_active_set.cpp"
#include "py_igl/py_adjacency_list.cpp"
#include "py_igl/py_adjacency_matrix.cpp"
#include "py_igl/py_arap.cpp"
#include "py_igl/py_avg_edge_length.cpp"
#include "py_igl/py_barycenter.cpp"