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 class
DSetAccPropList
\class DSetAccPropList \brief Class DSetAccPropList inherits from LinkAccPropList and provides wrappers for the HDF5 dataset access property functions.class
DSetCreatPropList
\class DSetCreatPropList \brief Class DSetCreatPropList inherits from ObjCreatPropList and provides wrappers for the HDF5 dataset creation property functions.class
DSetMemXferPropList
\class DSetMemXferPropList \brief Class DSetCreatPropList inherits from PropList and provides wrappers for the HDF5 dataset memory and transfer property list.class
FileAccPropList
\class FileAccPropList \brief Class FileAccPropList inherits from PropList and provides wrappers for the HDF5 file access property list.class
FileCreatPropList
\class FileCreatPropList \brief Class FileCreatPropList inherits from PropList and provides wrappers for the HDF5 file create property list.class
LinkAccPropList
\class LinkAccPropList \brief Class LinkAccPropList inherits from PropList and provides wrappers for the HDF5 link access property list.class
LinkCreatPropList
\class LinkCreatPropList \brief Class LinkCreatPropList inherits from PropList and provides wrappers for the HDF5 link creation property list.class
ObjCreatPropList
\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 PropList
PropList. DEFAULT()
\brief Default property listPropList
PropList. getClassParent()
PropList
DataType. getCreatePlist()
PropList
PropList. put(PropList rhs)
Methods in org.bytedeco.hdf5 with parameters of type PropList Modifier and Type Method Description void
DataType. convert(DataType dest, long nelmts, Pointer buf, Pointer background, PropList plist)
void
PropList. copy(PropList like_plist)
void
PropList. copyProp(PropList dest, String name)
void
PropList. copyProp(PropList dest, PropList src, String name)
void
PropList. copyProp(PropList dest, PropList src, BytePointer name)
void
PropList. copyProp(PropList dest, BytePointer name)
Attribute
H5Object. createAttribute(String name, DataType type, DataSpace space, PropList create_plist)
Attribute
H5Object. createAttribute(BytePointer name, DataType type, DataSpace space, PropList create_plist)
void
H5Location. dereference(H5Location loc, Pointer ref, int ref_type, PropList plist)
boolean
PropList. equals(PropList rhs)
long
Group. getObjId(String name, PropList plist)
long
Group. getObjId(BytePointer name, PropList plist)
boolean
PropList. isAClass(PropList prop_class)
void
H5Location. mount(String name, H5File child, PropList plist)
void
H5Location. mount(BytePointer name, H5File child, PropList plist)
PropList
PropList. 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)
-