<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#cae2b4>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have problems when getting the reslice output of 
3 orthogonal IPWs in a volume.</FONT></DIV>
<DIV><FONT face=Arial size=2>When I visualize the first volume with dimensions 
256x256x30, the outputs are good. Then I visualize a volume with dimensions 
512x512x30 and on the reslice outputs I see only one quarter of the image, 
sometimes only one tenth of the image it should be.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Try it in the files: 
vtk/hybrid/testing/cxx/ImagePlaneWidget.cxx to rotate the axial (horizontal) 
plane with 90 degrees to be in a vertical direction, and you can see that the 
resclice output on right is only half of what it should be, it is not what you 
can see on the IPW in the volume (left).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I want to see in the reslice output exactly what I 
see in the IPW in the volume, that is not only a part of it, but the whole image 
(and also not a bigger image than in the IPW).</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>How can this be&nbsp;fixed? </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Below is a part of my code:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;for (int 
i=0;i&lt;3;i++)&nbsp;&nbsp;//3=nrPlanes X Y Z<BR>&nbsp;{&nbsp;<BR></FONT><FONT 
face=Arial 
size=2>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;TextureInterpolateOn();<BR>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;GetPlaneProperty()-&gt;SetColor(1,0,0);<BR>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;GetPlaneProperty()-&gt;SetOpacity(0.0);<BR>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;GetMarginProperty()-&gt;SetOpacity(0.0);<BR>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;SetTexturePlaneProperty(aProperty);&nbsp;<BR>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;SetResliceInterpolateToCubic();<BR>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;SetInput(v16-&gt;GetOutput());<BR>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;SetLookupTable(aWindowLevelLookupTable);<BR>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;UserControlledLookupTableOn();<BR>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;DisplayTextOn();</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;if 
(m_bViewImagePlaneWidget)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;InteractionOn();<BR>&nbsp;&nbsp;}else<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;//vImagePlaneWidget[i]-&gt;Off(); 
<BR>&nbsp;&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;InteractionOff();<BR>&nbsp;&nbsp;}&nbsp;</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;UpdatePlacement(); 
&nbsp;&nbsp;&nbsp; //reslice output size is not 
refreshed!<BR>&nbsp;&nbsp;<BR>&nbsp;}<BR>&nbsp;<BR>&nbsp;vImagePlaneWidget[0]-&gt;SetPlaneOrientationToXAxes();<BR>&nbsp;vImagePlaneWidget[1]-&gt;SetPlaneOrientationToYAxes();<BR>&nbsp;vImagePlaneWidget[2]-&gt;SetPlaneOrientationToZAxes();<BR>&nbsp;for 
(i=0;i&lt;3;i++)<BR>&nbsp;&nbsp;vImagePlaneWidget[i]-&gt;SetSlicePosition(orig[i]);<BR>&nbsp;</FONT></DIV></BODY></HTML>