[vtkusers] VTK and big dataset

Amy Henderson amy.henderson at kitware.com
Tue May 11 08:33:30 EDT 2004


Hi Luca,

The error message you're getting -- "Update extent does not lie within 
whole extent" -- means that you're requesting data that does not lie within 
the bounds of your data set. Look at the range of z-values you're 
requesting: 0 - 92. In your data set, z ranges from 0 to 69; you won't get 
valid results (and very well may crash your program) if you ask for values 
outside that range.

- Amy

At 07:00 PM 5/10/2004, Luca Picello wrote:
>Hallo again everybody,
>my application uses big data ( mem allocated with isosurface is about 1GB ).
>I have this error report:
>
>ERROR: In C:\VTK\Common\vtkDataObject.cxx, line 509 vtkImageData 
>(30090864): Update extent does not lie within whole extent
>ERROR: In C:\VTK\Common\vtkDataObject.cxx, line 516 vtkImageData 
>(30090864): Update extent is: 32, 32, 0, 63, 0, 92
>ERROR: In C:\VTK\Common\vtkDataObject.cxx, line 523 vtkImageData 
>(30090864): Whole extent is: 0, 511, 0, 511, 0, 69
>ERROR: In C:\VTK\Common\vtkDataObject.cxx, line 509 vtkImageData 
>(30130632): Update extent does not lie within whole extent
>ERROR: In C:\VTK\Common\vtkDataObject.cxx, line 516 vtkImageData 
>(30130632): Update extent is: 32, 32, 0, 63, 0, 92
>ERROR: In C:\VTK\Common\vtkDataObject.cxx, line 523 vtkImageData 
>(30130632): Whole extent is: 0, 511, 0, 511, 0, 69
>First chance exception at ... Memory access violation bla bla bla..
>
>No problems detected with HEADSQ dataset.
>What do messages above mean? Any suggestion?
>
>Thanks,
>Luca Picello
>
>_______________________________________________
>This is the private VTK discussion list. Please keep messages on-topic. 
>Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
>Follow this link to subscribe/unsubscribe:
>http://www.vtk.org/mailman/listinfo/vtkusers






More information about the vtkusers mailing list