<p>No. Those formats don&#39;t have that capability.</p>
<div class="gmail_quote">On Feb 7, 2012 10:03 AM, &quot;elvira87&quot; &lt;<a href="mailto:valentina.luvisotto@gmail.com">valentina.luvisotto@gmail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Dear David,<br>
thanks for your answer. I probably did not explain correctly the situation.<br>
I need to convert my output file format from .GMV to VTK unstructured grid<br>
(using xml or vtk ASCII format), so before switching to xdmf file format,<br>
I&#39;d like to know if it is possible to obtain something like this:<br>
<br>
&lt;VTKFile...&gt;<br>
    &lt;Piece...&gt;<br>
        &lt;Cells&gt;<br>
             &lt;ExternalFile filename=&quot;cells.vtk&quot;/&gt;<br>
        &lt;/Cells&gt;<br>
        &lt;Points&gt;<br>
             &lt;ExternalFile filename=&quot;points.vtk&quot;/&gt;<br>
        &lt;/Points&gt;<br>
        &lt;CellData&gt;<br>
             &lt;DataArray ...&gt;<br>
             1 2 3 4 5 6  7  8  29 29 93993 9 84949 9<br>
             &lt;/DataArray&gt;<br>
        &lt;/CellData&gt;<br>
        &lt;PointData&gt;<br>
             &lt;DataArray ...&gt;<br>
             1 2 3 4 5 6  7  8  29 29 93993 9 84949 9<br>
             &lt;/DataArray&gt;<br>
        &lt;/PointData&gt;<br>
    &lt;/Piece&gt;<br>
&lt;/VTKFile&gt;<br>
<br>
or:<br>
<br>
# vtk DataFile Version 2.0<br>
name<br>
ASCII<br>
DATASET UNSTRUCTURED_GRID<br>
POINTS<br>
&#39;external file =.....&#39;<br>
CELLS<br>
CELL_TYPES<br>
CELL_DATA<br>
POINT_DATA<br>
<br>
Is it possible?Can vtk (xml) file format support an external input?<br>
<br>
Thanks again,<br>
<br>
Valentina Luvisotto.<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/VTK-External-file-tp5462880p5463385.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK-External-file-tp5462880p5463385.html</a><br>
Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><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>
</blockquote></div>