[Paraview-developers] Filtration of the array list in server manager xml
Sebastien Jourdain
sebastien.jourdain at kitware.com
Mon Dec 1 11:02:51 EST 2014
You may find some additional information on some XML attributes here:
http://www.paraview.org/ParaQ/Doc/Nightly/html/classvtkSMArrayListDomain.html
On Mon, Dec 1, 2014 at 7:05 AM, Maxim Glibin <maxim.glibin at gmail.com> wrote:
> 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.* - Developer
> Phone : +7 (987) 533 00 55
> Email: maxim.glibin at gmail.com
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20141201/fa85e3f8/attachment.html>
More information about the Paraview-developers
mailing list