That works - thanks @dgobbi ! Do you know why VTK provides both vtkPoints and vtkPointData? I don’t understand the relation between these classes. Likewise for vtkCellArray and vtkCellData. Moreover my TopoGridReader class doesn’t explicitly deal with vtkPointData or vtkCellData - Will this cause problems? What other pieces of VTK need these?