Skip to content

Expose the "Critical Time" filter

Given an input that changes over time, the Critical Time filter generates a new data array containing time steps. These times values correspond to the time at which a specified threshold criterion has been met for a given point/cell array (at each point/cell respectively).

To do so, the filter needs to integrate all available timesteps. The output of the filter in not temporal.

Like in the Threshold filter, the threshold criterion can take three forms:

  1. greater than a particular value;
  2. less than a particular value;
  3. between two values.

Needs vtk/vtk!11129 (merged) brought by !6864 (closed)

Edited by Thomas Galland

Merge request reports