gsplines_cpp icon indicating copy to clipboard operation
gsplines_cpp copied to clipboard

pybind11: set class holder to shared pointers

Open rafaelrojasmiliani opened this issue 2 years ago • 0 comments

By defaults pybind handle just unique ptr see here. We need to expose to python functions that returns shared pointers.

see here

rafaelrojasmiliani avatar May 04 '22 16:05 rafaelrojasmiliani