[Paraview] vtkProbeFilter in Programmable Filter

Berk Geveci berk.geveci at kitware.com
Thu Apr 11 11:45:24 EDT 2013


Hi Jean,

Did you figure it out?

This is a bug. For now, use this:

from paraview.vtk import vtkFiltersCore as filters

filters.vtkProbeFilter()


I'll push a fix soon that makes sure vtkProbeFilter is part of the
paraview.vtk module.


-berk


On Fri, Apr 5, 2013 at 11:39 AM, Favre Jean <jfavre at cscs.ch> wrote:

>
>  Hello
>
> where did the vtkProbeFilter go in 3.98? I cannot reproduce the example of
> the User Guide
>
>
> http://paraview.org/Wiki/index.php?title=ParaView/Users_Guide/Python_Programmable_Filter
>
> I need to use a Programmable Filter with a vtkProbeFilter to do an
> azimuthal average, giving it a circle of points as Source.
>
> TIA
> Jean
> _______________________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130411/f86e2155/attachment.htm>


More information about the ParaView mailing list