added 301
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
#include <igl/avg_edge_length.h>
|
||||
#include <igl/barycenter.h>
|
||||
#include <igl/doublearea.h>
|
||||
#include <igl/floor.h>
|
||||
#include <igl/slice.h>
|
||||
#include <igl/slice_into.h>
|
||||
|
||||
void python_export_igl(py::module &m)
|
||||
{
|
||||
@@ -41,5 +44,8 @@ void python_export_igl(py::module &m)
|
||||
#include "py_igl/py_avg_edge_length.cpp"
|
||||
#include "py_igl/py_barycenter.cpp"
|
||||
#include "py_igl/py_doublearea.cpp"
|
||||
#include "py_igl/py_floor.cpp"
|
||||
#include "py_igl/py_slice.cpp"
|
||||
#include "py_igl/py_slice_into.cpp"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user