VTKHDF vtkStructuredGrid support

Of all the base vtk data types, the only one remaining without a discussion or a specification is vtkStructuredGrid

While not as important as vtkRectilinearGrid (this is already discussed here https://gitlab.kitware.com/vtk/vtk/-/issues/19379), is this something VTKHDF users would be happy to use in order to read/write vtkStructuredGrid in VTKHDF format ?

3 Likes

@mwestphal I believe i posted two possible example files here on the forum a while ago to work towards a specification, based on what a current vtr/vts file looks like.

You can find the examples here: Support for RectilinearGrids and StructuredGrids in VTKHDF file format

Could be a good starting point.

1 Like

Indeed, I missed that!