Skip to content

Change input type of ExtractHistogram proxy to allow table processing

So far input type was limited to vtkDataSet, thus vtkTable was not allowed. Replacing vtkDataSet by vtkDataObject.

Merge request reports