Best practice for rapidly changing vtkImageData?

Yes, vtkImageReslice will take advantage of TBB, as will all imaging filters based on vtkThreadedImageAlgorithm. If you are going the vtkTexture route, consider using vtkImageResliceToColors to generate color scalars for vtkTexture.

1 Like