|
Scientific Data Formats: Hierarchical Data Format - HDF5 |
|
The H5T_REFERENCE_CREATE function creates a reference datatype object.
Result = H5T_REFERENCE_CREATE([/REGION])
The Result is either an integer (if an object reference is created) or a structure (if a dataspace region reference is created) giving the identifier of the new datatype. The datatype identifier returned from this function should be released with H5T_CLOSE.
None
If set a dataspace region reference will be created. The default is to create an object reference.
See the example under H5F_CREATE.
H5T_ARRAY_CREATE, H5T_IDL_CREATE, H5T_CLOSE
IDL Online Help (March 06, 2007)