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