<html><body><div style="color:#000; background-color:#fff; font-family:Courier New, courier, monaco, monospace, sans-serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif;">Hello,</div><div style="font-family: times new roman,new york,times,serif;"><br></div><div style="font-family: times new roman,new york,times,serif;">Inside the documentation example -&gt; [VTK.git] / Examples / Medical / Cxx / Medical3.cxx there are several calls to GetMapper() for vtkImageActor and vtkImageActor has no GetMapper() function at all, I believe that it might be good to correct that, it is a direct call to SetInputConnection instead of GetMapper()-&gt;SetInputConnection().<br></div><div><br>&nbsp;210&nbsp;&nbsp; vtkSmartPointer&lt;vtkImageActor&gt; sagittal =<br>&nbsp;211&nbsp;&nbsp;&nbsp;&nbsp; vtkSmartPointer&lt;vtkImageActor&gt;::New();<br>&nbsp;212&nbsp;&nbsp;
 sagittal-&gt;GetMapper()-&gt;SetInputConnection(sagittalColors-&gt;GetOutputPort());<br>&nbsp;213&nbsp;&nbsp; sagittal-&gt;SetDisplayExtent(32,32, 0,63, 0,92);</div><div><br></div><div style="font-family: times new roman,new york,times,serif;">Thank you,</div><div><span style="font-family: times new roman,new york,times,serif;">Sebastien.</span></div></div></body></html>