jeffwu78
jeffwu78
Would like to add that the vertex info capability is present inside the old CGAL Python Bindings project using Boost-Python (http://cgal-python.gforge.inria.fr/), but not in cgal-swig-bindings
That would be great, Sebastien. Doing it exactly like it was done in the old CGAL-Python project would be perfect, with set_info(...) being able to take in any Python object.
The interval data field in my application is a time series, and in my datafunc function, I want to cut out the part of the time series not belonging to...