Skip to content
  • Sankhesh Jhaveri's avatar
    FIX: SetImageConnection instead of SetImageData · 439be45a
    Sankhesh Jhaveri authored
    SetImageConnection(a) is the same as SetInputConnection(1,a)
    where, a=vtkAlgorithmOutput*
    
    vtkImageDifference changes:
    Use GetInputConnection(0,0) instead of GetInput()
    Use GetInputConnection(1,0) instead of GetImage()
    439be45a