Skip to content

Added MultiTransformerFilter to the list of base functional algorithms

Sebastien Ponce requested to merge MultiTransformerFilter into future

it basically is a MultiTransformer that also is a filter. the operator() thus has a bool as the first entry in the returned tuple on top of the list provided in the templated arguments

Merge request reports