Skip to content

Temporal Multiplexing: Add filter to create table with 3D arrays from temporal dataset

This filter creates a vtkTable with 3D arrays based on a temporal input.
Each array of the input is converted to a 3D array defined by (index, tuple, component), corresponding to (point/cell, timestep, component).
The arrays are vtkMultiDimensionalArray objects.

Merge request reports