Python wrapper for running instances of trisurf-ng
Samo Penic
2017-09-17 83999e3246b2a977f79332ceae3449922d2dae95
trisurf/wrapper.py
@@ -201,3 +201,7 @@
class ts_cluster_list(Structure):
   _fields_=[('n',c_uint),('poly',POINTER(POINTER(ts_cluster)))]
ts=CDLL('libtrisurf.so')