jlblancoc / nanoflann

nanoflann: a C++11 header-only library for Nearest Neighbor (NN) search with KD-trees
Other
2.19k stars 486 forks source link

Radius search for dynamic adaptor #214

Open simiken1234 opened 10 months ago

simiken1234 commented 10 months ago

Hello, is there any reason for there not to be a radius search for the dynamic adaptor? Any plans to implement this?

brettviren commented 3 months ago

Hi @simiken1234

KDTreeSingleIndexDynamicAdaptor has findNeighbors() which will do knn or radius query depending on the result set type given as first argument.