<!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.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c0c0c0>
<DIV>&nbsp;</DIV>
<DIV>I am using ray casting to render a volume on the screen, but I 
also&nbsp;need the</DIV>
<DIV>projection&nbsp;image for&nbsp;my image processing routines.&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is there a way to get the 2D projection image that is rendered on the 
screen?</DIV>
<DIV>I looked at vtkWindowToImageFilter, but it won't work in my case 
because</DIV>
<DIV>I have 4 renders added to the same window. </DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>