Hi all, <br><br>I want these 3 views to be integrated. When I move a mouse on any one of 3 views, all three should get rendered.<br><br>I used vtkImageReslice example code and modified to generate three diff views in 3 diff windows by sharing imagesource (vtkDicomImageReader), vtkInteractorStyleImage,interactor and call back object which reslices axial,coronal and sagittal views.<br>
<br>//code for reslice...<br> reslice(this->m_pAxialImageReslice);<br> reslice(this->m_pCoronalImageReslice);<br> reslice(this->m_pSagittalImageReslice);<br><br>But my problem is always only one window (Sagittal) is getting updated with reslice but not all.<br>
<br>Am I doing wrong here by sharing Interactor? Is it possible to do this thing by sharing interactor?<br><br>Or <br>If above thing doesnot work then how do I integrate /render all these 3 views in single window?<br><br>
I tried using setposition of window object but its moves the window itself but not the image in window.<br><br>Advance thanks for your help.<br><br>thanks and regards<br>Prakash.<br>