<html><head><style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}

p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head><body><div data-externalstyle="false" dir="ltr" style="font-family:Calibri,'Segoe UI',Meiryo,'Microsoft YaHei UI','Microsoft JhengHei UI','Malgun Gothic','Khmer UI','Nirmala UI',Tunga,'Lao UI',Ebrima,sans-serif;font-size:12pt;"><div>&gt; void vtkMFCSingleView::AddActor(vtkSmartPointer&lt;vtkActor&gt;
      pActor)<br>
      &gt; {<br>
      &gt; &nbsp;&nbsp;&nbsp; Renderer-&gt;AddActor(pActor);<br>
      &gt; &nbsp;&nbsp;&nbsp; Invalidate();<br>
      &gt; }</div><div>&nbsp;</div><div>After your call to Renderer-&gt;AddActor, make a call to vtkRenderWindow::Render:</div><div>&nbsp;</div><div><div>{</div><div>
&nbsp; Renderer-&gt;AddActor(pActor);<br>
&nbsp; Renderer-&gt;GetRenderWindow()-&gt;Render();</div><div>
}</div><div>&nbsp;</div><div>&nbsp;</div></div></div></body></html>