<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div><span class="tab">another option would be to write your own file reader. I have done this in the past to accomplish basically the same thing you want and it worked out great. You don't&nbsp; have to use VTK's file readers to create data sources, you can build them internally in your program using data parsed from your own input file.</span></div><div><br></div><div>--<br><span class="tab"></span></div><div><span class="tab">Lubos<br></span></div><div><span class="tab">@particleincell<br></span></div><div><br></div>  <div style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> David E DeMarle &lt;dave.demarle@kitware.com&gt;<br>
 <b><span style="font-weight: bold;">To:</span></b> elvira87 &lt;valentina.luvisotto@gmail.com&gt; <br><b><span style="font-weight: bold;">Cc:</span></b> vtkusers@vtk.org <br> <b><span style="font-weight: bold;">Sent:</span></b> Tuesday, February 7, 2012 8:09 AM<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [vtkusers] VTK External file<br> </font> </div> <br>
I recommend using the xdmf file format instead for static geometry<br>with variable attributes. See an example at:<br>http://paraview.org/Wiki/Data_formats<br><br>xdmf is not yet distributed with vtk (it is with paraview) but you can<br>compile xdmf standalone and use it with vtk.<br><br>David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909<br><br><br><br>On Tue, Feb 7, 2012 at 6:34 AM, elvira87 &lt;<a ymailto="mailto:valentina.luvisotto@gmail.com" href="mailto:valentina.luvisotto@gmail.com">valentina.luvisotto@gmail.com</a>&gt; wrote:<br>&gt; Hi all,<br>&gt;<br>&gt; I'm working on a huge static mesh (cell and node<br>&gt; coordinates don't change) with a time changing set of node data<br>&gt; superposed on it. I am wondering if it's possible to create an initial vtk<br>&gt; file containing points, cells and data initial conditions and a separate set<br>&gt; of vtk files
 containing only variable point data (and linked somehow to the<br>&gt; initial one) for the next time steps. I need to optimize space and load<br>&gt; time.<br>&gt;<br>&gt; Thank you very much for any help,<br>&gt;<br>&gt; Valentina Luvisotto.<br>&gt;<br>&gt; --<br>&gt; View this message in context: http://vtk.1045678.n5.nabble.com/VTK-External-file-tp5462880p5462880.html<br>&gt; Sent from the VTK - Users mailing list archive at <a target="_blank" href="http://Nabble.com">Nabble.com</a>.<br>&gt; _______________________________________________<br>&gt; Powered by <a target="_blank" href="http://www.kitware.com">www.kitware.com</a><br>&gt;<br>&gt; Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html<br>&gt;<br>&gt; Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ<br>&gt;<br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt;
 http://www.vtk.org/mailman/listinfo/vtkusers<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" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br><br>Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br><br><br> </div> </div>  </div></body></html>