How to make two volume data fused?

Now I have two or more vtkImageData, And I add the data to two vtkVolumes, Now I want to Fused these two vtkImageDatas or vtkVolumes into one? someone give me a sugisstion!

In fact, I want to fused two vtkImageData to one. that is they are integrated!

图片

I think you may have a look at the vtkImageAppendFilter.

In fact, I want to fused two vtkImageData to one. that is they are integrated!

In fact, vtkImageAppendFilter just add actors along the z-aix!

Could vtkMergeArrays help you ? This is the VTK class under the Append Filter of ParaView.