<div dir="ltr">Hi,<div><br></div><div>with a multiframe image accesible from a vtkimageviewer2, I'm trying to see all frames in one view.</div><div><br></div><div>With these examples:</div><div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleViewports">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MultipleViewports</a><br></div><div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/SideBySideViewports">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/SideBySideViewports</a><br></div><div><br></div><div>So I understand I need:</div><div>- One vtkimageviewer2 (I have the multiframe image there)</div><div>- One QVTKWidget</div><div>- One vtkrenderwindow</div><div>- <n> vtkrenderer, one for each frame</div><div>- <n> viewports, one for each frame</div><div><br></div><div>But I think that, when I invoke the vtkimageviewer2::setslice() method, it will change all renderers.</div><div><br></div><div>Maybe this is not the best approach to the problem.</div><div>Maybe I could convert each frame into a QImage. I don't need to interact with those "thumbnails".</div><div>On the other hand, I already have another QVTKWidget showing one slice at a time, and I would like to have both views available (sharing the same readed file).</div><div><br></div><div>Any ideas?</div><div><br></div><div>Thanks.</div></div>