[vtkusers] Breaking vtk pipeline

N Smethurst nick.smethurst at free.fr
Wed Nov 5 05:18:26 EST 2003


I would suggest you make a deep copy of the poly data output of the reader, 
and then connect that to the mapper instead of the reader's output. Your 
current idea will just cause the visualisation to disappear at the next 
rendering.

You can then delete the poly data object when done.

Le Mercredi 5 Novembre 2003 11:01, Shyam Prakash a écrit :
> //now set the source of the data to null to break the pipeline
> data.SetSource(null);
>
> During the initial testing, I have found this to be working OK. Kindly
> comment about my approach.




More information about the vtkusers mailing list