|
@@ -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"
|