[Paraview] VTK ImageData File

Amr Abdel Aziz amr.maillists at gmail.com
Fri May 1 04:19:55 EDT 2009


*Hi All,
I'm trying to convert an existing data file into a VTK image data format.
But I always have error :*

*ERROR: In
/Users/kitware/Berk/ParaView3/VTK/IO/vtkXMLStructuredDataReader.cxx, line 92
vtkXMLImageDataReader (0x1ebbcb40): ImageData element has no WholeExtent.*



<?xml version="1.0"?>
<VTKFile type="ImageData" version="0.1" byte_order="LittleEndian">
<ImageData WholeExtent="136.75 133.2 -1 1.575 -60000 -179546" Origin="135
0.275 -117712" Spacing="-0.025 0.025 -4122.29">
<Piece Extent="136.75 133.2 -1 1.575 -60000 -179546">
<PointData Scalars="Speed">
<DataArray Name="Value" type="float" NumberOfComponents="1" Format="ascii">
.........
</DataArray>
</PointData>
</Piece>
</ImageData>
</VTKFile>

*
Can anyone tell me what is wrong with that file?*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090501/2684e4d5/attachment-0001.htm>


More information about the ParaView mailing list