36 structuredGrid->SetDimensions(nx, ny, nz);
37 structuredGrid->SetPoints(points);
38 structuredGrid->GetCellData()->SetScalars(cellValues);
39 structuredGrid->GetPointData()->SetScalars(pointValues);
41 mapper->SetInputData(structuredGrid);
42 actor->SetMapper(mapper);