DimensionScale.isAttached
bool isAttached(hid_t did, hid_t dsid, uint idx)Checks if a dimension scale is attached to a dataset dimension.
Parameters
did | Dataset identifier |
dsid | Dimension scale dataset identifier |
idx | Index of the dimension to check |
Returns
true if the scale is attached, false otherwise.
Throws
HDF5Exception if the check fails.