[vtkusers] VTK External file

David E DeMarle dave.demarle at kitware.com
Tue Feb 7 10:08:20 EST 2012


No. Those formats don't have that capability.
On Feb 7, 2012 10:03 AM, "elvira87" <valentina.luvisotto at gmail.com> wrote:

> Dear David,
> thanks for your answer. I probably did not explain correctly the situation.
> I need to convert my output file format from .GMV to VTK unstructured grid
> (using xml or vtk ASCII format), so before switching to xdmf file format,
> I'd like to know if it is possible to obtain something like this:
>
> <VTKFile...>
>    <Piece...>
>        <Cells>
>             <ExternalFile filename="cells.vtk"/>
>        </Cells>
>        <Points>
>             <ExternalFile filename="points.vtk"/>
>        </Points>
>        <CellData>
>             <DataArray ...>
>             1 2 3 4 5 6  7  8  29 29 93993 9 84949 9
>             </DataArray>
>        </CellData>
>        <PointData>
>             <DataArray ...>
>             1 2 3 4 5 6  7  8  29 29 93993 9 84949 9
>             </DataArray>
>        </PointData>
>    </Piece>
> </VTKFile>
>
> or:
>
> # vtk DataFile Version 2.0
> name
> ASCII
> DATASET UNSTRUCTURED_GRID
> POINTS
> 'external file =.....'
> CELLS
> CELL_TYPES
> CELL_DATA
> POINT_DATA
>
> Is it possible?Can vtk (xml) file format support an external input?
>
> Thanks again,
>
> Valentina Luvisotto.
>
>
>
>
>
>
>
> --
> View this message in context:
> http://vtk.1045678.n5.nabble.com/VTK-External-file-tp5462880p5463385.html
> Sent from the VTK - Users mailing list archive at Nabble.com.
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120207/b7b90018/attachment.htm>


More information about the vtkusers mailing list