Kate,

ParaView doesn't include most of the imaging filters by default due to
2 reasons,
1. not commonly used by users
2. may not necessary work in parallel (esp. for filters that change extents)

You are correct, you'd need to write a little plugin to use it in
pvpython or the GUI. You can simply write an XML plugin. It should be
fairly simple for vtkImageGaussianSmooth, it doesn't seem to have any
complex properties.

Utkarsh

On Wed, Mar 14, 2012 at 1:16 PM,  <[email protected]> wrote:
> Hi,
>
> I didn't see a paraview plugin for the  vtkImageGaussianSmooth.cxx filter
> in the paraview Filters menus or the filters.xml file.
> Is there some equivalent ?
>
> If not:  am I right that I will need to write a little paraview plugin
> wrapper in
> order to be able to use vtkImageGaussianSmooth in a pvpython script ?
> Any reason other than somewhat ugly parameter specification or lack
> of interest/time that there isn't a plugin ?
>
> thanks
> kate
>
> _______________________________________________
> 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
_______________________________________________
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

Reply via email to