<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 9pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><FONT color=#0000ff size=3>thank you for your suggestion ,&nbsp;Amy ,</FONT><BR>
<FONT color=#0000ff size=3>&nbsp;&nbsp; but from the user guide , we can see there is a subclass of<FONT color=#0000ff> vtkUnstructuredGridVolumeMapper : </FONT></FONT><BR>
<FONT color=#0000ff size=3><FONT color=#0000ff>vtkHAVSVolumeMapper , and it can&nbsp;work for vtkImageData , although it would need some help from the </FONT></FONT><BR>
<FONT color=#0000ff size=3><FONT color=#0000ff>hardware . so , should I think that vtkUnstructuredGridVolumeMapper can not take vtkImageData as input </FONT></FONT><BR>
<FONT color=#0000ff size=3><FONT color=#0000ff>ports , even though&nbsp;you make some transformation&nbsp;?&nbsp;</FONT></FONT><BR>
<FONT color=#0000ff size=3><FONT color=#0000ff>&nbsp;&nbsp;&nbsp; or in other words , when I&nbsp;do my volume rendering , and&nbsp;my input ports are the objects of </FONT></FONT><BR>
<FONT color=#0000ff size=3><FONT color=#0000ff>vtkImageData , I should use the subclasses of vtkVolumeMapper instead of </FONT></FONT><BR>
<FONT color=#0000ff size=3><FONT color=#0000ff>vtkUnstructuredGridVolumeMapper ?&nbsp;is there any method to do volume rendering with vtkImageData ( or </FONT></FONT><BR>
<FONT color=#0000ff size=3><FONT color=#0000ff>the readers of .dcm images )and the subclasses of vtkUnstructuredGridVolumeMapper ? what should I do </FONT></FONT><BR>
<FONT color=#0000ff size=3><FONT color=#0000ff>now ?</FONT></FONT><BR>
<FONT color=#0000ff size=3></FONT>&nbsp;<BR>
<FONT color=#0000ff size=3>&nbsp;&nbsp;&nbsp; thank you for your help again !</FONT><BR>
<FONT color=#0000ff size=3>&nbsp;&nbsp;&nbsp; </FONT><BR>
<FONT color=#0000ff size=3>&nbsp;&nbsp;&nbsp; Mark</FONT><BR>
<FONT color=#0000ff size=3><FONT color=#0000ff>&nbsp;&nbsp;&nbsp; <BR></FONT></FONT><BR><BR><BR><BR>

<HR id=stopSpelling>
<BR>
&gt; Date: Wed, 19 Sep 2007 08:14:53 -0400<BR>&gt; From: amy.squillacote@kitware.com<BR>&gt; To: zhaojunxp@hotmail.com<BR>&gt; CC: vtkusers@vtk.org<BR>&gt; Subject: Re: [vtkusers] What Is Wrong With My VTK Pipeline ?<BR>&gt; <BR>&gt; Hi Mark,<BR>&gt; <BR>&gt; vtkImageMandelbrotSource does not take any inputs, regardless of the<BR>&gt; dataset type of the input. Looking in the constructor for that class,<BR>&gt; the last line is the following.<BR>&gt; <BR>&gt; this-&gt;SetNumberOfInputPorts(0);<BR>&gt; <BR>&gt; That means that even though one of the superclasses of<BR>&gt; vtkImageMandelbrotSource (vtkAlgorithm, specifically) has a<BR>&gt; SetInputConnection method, it is ignored by the class you're using.<BR>&gt; <BR>&gt; If you want to volume render the dataset output from vtkVolume16Reader,<BR>&gt; use one of the subclasses of vtkVolumeMapper, not<BR>&gt; vtkUnstructuredGridVolumeMapper. The subclasses of vtkVolumeMapper work<BR>&gt; for vtkImageData, which the output of vtkVolume16Reader is.<BR>&gt; <BR>&gt; - Amy<BR>&gt; <BR><br /><hr />不登录就能管理多个邮件帐户,试试 Windows Live Mail。 <a href='http://get.live.com/betas/maildesktop_betas' target='_new'>立即尝试!</a></body>
</html>