How do I combine a slice image into a volume image after a paint (segmentation) operation?

The paint gets applied to the underlying vtkImageData. vtkImageSlice is an actor class that slices a vtkImageData, so there’s no painting done on the actual actor. It’s all done on the underlying data.

1 Like