[Paraview-developers] Meaning of fields/tags of filters XML - any suggestion or link
Amit Prabhakar
amitprabhakar05 at gmail.com
Mon Oct 12 07:13:54 EDT 2015
Hello,
I have been using paraview and have written really simple filters in past.
However, I am lost into writing an appropriate XML for my filter. I am
using this link as guide:
http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Drop_down_list_with_values_from_input_arrays
However, the problem I am facing is understanding the different fields/tags
of the XML file (filters.xml). For example I want to use the point data
array names (a string list, I guess) as list of User input to my filter.
I am specially intrigued by presence of this part:
<RequiredProperties>
<Property function="ArrayList"
name="CellArrayInfo" /> </RequiredProperties>
I am also not sure what to change in my source file, while using the
above XML.
Could anyone please explain this to me? Or pass any link on this topic?
Thanks a lot in advance.
--
==============================
Amit Prabhakar
Singapore.
==============================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20151012/42e3cadf/attachment.html>
More information about the Paraview-developers
mailing list