Skip to content

replaced vtkDataObject by vtkObject in Resample2HTG

Accumulators and array measurement classes were inheriting vtkDataObject, which is pretty heavy and not necessary for what they do. vtkObject is way enough.

Merge request reports