Ban the use of cell set permutations
In addition to Threshold
, I have found another filter ExtractStructured
that uses cell set permutations. While creating a cell set permutation is convenient from the coding side, it is not helpful from the capabilities sides since no other filters can use use the output. In order to use the output downstream, I have to make a deep copy which negates the use of the filter in the first place.
Edited by Matt Larsen