<div class="gmail_quote">On Mon, Feb 8, 2010 at 7:12 PM, Nico Schlömer <span dir="ltr">&lt;<a href="mailto:nico.schloemer@gmail.com">nico.schloemer@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<br>
thanks for your quick answer.<br>
<br>
&gt; Here is a brief summary of the data types available in VTK:<br>
&gt; <a href="http://vtk.org/Wiki/VTK/Tutorials/3DDataTypes" target="_blank">http://vtk.org/Wiki/VTK/Tutorials/3DDataTypes</a><br>
<br>
I don&#39;t really understand what&#39;s so *3D* about it (e.g., Image Data).<br>
Is there other 2D stuff, too?<br>
<br>
&gt; and an unstructured grid:<br>
&gt; <a href="http://vtk.org/Wiki/VTK/Examples/IO/WriteVTU" target="_blank">http://vtk.org/Wiki/VTK/Examples/IO/WriteVTU</a><br>
<br>
Thanks a lot for the link to the examples page, that&#39;s really really<br>
helpful. I was able to play around with it and do this and that.<br>
Still, I&#39;m missing a few things, e.g., tutorials for writing other<br>
data types (e.g., VTR files). I&#39;m also not quite clear now on the<br>
options that I could use in conjunction with the writers. Is that<br>
something I&#39;d have to discover by the doxygen documentation, or are<br>
there comprehensive example/option description resources?<br>
<br>
I was specifically asking myself if it&#39;s possible to include custom<br>
info into XML-style VT* files. I&#39;m solving PDEs here, and I&#39;d like to<br>
store the result of one run, and I thought it might be a good idea to<br>
store it in a format which I can actually *look* at, too, rather than<br>
just plain numbers in columns. I&#39;d like to store additional info about<br>
the respective PDE, too, which for example in the old-style VTK files<br>
I always used the second row for (although space was rather limited<br>
there).<br>
<br>
Cheers,<br>
Nico<br><br></blockquote><div><br></div><div>I believe what you&#39;re looking for is called &quot;FieldData&quot; in VTK lingo:</div><div><br></div><a href="http://www.vtk.org/Wiki/VTK/Examples/FieldData">http://www.vtk.org/Wiki/VTK/Examples/FieldData</a><br clear="all">
<br></div><div class="gmail_quote">Thanks,<br><br><div>David</div></div>