nanoflann
nanoflann copied to clipboard
remove and add points in KDTreeEigenMatrixAdaptor?
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.