[vtkusers] Is there a way to avoid update an outputport of vtkImageAlgorithm subclass?

BKleinHaneveld berendkleinhaneveld+vtk at gmail.com
Fri Dec 13 16:21:46 EST 2013


Hey Mengda,

What you could try to do is instead of using (Python) code like:



you could also use:



This breaks the automatic connection, so if you ask for the output of
randomOtherFilter, it will not update someFilter again.

Hope this helps!
Berend Klein Haneveld



--
View this message in context: http://vtk.1045678.n5.nabble.com/Is-there-a-way-to-avoid-update-an-outputport-of-vtkImageAlgorithm-subclass-tp5724942p5725026.html
Sent from the VTK - Users mailing list archive at Nabble.com.


More information about the vtkusers mailing list