#include #include "python.h" #include #include #include #include #include #include #include void python_export_igl(py::module &m) { #include "py_igl/py_readOFF.cpp" #include "py_igl/py_writeOBJ.cpp" #include "py_igl/py_per_face_normals.cpp" #include "py_igl/py_per_corner_normals.cpp" #include "py_igl/py_per_vertex_normals.cpp" #include "py_igl/py_gaussian_curvature.cpp" #include "py_igl/py_jet.cpp" }