nanoflann icon indicating copy to clipboard operation
nanoflann copied to clipboard

remove and add points in KDTreeEigenMatrixAdaptor?

Open andrewfowlie opened this issue 4 years ago • 0 comments

I'm slightly confused by the API. Is it possible to lazily remove and add points to KD trees constructed with the KDTreeEigenMatrixAdaptor? If not, is it just a missing public method? or is there a deeper reason? I've tried it but it seems that the tree.index object doesn't have those methods.

andrewfowlie avatar May 13 '20 10:05 andrewfowlie