Skip to content

Implement extents support through CellSetStructured

Sujin Philip requested to merge sujin.philip/vtk-m:implement-extents-v2 into master

Adds a variable GlobalPointIndexStart to CellSetStructured. Adding this to the cell-set, instead of the coordinate system, enables this feature for different types of datasets like uniform grid, rectilinear, etc., with this one change. The extents can be computed using GlobalPointIndexStart and PointDimensions.

Merge request reports