Re: [Paraview] vtkCellLocator: Python

2010-06-01 Thread bastil2...@yahoo.de
I want to work wit the NAME attribute ('my_given_name in this case) but I don't know how...? bastil2...@yahoo.de wrote: Original-Nachricht Betreff: Re: [Paraview] vtkCellLocator: Python Datum:Mon, 31 May 2010 15:15:54 -0400 Von: Eric E. Monson emon

Re: [Paraview] vtkCellLocator: Python

2010-06-01 Thread Utkarsh Ayachit
know how...? bastil2...@yahoo.de wrote: Original-Nachricht Betreff: Re: [Paraview] vtkCellLocator: Python Datum: Mon, 31 May 2010 15:15:54 -0400 Von: Eric E. Monson emon...@cs.duke.edu emon...@cs.duke.edu An: bastil2...@yahoo.de CC: Utkarsh Ayachit utkarsh.ayac

Re: [Paraview] vtkCellLocator: Python

2010-05-31 Thread bastil2...@yahoo.de
: [Paraview] vtkCellLocator: Python Unfortunately some of the locator api is pass by reference and therefore not wrapped by python. Bastian, let us know if you run into missing methods when trying to use the cell locator in python. Pat On Fri, May 28, 2010 at 10:31 AM, Utkarsh Ayachit utkarsh.ayac

Re: [Paraview] vtkCellLocator: Python

2010-05-31 Thread Eric E. Monson
2010, 16:59:07 Uhr Betreff: Re: [Paraview] vtkCellLocator: Python Unfortunately some of the locator api is pass by reference and therefore not wrapped by python. Bastian, let us know if you run into missing methods when trying to use the cell locator in python. Pat On Fri, May 28, 2010

Re: [Paraview] vtkCellLocator: Python

2010-05-29 Thread Andy Bauer
@paraview.org *Gesendet:* Freitag, den 28. Mai 2010, 16:59:07 Uhr *Betreff:* Re: [Paraview] vtkCellLocator: Python Unfortunately some of the locator api is pass by reference and therefore not wrapped by python. Bastian, let us know if you run into missing methods when trying to use the cell locator

Re: [Paraview] vtkCellLocator: Python

2010-05-28 Thread Andy Bauer
My guess is that you'll want to use a filter to get access to the cell locator. What's the desired output for this? You could also fetch the data set to the client and then use the vtk wrapped classes in paraview.vtk to use the cell locator if the class has been wrapped but the fetch operation

Re: [Paraview] vtkCellLocator: Python

2010-05-28 Thread Utkarsh Ayachit
Andy, Bastian wants to use the cell locator in a python programmable -- which won't involve any fetching. Bastian, You can create a cell locator in your programmable filter simply by: locator = vtk.vtkCellLocator() Utkarsh On Fri, May 28, 2010 at 10:22 AM, Andy Bauer

Re: [Paraview] vtkCellLocator: Python

2010-05-28 Thread pat marion
Unfortunately some of the locator api is pass by reference and therefore not wrapped by python. Bastian, let us know if you run into missing methods when trying to use the cell locator in python. Pat On Fri, May 28, 2010 at 10:31 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: Andy,

Re: [Paraview] vtkCellLocator: Python

2010-05-28 Thread BastiL2001
. Mai 2010, 16:59:07 Uhr Betreff: Re: [Paraview] vtkCellLocator: Python Unfortunately some of the locator api is pass by reference and therefore not wrapped by python. Bastian, let us know if you run into missing methods when trying to use the cell locator in python. Pat On Fri, May 28, 2010