ENH,BIND: Return more PointCloud
s
#35
Labels
enhancement
New feature or request
gsoc23
For GSoC23 and related outputs
python-bindings
For discussions of the python bindings
In dSEAMS raw pointers have been used, but in pybind11 when I bind a function with raw pointers. It gives segmentation error. Here is the git commit I made. The error it shows when I try to use ipython is as follows:
The C++ function code takes the input and process the object in place, returning an integer status code. The pybind11 documentation notes that there are issues with changes to native containers. The simplest solution would be to change the seams-core function to take a single input string (filename) and return a populated PointCloud object instead of an int.
The text was updated successfully, but these errors were encountered: