How to get vtkDataSet (cells, points, ...) information from a source in VTK-9?

Call pipeline->elevFilter_->Update() before inspecting the output. When you render the data, it’s the renderer that calls Update().

1 Like