add python binding for writePLY

This commit is contained in:
Daniel Crispell
2017-06-30 21:57:51 -04:00
parent aa114dc68c
commit 89248fc18f
5 changed files with 35 additions and 0 deletions
+2
View File
@@ -92,6 +92,7 @@
#include <igl/winding_number.h>
#include <igl/writeMESH.h>
#include <igl/writeOBJ.h>
#include <igl/writePLY.h>
void python_export_igl(py::module &m)
@@ -187,5 +188,6 @@ void python_export_igl(py::module &m)
#include "py_igl/py_winding_number.cpp"
#include "py_igl/py_writeMESH.cpp"
#include "py_igl/py_writeOBJ.cpp"
#include "py_igl/py_writePLY.cpp"
}