Hello guys,<div>   I wanna show the same directional  image in different qvtkwidgets,like this</div><div><img src="cid:BD6D0DA1@CFD4D072.FFB6985A.jpg" filesize="43988" modifysize="25%" diffpixels="-1px" scalingmode="zoom" style="width: 464px; height: 209px;"></div><div>I want to show four same cross-sectional in four qvtkwidgets,but one riw[2](riw[2] = vtkSmartPointer<vtkResliceImageViewer>::New(); )  only can show once(like this  riw[2]->SetRenderWindow(ui.view1->GetRenderWindow());).</div><div>If I put riw[2] in the second qvtkwidget(<span style="line-height: 1.5;">riw[2]->SetRenderWindow(ui.view2->GetRenderWindow());</span><span style="line-height: 1.5;">) the first qvtkwidget will become empty.So I have to new one everytime.But if I want to do the same change,I have to change four times.</span></div><div><span style="line-height: 1.5;">I've tried several classes like </span><span style="line-height: 1.5;">vtkResliceImageViewer,vtkImagePlaneWidget and vtkImageViewer2,and they are all have this problem.which class could show the same directional image several times ?</span></div><div><span style="line-height: 1.5;">please HELP.</span></div><div><span style="line-height: 1.5;">Julia </span></div>