Skip to content
  • David C. Lonie's avatar
    Compute increments for current array in FlyingEdges. · 20602a0c
    David C. Lonie authored
    By default, vtkImageData::GetIncrements() returns the increments for the
    active scalars. If there are no active scalars set (due to using
    SetInputArrayToProcess on the FE filter), this prints a runtime warning
    and assumes a single component array.
    
    This changes the filters to use the GetIncrements(vtkDataArray *scalars)
    overload.
    20602a0c