H5Gget_num_objs
(hid_t loc_id
,
hsize_t* num_obj
)
H5Gget_info
.
H5Gget_num_objs
returns number of objects in a group.
Group is specified by its identifier loc_id
.
If a file identifier is passed in, then the number of objects in the
root group is returned.
hid_t loc_id |
IN: Identifier of the group or the file |
hsize_t *num_obj |
OUT: Number of objects in the group. |
Release | C |
1.6.0 | Function introduced in this release. |
1.8.0 | Function deprecated in this release. |