<HTML>
<HEAD>
<TITLE>Re: [Paraview] Readers and multiple arrays</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>In your reader class method that sets which variables to load, is it calling this-&gt;Modified. &nbsp;If Modified is not called, then the pipeline will not know that something has changed for your reader and it will not request a new read.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 3/17/09 3:20 AM, &quot;Thorsten Hater&quot; &lt;<a href="th@tp1.rub.de">th@tp1.rub.de</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hello again,<BR>
<BR>
solved this problem. But encountered a new minor one,<BR>
which is to dynamically reread the file if the GUI elements<BR>
change, for example, if some more arrays are select.<BR>
Could anybody point me where to start?<BR>
I guess that there is some kind of onUpdata callback,<BR>
but how is it called exactly and how is it used?<BR>
<BR>
Best regards,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;Thorsten<BR>
<BR>
Thorsten Hater wrote:<BR>
&gt; Hi,<BR>
&gt;<BR>
&gt; could anybody give me some information on the problem of<BR>
&gt; adding multiple arrays to a single output of a reader.<BR>
&gt; Managing and displaying the array names GUI-wise is not<BR>
&gt; problematic, but rather where to put the data arrays in the<BR>
&gt; RequestData member.<BR>
&gt;<BR>
&gt; Best regards,<BR>
&gt; &nbsp;&nbsp;&nbsp;Thorsten<BR>
&gt; _______________________________________________<BR>
&gt; Powered by www.kitware.com<BR>
&gt;<BR>
&gt; Visit other Kitware open-source projects at<BR>
&gt; <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
&gt;<BR>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<BR>
&gt; <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
&gt;<BR>
&gt; Follow this link to subscribe/unsubscribe:<BR>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
<BR>
_______________________________________________<BR>
Powered by www.kitware.com<BR>
<BR>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
<BR>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
<BR>
Follow this link to subscribe/unsubscribe:<BR>
<a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>