//#include //#include //#include #include "../python_shared.h" #include void python_export_igl_bbw(py::module &me) { py::module m = me.def_submodule( "bbw", "Wrappers for libigl functions that use bbw"); #include "../py_igl/py_bbw.cpp" }