Skip to content

Update the ref to vtkDICOM remote module

David Gobbi requested to merge dgobbi/vtk:remote-vtk-dicom into master

This changes the vtkScancoCTReader's bare "ifstream" to "std::ifstream" in order to gain compatibility with !6301 (merged) without breaking compatibility with VTK 7 and 8.

Merge request reports