<br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Your explaination is perfectly clear; thanks! Is this information in a book<br>or the doxygen docs? Do do plan to publish &quot;The Collected Wisdom of Berk&quot;?
</blockquote><div><br>SetInputArrayToProcess stuff is new to VTK 5.0. I don't know if it was
included in the VTK User's Guide. If not, it should eventually. I wish
I had time to write a collected wisdom book :-) It would probably
contain more about musical instruments than VTK though. There is also documentation in doxygen. Look at vtkAlgorithm.<br>&nbsp;
<br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Can the ParaView GUI make use of this multiple-input feature? That is,<br>provide two pull-downs to select two variables where both are sent to
<br>SetInputArrayToProcess(). I didn't see how and so the widget that selects<br>the 2nd input sends it to a method in my new module created for this<br>purpose.</blockquote><div><br>There seems to be. vtkPVArrayMenu has an attribute called input_attribute_index that defaults to 0. It is not used anywhere but it should work. You should be able to use 2 array menus with different attribute indices.
<br><br>-Berk<br>&nbsp;</div><br></div><br>