[Paraview] Adding filters to ParaviewWeb

Sebastien Jourdain sebastien.jourdain at kitware.com
Fri Mar 14 12:37:05 EDT 2014


In order to add filters to the Web Visualizer, you just need to provide the
path to a json file that contains the list of the filters and sources you
want to expose.

--filter /.../path/to/file.json

The content of the file should be like that:

[{
                        'name': 'Cone',
                        'icon': 'dataset',
                        'category': 'source'
                    },{
                        'name': 'Sphere',
                        'icon': 'dataset',
                        'category': 'source'
                    },{
                        'name': 'Wavelet',
                        'icon': 'dataset',
                        'category': 'source'
                    },{
                        'name': 'Clip',
                        'icon': 'clip',
                        'category': 'filter'
                    },{
                        'name': 'Slice',
                        'icon': 'slice',
                        'category': 'filter'
                    },{
                        'name': 'Contour',
                        'icon': 'contour',
                        'category': 'filter'
                    },{
                        'name': 'Threshold',
                        'icon': 'threshold',
                        'category': 'filter'
                    },{
                        'name': 'StreamTracer',
                        'icon': 'stream',
                        'category': 'filter'
                    },{
                        'name': 'WarpByScalar',
                        'icon': 'filter',
                        'category': 'filter'
                    }]

The name to use for the filters are the one you will use to create them in
Python.

Seb


On Fri, Mar 14, 2014 at 2:48 AM, Arya Mazaheri <aryanet at gmail.com> wrote:

> Hi,
> Is there any way to add additional filters beside Slice, Contour, etc. to
> the ParaviewWeb interface?
> It would be great if you could describe a little bit about this procedure.
>
> Regards,
> Arya
>
>
> _______________________________________________
> 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/20140314/55fc6ab9/attachment.html>


More information about the ParaView mailing list