Well, you should be able to load it all in at once.&nbsp; <br><br>vtkPLOT3DReader *reader = vtkPLOT3DReader::New();<br>reader-&gt;SetXYZFileName(&quot;filename.xyz&quot;);<br>reader-&gt;SetQFileName(&quot;filename.q&quot;);<br>
reader-&gt;AddFunction(X); // for whatever extra variables you want.<br>reader-&gt;Update();<br><br>and away you go.<br><div><span class="gmail_quote">On 1/3/06, <b class="gmail_sendername">Ian Nowland</b> &lt;<a href="mailto:ian.nowland@ll.mit.edu">
ian.nowland@ll.mit.edu</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;">I just got a decent amount of plot3D data dumped on me, that I have to
<br>read in. I'm not familiar with this data format, so I'm wondering if<br>there's an order I should be loading all the various components of it<br>in. The XYZ file is the first thing I'll be loading, but after that can<br>
I just load the Function file, or do I need to load Vector or Grid files<br>before that? If anybody is familiar with vtkPlot3DReader and could give<br>me a couple tips about how to deal with this data that would be greatly
<br>appreciated.<br><br>Thanks,<br><br>--Ian<br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a><br></blockquote></div><br><br clear="all">
<br>-- <br>Randall Hand<br>Visualization Scientist, <br>ERDC-MSRC Vicksburg, MS<br>Homepage: <a href="http://www.yeraze.com">http://www.yeraze.com</a>