@@ -0,0 +1,18 @@
|
||||
//#include <Eigen/Geometry>
|
||||
//#include <Eigen/Dense>
|
||||
//#include <Eigen/Sparse>
|
||||
|
||||
|
||||
#include "../../python_shared.h"
|
||||
|
||||
#include <igl/copyleft/marching_cubes.h>
|
||||
|
||||
|
||||
void python_export_igl_copyleft(py::module &me) {
|
||||
|
||||
py::module m = me.def_submodule(
|
||||
"copyleft", "Wrappers for libigl functions that are copyleft");
|
||||
|
||||
#include "../../py_igl/copyleft/py_marching_cubes.cpp"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user