Skip to content

Allow PIO Reader to load hdf5 variant of pio dumps

Boonthanome Nouanesengsy requested to merge boonth/vtk:pio_reader_hdf5 into master

xRage dumps can now be written in HDF5 as well as the already supported PIO format. Add support to the PIO Reader to load HDF5 variants of xRage dumps.

Right now the code is able to load HDF5 files into Paraview, but there is still much work to be done. Target is to get this in Paraview 5.12.0. I'm starting the MR now to get and fix compiler warnings and get some eyes on this.

@patchett2002 @pkf If you have time please take a look.

@cory.quammen @yohann.bearzi Should this be based on the master or release branch of VTK?

Todo

  • Add test for HDF5
  • Add warning outputs like in PIODATAPIO
  • use vtk macro instead of stdout for warnings and errors
  • put in proper license information
  • fix compiler warnings
  • clean up code
  • address all TODOs
Edited by Cory Quammen

Merge request reports