I am working on steps 1 and 2 outlined in the post Deprecating MultiBlock datasets - #50 by spyridon97
There were only two filters in ParaView proper that did not accept vtkPartitionedDataSetCollections as input: BlockIds and IntersectFragments. I have changes to those filters to address that.
Now the only remaining filters that don’t accept vtkPartitionedDataSetCollections are in the DigitalSignalProcessing plugin:
- ProjectSpectrumMagnitude
- SoundQuantitiesCalculator
- MergeReduceTables
- MeanPowerSpectralDensity
Is there a reason that vtkPartitionedDataSetCollections shouldn’t be supported by these filters?