[vtkusers] Streaming clips output

Kevin H. Hobbs kevin.hobbs.1 at ohiou.edu
Thu Feb 23 15:08:00 EST 2006


On Thu, 2006-02-23 at 13:50 -0500, Kevin H. Hobbs wrote:
> I suppose the attached is more like what I am after. It runs and gives
> me the whole extent for a small number of slices, but with more slices
> and more pieces the memory usage tells me that I'm not really streaming.

I just added a little output.
std::cout << "Updating piece " << piece << "." << std::endl;

The timing of these tells me that the whole thing is being updated the
first time through the loop and the other updates just return.  Is there
something other than update to use?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: This is a digitally signed message part
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060223/d472d40c/attachment.pgp>


More information about the vtkusers mailing list