<div dir="ltr">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.<div><br></div><div>--filter /.../path/to/file.json</div>
<div><br></div><div>The content of the file should be like that:</div><div><br></div><div><div>[{</div><div> 'name': 'Cone',</div><div> 'icon': 'dataset',</div>
<div> 'category': 'source'</div><div> },{</div><div> 'name': 'Sphere',</div><div> 'icon': 'dataset',</div>
<div> 'category': 'source'</div><div> },{</div><div> 'name': 'Wavelet',</div><div> 'icon': 'dataset',</div>
<div> 'category': 'source'</div><div> },{</div><div> 'name': 'Clip',</div><div> 'icon': 'clip',</div>
<div> 'category': 'filter'</div><div> },{</div><div> 'name': 'Slice',</div><div> 'icon': 'slice',</div>
<div> 'category': 'filter'</div><div> },{</div><div> 'name': 'Contour',</div><div> 'icon': 'contour',</div>
<div> 'category': 'filter'</div><div> },{</div><div> 'name': 'Threshold',</div><div> 'icon': 'threshold',</div>
<div> 'category': 'filter'</div><div> },{</div><div> 'name': 'StreamTracer',</div><div> 'icon': 'stream',</div>
<div> 'category': 'filter'</div><div> },{</div><div> 'name': 'WarpByScalar',</div><div> 'icon': 'filter',</div>
<div> 'category': 'filter'</div><div> }]</div></div><div><br></div><div>The name to use for the filters are the one you will use to create them in Python.</div><div>
<br></div><div>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 14, 2014 at 2:48 AM, Arya Mazaheri <span dir="ltr"><<a href="mailto:aryanet@gmail.com" target="_blank">aryanet@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div><div>Hi,<br></div>Is there any way to add additional filters beside Slice, Contour, etc. to the ParaviewWeb interface?<br>
</div>It would be great if you could describe a little bit about this procedure.<br>
<br></div>Regards,<br></div>Arya<br clear="all"><br></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>