[Paraview] Naming two output ports

Rafael Küng rafi.kueng at gmx.ch
Wed Dec 29 10:41:46 EST 2010


Hi Burlen

Yea, thank you very much! I always forget about the xml files, and try 
to do it all in c...

Rafael


Am 29.12.2010 02:12, schrieb burlen:
> Hi Rafael,
>
> You're after the "OutputPort" server manager XML tag. The "name"
> attribute will be used in the GUI label. The following example is taken
> from a data source that produces two outputs.
>
> <SourceProxy ... >
> ...
> <OutputPort name="Northern Hemisphere" index="0" />
> <OutputPort name="Southern Hemisphere" index="1" />
> ...
> </SourceProxy>
>
> Burlen
>
> On 12/28/2010 03:28 PM, Rafael Küng wrote:
>> Hi there
>>
>> Could you please help me: How do you name the output ports, so they
>> show up in the pipelinebrowser in paraview?
>> Example: the ContingencyStatistics filter produces 2 output:
>> "Statistical Model" and "Assessed Data".
>> I can create the two output, but no idea how to name them. looking
>> throu the statistics code did not help, as it was very confusing..
>>
>> Greetings
>> Rafael Kueng
>>
>> Physics Departement
>> University of Zurich
>> _______________________________________________
>> 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://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list