<html><div style='background-color:'><DIV>I have 33 large actors that I am trying to add to a rendering window.&nbsp; I am wondering if there is someway to streamline the process beyond this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>vtkPolyDataMapper *airwayTreeMapper8 = vtkPolyDataMapper::New();<BR>&nbsp;airwayTreeMapper8-&gt;SetInput( appendAirwayTree8-&gt;GetOutput() );<BR>&nbsp;appendAirwayTree8-&gt;Delete();</DIV>
<DIV>&nbsp;</DIV>
<DIV>...</DIV>
<DIV>&nbsp;</DIV>
<DIV>vtkActor *airwayTreeActor8 = vtkActor::New();<BR>&nbsp;airwayTreeActor8-&gt;SetMapper( airwayTreeMapper8 );<BR>&nbsp;airwayTreeActor8-&gt;GetProperty()-&gt;SetColor( 1, 1, 0 );<BR>&nbsp;airwayTreeMapper8-&gt;Delete();<BR></DIV>
<DIV>...</DIV>
<DIV>&nbsp;</DIV>
<DIV>actors.push_back( airwayTreeActor8 );<BR>&nbsp;</DIV>
<DIV>...</DIV>
<DIV>&nbsp;</DIV>
<DIV>renderer-&gt;AddActor( airwayTreeActor8 );<BR>&nbsp;airwayTreeActor8-&gt;Delete();<BR></DIV>
<DIV>...</DIV>
<DIV>&nbsp;</DIV>
<DIV>vtkwindow-&gt;getRenderWindow()-&gt;Render();</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Brian</DIV></div><br clear=all><hr>Send and receive Hotmail on your mobile device: <a href='http://g.msn.com/1HM305401/45'>Click Here</a><br></html>