[Paraview] Multiple Datasets in Pipeline from Single Custom Reader

Mike Jackson imikejackson at gmail.com
Mon Mar 31 09:46:26 EDT 2008


Sweet... Thanks for the heads up.


--  
Mike Jackson   Senior Research Engineer
Innovative Management & Technology Services


On Mar 31, 2008, at 6:48 AM, Jean Favre wrote:
> Mike Jackson wrote:
>> Great, That is now working. Is there any way to give the "output"  
>> a human understandable name? Right now I get "Output-0" and  
>> "Output-1". Can I set a name in the vtkInformation object for  
>> each? Or something like that?
>>
>> Thanks
> edit your server xml code:
>
> <ProxyGroup name="sources">
>   <SourceProxy name="YourReader" class="vtkYourReader">
>    <OutputPort name="Human-readable-0" index="0" />
>     <OutputPort name="Human-readable-1" index="1" />
>   </SourceProxy>
>
>
> -- 
> JF



More information about the ParaView mailing list