[vtk-developers] KdTree FindPointsWithinRadius

David Doria daviddoria+vtk at gmail.com
Fri Aug 20 15:38:39 EDT 2010


On Fri, Aug 20, 2010 at 3:32 PM, pat marion <pat.marion at kitware.com> wrote:

> Sorry to be a stick in the mud... why not just write your own function to
> replace that for loop and other setup code?
>
>   vtkSmartPointer<vtkIdList> neighbors = MyGetPointInRadius(kdTree,
> pointID, eRadius);
>
> Pat
>
>
Because I bet it is a common thing that many users have to deal with
fighting all of the time. It just seems like it should be provided. What
would be the harm in giving access a few ways?

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100820/75081ae5/attachment.html>


More information about the vtk-developers mailing list