[Paraview] Details of XML filter with lists of input arrays

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Oct 3 13:24:28 EDT 2017


Dennis,

Before I answer the question, I need to know what are you adding this
property on? Is this a filter or a reader? The difference is that for a
reader, the information about arrays available is provided by the reader
itself; while for filter, that information is obtained from its input.

Utkarsh

On Tue, Oct 3, 2017 at 8:17 AM, Dennis Conklin <dennis_conklin at goodyear.com>
wrote:

> All,
>
>
>
> I’m confused about how to write an XML plugin that lets the user select
> input variables for processing.
>
>
>
> Say I want to put up a list of  cell variables and let the user select
> which ones to process:
>
>
>
> I see this:
>
> https://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Drop_
> down_list_with_values_from_input_arrays
>
> but it is not clear to me.
>
> My questions include:
>
>
>
>    1. How do I get Cell variables, point variables or field variables –
>    which is the example, or do we always get all 3?
>    2. Within my code, how do I know what variables have been selected by
>    the user from the list?
>
> Thanks for all for any help.
>
>
>
> Dennis
>
>
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20171003/bc1175fb/attachment.html>


More information about the ParaView mailing list