<br>Thanks Kevin for your reply and information.<div><div class="gmail_quote"><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
</div>Yes! we call it streaming.<br>
<br>
When there isn&#39;t enough RAM for even one copy of the image the<br>
trick is to make sure that the whole pipeline is streamed.<br>
<br>
Because of the &quot;demand driven pipeline&quot; model the end of the<br>
pipeline must ask for only pieces of the whole input.<br>
<br>
The *.vti reader, vtkXMLImageDataReader, can read the image one<br>
requested piece at a time.<br>
<br>
Does your pipeline look like reader -&gt; filter -&gt; writer, or<br>
reader -&gt; filter -&gt; renderer?<br></blockquote><div><br></div><div>I am new to vtk, and am guessing that what I want to do is not a standard vtk use case.  While the vti files are used for the purpose of later visualization (eg, in ParaView) of simulation data, what I want to do here is to just get data out of the vti to feed into another simulation.  In particular, I have two DataArrays in the file (position and momentum) and I want to successively read the x-y-z components.  So, maybe my pipeline is only &#39;reader-&gt;filter&#39; where the filter extracts two 3tuples of type Float64.</div>
<div><br></div></div>-- <br>Grant McAuley<div>Postdoctoral Fellow</div><div>Radiation Research Labs</div><div>Radiation Medicine</div><div>Loma Linda University</div><div>(909) 558-1000 Ext 85173</div><div><a href="mailto:gmcauley@llu.edu" target="_blank">gmcauley@llu.edu</a></div>

</div>