Uses of Class
org.ddogleg.nn.NnData
Packages that use NnData
-
Uses of NnData in org.ddogleg.nn
Methods in org.ddogleg.nn with parameters of type NnDataModifier and TypeMethodDescriptionboolean
NearestNeighbor.Search.findNearest
(P point, double maxDistance, NnData<P> result) Searches for the nearest neighbor to the specified point.Method parameters in org.ddogleg.nn with type arguments of type NnDataModifier and TypeMethodDescriptionvoid
NearestNeighbor.Search.findNearest
(P point, double maxDistance, int numNeighbors, DogArray<NnData<P>> results) Searches for the N nearest neighbor to the specified point. -
Uses of NnData in org.ddogleg.nn.wrap
Methods in org.ddogleg.nn.wrap with parameters of type NnDataModifier and TypeMethodDescriptionboolean
KdTreeInternalSearch.findNearest
(P point, double maxDistance, NnData<P> result) Method parameters in org.ddogleg.nn.wrap with type arguments of type NnDataModifier and TypeMethodDescriptionvoid
KdTreeInternalSearch.findNearest
(P point, double maxDistance, int numNeighbors, DogArray<NnData<P>> results)