Hi everyone,<br><br>I am facing a problem that is quite critical and I have still not found a way to solve this:<br><br>- I have a set of vtkImagePlaneWidget (3 to be precise) that are in the XY, YZ and XZ orientations. They receive a 3D volume as input. Now, I can reslice them in any arbitrary orientation which is great! I feed the output of this reslice to vtkImageViewer2 object for display. 
<br><br>The problem that I am facing is that I want to do the reslicing and the zooming at the same time. The question that I want to put forth to all you experts is that whether it is possible to specify the zoom as a transform to the vtkImageReslicer in the vtkImagePlaneWidget. If so, can someone post some code as to how one goes about it. I guess I can inherit from the vtkImagePlaneWidget and access the reslicer class to set the transform. But how does one go about setting this zoom transform in the reslicer.
<br><br>- Also, will it be fast enough for usability? I guess I can test this on my side.<br><br>I know vtkImageViewer2 provides some OpenGL based zooming but I do not want to interpolate twice. I want the reslicer to also do the interpolation.
<br><br>I would really appreciate it if someone can help me with this! <br><br>Thank you very much. I hope I can know enough to contribute to this forum.<br><br>Anja<br><br><br>