[Paraview] Multiple Datasets in Pipeline from Single Custom Reader

Jean Favre jfavre at cscs.ch
Mon Mar 31 06:48:17 EDT 2008


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