I have 3D data set that I am visualizing using vtkVolume. One dimension of the data is very large. I am reading<br>data from an array of pgm files.  I am then probing the volume using the vtkImagePlaneWidget.<br>Reading in all the data makes the rendering very slow. I was wondering if<br>
there is a smart way to read in partial data in the dimension that is very large based on plane hitting the<br>edge of the partial data.<br><br>Imran<br>