[Paraview] Multiple Datasets in Pipeline from Single Custom Reader

Paul Edwards paul.m.edwards at gmail.com
Tue Apr 1 02:58:26 EDT 2008


Nice feature - I didn't realise paraview could do that :)

It would be nice to be able to change the number of output ports depending
on the input but when I tried it crashed.  Is this a bug or is it required
for the number of outputs to be set in the constructor?

Regards,
Paul

On 31/03/2008, Mike Jackson <imikejackson at gmail.com> wrote:
>
> 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
>
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20080401/611ce8ea/attachment.htm>


More information about the ParaView mailing list