[vtkusers] Streaming clips output SOLVED
Kevin H. Hobbs
kevin.hobbs.1 at ohiou.edu
Fri Feb 24 14:23:06 EST 2006
The attached does what I want. That is, it reads from a stack of tiff
files, smooths them a little, contours the volume, and writes the
contour to a file, without using an enormous amount of memory.
I was using the wrong streaming filter. I'm now streaming the polydata
at the very end of the pipeline instead of the image in the middle. I
suppose it'd be even better to stream the writer, but I won't worry
about that.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SeriesReadStreamContour.cxx
Type: text/x-c++src
Size: 1685 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060224/1da9f29f/attachment.cxx>
-------------- 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/20060224/1da9f29f/attachment.pgp>
More information about the vtkusers
mailing list