David Coeurjolly

Results 30 issues of David Coeurjolly

For the first start, it would be nice to have kind of "populate-data.sh" script which could clone a repo with couple of data files (mhd/raw, vtk, ...). At this point...

First, thanks for sharing your great code. 👍 I'm a bit confused between `KDTreeSingleIndexDynamicAdaptor`and `KDTreeSingleIndexDynamicAdaptor_`. What are the differences ? For instance , `KDTreeSingleIndexDynamicAdaptor_` supports `radiusSearch` but your dynamic point...

# PR Description preparing release 1.3 🚀 # Checklist - [ ] Unit-test of your feature with [Catch](http://dgtal.org/doc/stable/moduleCatch.html). - [ ] Doxygen documentation of the code completed (classes, methods, types,...

The doc is missing for these two classes. Only io on the `Mesh` class is documented. @JacquesOlivierLachaud

IO-Visualisation
Documentation

Checking https://dgtal-team.github.io/doc-nightly/structDGtal_1_1RawReader.html, the code snippet is incorrect as you have to add the domain extent as parameter to the `importRaw`

# PR Description Including eigen in DGtal (no more optional): * we use FetchContent to download the proper version at cmake time * `EIGEN_ROOT` can be used to specify alternative...

When build DGtal on a M1, there is no problem except when setting `-DWITH_ITK=true` which produces: ``` Consolidate compiler generated dependencies of target DGtal [ 1%] Building CXX object CMakeFiles/DGtal.dir/src/DGtal/base/Bits.cpp.o...

Following #1539 * move the integer casts gmp->int64 from IntegerConvertor to Numbertraits (and/or fix the existing ones their) * maybe rename IntegerConverter to IntegerPointConverter for the point/vector cast features

Kernel

In ```DomainAdjacency.ih```

Kernel

On the last apple clang compiler, the following code raises a build error https://github.com/DGtal-team/DGtal/blob/c0b08384ff210fb33fb0f1067994457b3837eb9d/examples/geometry/volumes/distance/toricdomainvolumetric.cpp#L119 Here you have the error: ``` /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/algorithm:2494:5: error: static_assert failed due to requirement '__is_forward_iterator::value' "std::max_element requires...