Skip to content

Add more features to Threshold

Sujin Philip requested to merge sujin.philip/vtk-m:improve-threshold into master
  1. Now we can threshold for values below or above a given value, instead of just between two values.
  2. Supports multi-component fields instead of just scalar fields.
  3. The threshold criteria can be tested against just one specified component or against all of the components, and pass if any or all of the components pass.
  4. The results of the threshold operation can be inverted.

Merge request reports