[Paraview] Filter the array list in
Maxim Glibin
maxim.glibin at gmail.com
Mon Dec 1 07:02:00 EST 2014
How should I filter the array list from xml?
I have the following:
<StringVectorProperty name="SelectInputScalars"
label="Array"
command="SetInputArrayToProcess"
number_of_elements="5"
element_types="0 0 0 0 2"
animateable="0">
<ArrayListDomain name="array_list"
attribute_type="Scalars"
input_domain_name="input_array">
<RequiredProperties>
<Property name="Input"
function="Input" />
</RequiredProperties>
</ArrayListDomain>
<FieldDataDomain name="field_list">
<RequiredProperties>
<Property name="Input"
function="Input" />
</RequiredProperties>
</FieldDataDomain>
</StringVectorProperty>
For instance, obtained array list contains the following:
["nodegroups","temperature","speed","cellgroups"]
I need that this list contains only two elements
["nodegroups","cellgroups"].
Is it possible to do it on server manager xml level?
--
Yours Sincerely,
*GLIBIN Maxim O.*
Phone : +7 (987) 533 00 55
Email: maxim.glibin at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20141201/61b25f8a/attachment.html>
More information about the ParaView
mailing list