vtkHDF: fix overflow in the reader and writer
There are few places in the vtkHDFReader/Writer where we rely on int and H5T_NATIVE_INT, we use now vtkIdType to avoid potential overflow.
Backport: release
Edited by Lucas Givord
There are few places in the vtkHDFReader/Writer where we rely on int and H5T_NATIVE_INT, we use now vtkIdType to avoid potential overflow.
Backport: release