VTK should provide some final that gets fired once a filter is done executing
Currently one can listen to vtkCommand::EndEvent
on a vtkAlgorithm to know when the algorithm is done executing. However, that event gets fired multiple times when the algorithm is non-composite aware and the filter is being re-executed. We need an event that is fired only once when the filter is fully done.
cc: @berkgeveci