H5IdComponent-class: Class "H5IdComponent"

Description Objects from the Class Slots Methods Author(s) References See Also Examples

Description

A class representing a HDF5 identifier handle. HDF5 identifiers represent open files, groups, datasets, dataspaces, attributes, and datatypes.

Objects from the Class

Objects can be created by calls of H5Fcreate, H5Fopen, / H5Gcreate, H5Gopen, / H5Dcreate, H5Dopen, \ H5Dget_space, H5Screate_simple, \ H5Acreate, H5Aopen.

Slots

ID:

Object of class "integer". Contains the handle of C-type hid_t.

Methods

show

signature(object = "H5IdComponent"): Shows the filename.

Author(s)

Bernd Fischer

References

http://www.hdfgroup.org/HDF5

See Also

rhdf5

Examples

1
showClass("H5IdComponent")

patperry/rhdf5 documentation built on May 24, 2019, 8:21 p.m.