References
var hdf5 = require('hdf5').hdf5;
var h5lt = require('hdf5').h5lt;
h5lt.Reference.id, xpath, type);
Constructs a reference purely on the javascript side from it’s native registration.
- id → file or group id.
- xpath → xpath like path and name
- type → a type from the H5RType enumeration. Currently H5RType.H5R_OBJECT.
- return ← a constructed Reference function
Reference.prototype.getName(id, type)
- id → file or group id.
- type → a type from the H5RType enumeration. Currently H5RType.H5R_OBJECT.
- return ← xpath like path and name which can be used to open the referernced dataset