HDF5 Property List Interface: HDF5 Property List Interface
Description
The functions, macros, and subroutines listed here are used to manipulate property list objects in various ways, including to reset property values. With the use of property lists, HDF5 functions have been implemented and can be used in applications with many fewer parameters than would be required without property lists.
A character name of a property list type. See h5const("H5P") for possible property list types. Can also be an integer representing an HDF5 property list type.
h5plist
An object of class H5IdComponent representing a H5 property list identifier. See H5Pcreate or H5Pcopy to create an object of this kind.
h5plistclass, h5plistclass1, h5plistclass2
An object of class H5IdComponent representing a H5 property list class identifier. See H5Pget_class to create an object of this kind.
Value
H5Pcreate and H5Pcopy return an object of class H5IdComponent representing a H5 property list identifier.H5Pget_class returns an object of class H5IdComponent representing a H5 property list class identifier.The other functions return the standard return value from their respective C-functions.