[vtkusers] Breaking the pipeline
Mathias Haack
haack at rz.rwth-aachen.de
Thu Aug 28 11:32:21 EDT 2003
Hi all,
I have the following pipeline with VTK 4.0.2:
png image -> vtkPNGReader -> vtkImageData -> vtkImageActor -> ... -> display
It works as it is supposed to be. Now I want to alter the vtkImageData using
an image filter like vtkImageFlip, first I deepcopy the vtkImageData,
using vtkImageFlip and deep copy it back to the vtkImageData.
The result is an unchanged image on my display. I suppose the pipeline will
read the image again (or use the cached image from the reader).
I need to break the connection between the image reader and vtkImageData.
How can I achieve this?
Matthias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mhaack at rz.rwth-aachen.de.vcf
Type: text/x-vcard
Size: 109 bytes
Desc: Card for Mathias Haack <haack at rz.rwth-aachen.de>
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030828/e59f9acf/attachment.vcf>
More information about the vtkusers
mailing list