Skip to content

Refactor extracting arrays over time (vtkExtractArraysOverTime).

In order to address paraview/paraview#16040 (closed), 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.

Edited by Utkarsh Ayachit

Merge request reports