When trying to use the function all_boundary_loop (as defined in boundary_loop.cpp#71), I get the error message
AttributeError: module 'igl' has no attribute 'all_boundary_loop'.
Strangely, this function is also not listed in the documentation (see libigl-python-bindings/igl_docs/#functions) although it is defined in the code file mentioned above and also takes part in the basic tests (see test_basic.py#L554.
How would I be able to use this function?