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: [email protected]
_______________________________________________
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://public.kitware.com/mailman/listinfo/paraview

Reply via email to