<div dir="ltr">I think   volumeMapper.SetInput(chnager.GetOutputPort()) should be volumeMapper.SetInput<font size="4"><b><span style="color: rgb(51, 102, 255);">Connection</span></b></font>(chnager.<div id=":sl" class="ii gt">
GetOutputPort())<br><br>Jothy<br></div><br><br><div class="gmail_quote">On Thu, Jun 3, 2010 at 4:13 PM, John Drescher <span dir="ltr">&lt;<a href="mailto:drescherjm@gmail.com">drescherjm@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Thu, Jun 3, 2010 at 11:00 AM, Chris Turner<br>
&lt;<a href="mailto:cturnercomplex@googlemail.com">cturnercomplex@googlemail.com</a>&gt; wrote:<br>
&gt; Hi John!<br>
&gt;<br>
&gt; Thanks for your answer! But it still has no impact on the rendered<br>
&gt; volume. Maybe there is something wrong with my pipeline. This is<br>
&gt; basically the code I&#39;m using:<br>
&gt;<br>
&gt; # Get volume from another instance<br>
&gt; inputVolume = scene.GetNodeByID(inVolume)<br>
&gt;<br>
&gt; # The volume will be displayed by ray-cast alpha compositing.<br>
&gt; # A ray-cast mapper is needed to do the ray-casting, and a<br>
&gt; # compositing function is needed to do the compositing along the ray.<br>
&gt; rayCastFunction = vtk.vtkVolumeRayCastCompositeFunction()<br>
&gt;<br>
&gt; changer=vtk.vtkImageChangeInformation()<br>
&gt; changer.SetInput(inputVolume.GetImageData())<br>
&gt; changer.SetOutputSpacing(0.4,0.4,0.38)<br>
&gt; changer.SetOutputOrigion(-49.424,-97.42,-14.825)<br>
&gt;<br>
&gt; volumeMapper = vtk.vtkVolumeRayCastMapper()<br>
&gt; volumeMapper.SetInput(chnager.GetOutputPort())<br>
&gt; volumeMapper.SetVolumeRayCastFunction(rayCastFunction)<br>
&gt;<br>
&gt; Volume = vtk.vtkVolume()<br>
&gt; Volume.SetMapper(volumeMapper)<br>
&gt;<br>
&gt; renderer.AddViewProp(Volume)<br>
&gt;<br>
&gt;<br>
&gt; Looks good to me - what do you think?<br>
&gt;<br>
<br>
</div>Possibly need to call changer.Update(); before<br>
volumeMapper.SetInput(chnager.GetOutputPort())<br>
<div><div></div><div class="h5"><br>
John<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br></div>