<p>No. Those formats don't have that capability.</p>
<div class="gmail_quote">On Feb 7, 2012 10:03 AM, "elvira87" <<a href="mailto:valentina.luvisotto@gmail.com">valentina.luvisotto@gmail.com</a>> 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'd like to know if it is possible to obtain something like this:<br>
<br>
<VTKFile...><br>
<Piece...><br>
<Cells><br>
<ExternalFile filename="cells.vtk"/><br>
</Cells><br>
<Points><br>
<ExternalFile filename="points.vtk"/><br>
</Points><br>
<CellData><br>
<DataArray ...><br>
1 2 3 4 5 6 7 8 29 29 93993 9 84949 9<br>
</DataArray><br>
</CellData><br>
<PointData><br>
<DataArray ...><br>
1 2 3 4 5 6 7 8 29 29 93993 9 84949 9<br>
</DataArray><br>
</PointData><br>
</Piece><br>
</VTKFile><br>
<br>
or:<br>
<br>
# vtk DataFile Version 2.0<br>
name<br>
ASCII<br>
DATASET UNSTRUCTURED_GRID<br>
POINTS<br>
'external file =.....'<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>