On 10, May 2009 03:38 AM, Nehme Bilal <[email protected]> wrote: >Hi, >I am using vtkKdTree in a python programmable filter. I >would like to use: >void vtkKdTree::FindPointsWithinRadius(double R, >const double x[3], >vtkIdList* result)
the method is not available. It is enclosed into a //BTX //ETX in the source code of VTK/Filtering/vtkKdTree.h and does not get automatically wrapped by Python. Jean -- Swiss National Supercomputer Center _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
