<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 -> [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()->SetInputConnection().<br></div><div><br> 210 vtkSmartPointer<vtkImageActor> sagittal =<br> 211 vtkSmartPointer<vtkImageActor>::New();<br> 212
sagittal->GetMapper()->SetInputConnection(sagittalColors->GetOutputPort());<br> 213 sagittal->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>