Closed bakercp closed 9 years ago
Also, thanks for all of your work on this. It's a great fork!
Hi Christopher, Good idea: you can submit a patch or do a fork+PR, they will be more than welcome.
Probably the new radiusSearchCustomCallback() method covers this functionality. Added in commit 633589785e0fb96dfe4640c7b2955711d5efd5c0 in nanoflann 1.1.9+
So, marking this as closed..
Currently search results are the same for radius and nearest neighbor sorts (distances and indices) but the packaging is different, making it challenging to swap search modes easily. If there is interest, and a feature addition isn't already underway, I can submit a patch to add the interface (without breaking the api).