Skip to content
  • Utkarsh Ayachit's avatar
    Refactor extracting arrays over time (vtkExtractArraysOverTime). · 017d38ac
    Utkarsh Ayachit authored
    In order to address paraview/paraview#16040, we split
    `vtkExtractArraysOverTime` into two separate filters: one that extract
    arrays and another that extract arrays over a subset. This is done by
    creating two new filters `vtkExtractDataArraysOverTime` and
    `vtkExtractSelectedArraysOverTime` (and their parallel versions).
    
    `vtkExtractArraysOverTime` and `vtkPExtractArraysOverTime` are now
    deprecated. Use `vtkExtractSelectedArraysOverTime` and
    `vtkPExtractSelectedArraysOverTime` instead.
    017d38ac