*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?*
_______________________________________________ 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 ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
