Hi Everyone,

Is it possible to do this?

I have an array containing Nvl variable length arrays already written to a
hdf5 file. I can read in the entire data by (e.g., in c++)

hvl_t vl[Nvl];
dset.read(vl, VarLenType(&PredType:NATIVE_INT));

However, if I only want to read the length of each variable-length object,
i.e., vl[].len, how can I do it without reading in the data vl[].p as well?
Thanks!

Jiaxin
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org
Twitter: https://twitter.com/hdf5

Reply via email to