So, I am guessing one _always_ extracts one of the outputs and then apply a filter. Does it make sense to apply the same filter to both outputs?<br><br>I am trying to figure out whether the output of this reader should multi-block. It sounds like it should not. It sounds like the two outputs have different purposes and should remain separate.
<br><br>Currently, paraview only handles multi-block datasets. There was code in paraview 2.4 and previous that treated multiple outputs as multi-block. This was a placeholder we implemented until we had proper multi-block support. Now that the multi-block support is mature, I yanked that functionality. The side effect of this yanking is that it is no longer possible to separate the outputs of readers like this. However, I believe that paraview should start treating multiple output differently. For example, it should show both outputs as different ports you can attach filters to. Or when the user applies a filter to this reader, it should bring a dialog asking which output they want to attach the filter&nbsp; to. Supporting this would require changing both the server manager and the GUI code but I believe it is right thing to do. Any thoughts?
<br><br>-Berk<br>&nbsp;<br><br><div><span class="gmail_quote">On 9/7/06, <b class="gmail_sendername">Jean Favre</b> &lt;<a href="mailto:jfavre@cscs.ch">jfavre@cscs.ch</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Sep 06, 2006 02:43 PM, Berk Geveci wrote:<br><br>&gt;Ah. I am glad you mentioned that :-) I will add it to the list of<br>&gt;readers to<br>&gt;update. Is it multi-block or do the outputs have different meanings?<br>&gt;
<br><br>first port holds the Polydata (mollecule with VERTEX and LINES)<br>2nd port holds the Structuredgrid (ImageData)<br><br>Jean<br><br></blockquote></div><br>