Simon Giraudot

Results 36 comments of Simon Giraudot

I'm opposed to this PR. I agree with the analysis: the fact that the reading function takes a file name instead of a data stream was done because it was...

> Well, it reproduces crashes I get when getting the values from somewhere else. I'm trying to use your bindings within a software, which already read all mesh data. When...

The bug is quite identified now: when closing the "umbrella" adding f5, the HDS is broken, v4-v0 is no longer considered an halfedge. Closing this umbrella actually makes the non-manifoldness...

I'm referring to the code snippet, but the behavior is not related to CGAL, it is explicitly described in the Doxygen manual I quoted. [Here's a simple example external](https://cgal.geometryfactory.com/~sgiraudot/doxytemplate/doxytemplate.tar.gz) [Local...

CGAL offers 3 subsampling algorithms for point clouds : grid (pretty much the same as you describe for OpenGR), random (self-explanatory) and hierarchical (which uses recursive subdivisions along PCA and...

@lrineau no, sadly it only goes to clang-10 on Linux Mint 20.

It does, I can reproduce the issue, I'm on it.

Ok, so I think I identified the first problem, and it seems to be quite deep in the structure of `Arrangement_2`: - the HDS is hold by the traits classes...

I don't really get any error when I set all labels to 0, the software just gets stuck for a very long time in the function `precompute_validation_batches()`. If I understand...