Skip to content

Draft: Refactor DSP plugin filters for HPC data structure

Thomas Galland requested to merge thomas.galland/paraview:reworkDSPPlugin into master

Refactor DSP plugin filters in order to support both vtkMultiBlockDataSet and vtkTable.
First step: create a prototype filter in order to establish an optimal API for an helper/parent class.

Merge request reports