Skip to content

For vtkStructuredGrid, get dimensions from a visible cell.

Steven Hahn requested to merge quantumsteve/vtk:first_visible_cell into master

If the zeroth cell is blank, it returns zero dimensions and the slower DataSetCutter is selected. Instead, one should check the cell dimensions of the first visible cell.

Merge request reports