Skip to content
  • Sankhesh Jhaveri's avatar
    FIX: Python tests for SetInputData, Update and GetWholeExtent · f5d8bfd7
    Sankhesh Jhaveri authored
    For a filter to do GetWholeExtent,
    instead of,
       extent = filter.GetOutput().GetWholeExtent()
    new method is,
       extent = filter.GetExecutive().GetWholeExtent(filter.GetOutputInformation(0))
    
    For a vtkImageData object, SetWholeExtent and SetUpdateExtent methods are not required.
    f5d8bfd7