add wrapper for readPLY

This commit is contained in:
Hasnain Vohra
2017-07-17 15:40:36 -04:00
parent 536ee69aed
commit 46385dc442
5 changed files with 26 additions and 2 deletions
+2 -2
View File
@@ -94,7 +94,7 @@
#include <igl/writeMESH.h>
#include <igl/writeOBJ.h>
#include <igl/writePLY.h>
#include <igl/readPLY.h>
void python_export_igl(py::module &m)
{
@@ -191,5 +191,5 @@ void python_export_igl(py::module &m)
#include "py_igl/py_writeMESH.cpp"
#include "py_igl/py_writeOBJ.cpp"
#include "py_igl/py_writePLY.cpp"
#include "py_igl/py_readPLY.cpp"
}