&nbsp;&nbsp;My question is: is there any vtkdicomimagereader example that I can get?,<br>&nbsp; &nbsp;only one I find is a tcl example but not very helpful.<br>&nbsp; &nbsp;I get error when I set vtkdicomimagereader a filename by setFileName() and<br>&nbsp; &nbsp;then update() the reader like this:
<br>&nbsp; &nbsp;vtkDICOMImageReader *vdr = vtkDICOMImageReader::New();<br>&nbsp; &nbsp;vdr-&gt;SetFileName(dirName);<br>&nbsp; &nbsp;vdr-&gt;Update();&nbsp;&nbsp; &lt;--- crashed at here said the pipeline problem. <br>&nbsp;&nbsp;&nbsp;It can compile but crash when run it.<br>
&nbsp; &nbsp;any suggestion?<br>&nbsp; &nbsp;Thanks<br>&nbsp; &nbsp;Huiliang Yang<br>