Uses of Class
org.bytedeco.hdf5.PropList
- 
Packages that use PropList Package Description org.bytedeco.hdf5  - 
- 
Uses of PropList in org.bytedeco.hdf5
Subclasses of PropList in org.bytedeco.hdf5 Modifier and Type Class Description classDSetAccPropList\class DSetAccPropList \brief Class DSetAccPropList inherits from LinkAccPropList and provides wrappers for the HDF5 dataset access property functions.classDSetCreatPropList\class DSetCreatPropList \brief Class DSetCreatPropList inherits from ObjCreatPropList and provides wrappers for the HDF5 dataset creation property functions.classDSetMemXferPropList\class DSetMemXferPropList \brief Class DSetCreatPropList inherits from PropList and provides wrappers for the HDF5 dataset memory and transfer property list.classFileAccPropList\class FileAccPropList \brief Class FileAccPropList inherits from PropList and provides wrappers for the HDF5 file access property list.classFileCreatPropList\class FileCreatPropList \brief Class FileCreatPropList inherits from PropList and provides wrappers for the HDF5 file create property list.classLinkAccPropList\class LinkAccPropList \brief Class LinkAccPropList inherits from PropList and provides wrappers for the HDF5 link access property list.classLinkCreatPropList\class LinkCreatPropList \brief Class LinkCreatPropList inherits from PropList and provides wrappers for the HDF5 link creation property list.classObjCreatPropList\class ObjCreatPropList \brief Class ObjCreatPropList inherits from PropList and provides wrappers for the HDF5 object create property list.Methods in org.bytedeco.hdf5 that return PropList Modifier and Type Method Description static PropListPropList. DEFAULT()\brief Default property listPropListPropList. getClassParent()PropListDataType. getCreatePlist()PropListPropList. put(PropList rhs)Methods in org.bytedeco.hdf5 with parameters of type PropList Modifier and Type Method Description voidDataType. convert(DataType dest, long nelmts, Pointer buf, Pointer background, PropList plist)voidPropList. copy(PropList like_plist)voidPropList. copyProp(PropList dest, String name)voidPropList. copyProp(PropList dest, PropList src, String name)voidPropList. copyProp(PropList dest, PropList src, BytePointer name)voidPropList. copyProp(PropList dest, BytePointer name)AttributeH5Object. createAttribute(String name, DataType type, DataSpace space, PropList create_plist)AttributeH5Object. createAttribute(BytePointer name, DataType type, DataSpace space, PropList create_plist)voidH5Location. dereference(H5Location loc, Pointer ref, int ref_type, PropList plist)booleanPropList. equals(PropList rhs)longGroup. getObjId(String name, PropList plist)longGroup. getObjId(BytePointer name, PropList plist)booleanPropList. isAClass(PropList prop_class)voidH5Location. mount(String name, H5File child, PropList plist)voidH5Location. mount(BytePointer name, H5File child, PropList plist)PropListPropList. put(PropList rhs)Constructors in org.bytedeco.hdf5 with parameters of type PropList Constructor Description DataSet(Attribute attr, Pointer ref, int ref_type, PropList plist)DataSet(H5Location loc, Pointer ref, int ref_type, PropList plist)DataType(H5Location loc, Pointer ref, int ref_type, PropList plist)Group(H5Location loc, Pointer ref, int ref_type, PropList plist)PropList(PropList original) 
 -