HDF5 Group Interface

H5GCLOSE

    Closes the specified group.

H5GCREATE

    Creates a new empty group and links it to a location in the file.

H5GGET_COMMENT

    Retrieves comment for specified object

H5GGET_LINKVAL

    Returns the name of the object that the symbolic link points to.

H5GGET_NUM_OBJS

    Returns number of objects in the group specified by its identifier

H5GGET_OBJINFO

    Returns information about an object.

H5GGET_OBJNAME_BY_IDX

    Returns a name of an object specified by an index.

H5GGET_OBJTYPE_BY_IDX

    Returns the type of an object specified by an index.

H5GLINK

    Creates a link of the specified type from new_name to current_name.

H5GMOVE

    Renames an object within an HDF5 file.

H5GOPEN

    Opens an existing group with a group access property list.

H5GSET_COMMENT

    Sets comment for specified object.

H5GUNLINK

    Removes the link to an object from a group.