-
Bill Lorensen authored
Reported by dmgroppe The line: actor.SetInput(reader.GetOutput()); in: https://lorensen.github.io/VTKExamples/site/CSharp/IO/ImageReader2Factory/ should be: actor.SetInputData(reader.GetOutput()); Former-commit-id: 8c639932
c913ab28
Loading