[vtkusers] updating vtkImageData ?
zkhan
zamir.khan at gmail.com
Thu May 9 09:54:36 EDT 2013
I figured my problem out. I was using the correct methods:
// Force a refresh of the image
imageData.Modified();
imageData.Update();
renderWindow.Render();
... but this was being called on a background thread. When I invoke back
onto the UI thread (important in .NET), it works fine.
--
View this message in context: http://vtk.1045678.n5.nabble.com/updating-vtkImageData-tp5473401p5720624.html
Sent from the VTK - Users mailing list archive at Nabble.com.
More information about the vtkusers
mailing list