[vtkusers] vtkVolume ( vtkVolumeRayCastMapper ( vtkDICOMImageReader, ... ) ) Seg Faults
Mathieu Malaterre
mathieu.malaterre at kitware.com
Wed Jan 24 16:02:38 EST 2007
Stewart Dickson wrote:
> In Vtk version 4.4.0
...
Can you try running the following script:
> package require vtk
> package require vtkinteraction
>
> vtkVersion version
> puts -nonewline "Vtk version "
> puts [version GetVTKVersion]
>
> # Image pipeline
> vtkDICOMImageReader reader
>
> puts "DICOMImageReader DirectoryName /Users/dickson/SPD_Viz/Nate_MRI/DICOM/PAT00000/ST000000/SE000002"
>
> # DICOMDIR points to
> # DICOM/PAT00000/ST000000/SE000002/MR000000-MR00014
> reader SetDirectoryName "/Users/dickson/SPD_Viz/Nate_MRI/DICOM/PAT00000/ST000000/SE000002"
reader Update
And send me/us the output (backtrace in gdb) to verify if the bug still
occur. To be able to fix the issue I might need a copy of at least one
of the DICOM file.
Thanks
Mathieu
More information about the vtkusers
mailing list