GetOutput() is still the best way to get the vtkDataSet, keep using it like you did before. Definitely not deprecated. It’s necessary to call source->Update() before GetOutput(), but that was also true previously.
1 Like