Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W _ 

A

AbstractDs - Class in org.bytedeco.hdf5
\class AbstractDs \brief AbstractDs is an abstract base class, inherited by Attribute and DataSet.
AbstractDs(Pointer) - Constructor for class org.bytedeco.hdf5.AbstractDs
Pointer cast constructor.
access_flags() - Method in class org.bytedeco.hdf5.H5FD_t
 
access_flags(int) - Method in class org.bytedeco.hdf5.H5FD_t
 
addr() - Method in class org.bytedeco.hdf5.H5F_sect_info_t
Address of free space section
addr(long) - Method in class org.bytedeco.hdf5.H5F_sect_info_t
 
addr() - Method in class org.bytedeco.hdf5.H5FD_free_t
 
addr(long) - Method in class org.bytedeco.hdf5.H5FD_free_t
 
alignment() - Method in class org.bytedeco.hdf5.H5FD_t
 
alignment(long) - Method in class org.bytedeco.hdf5.H5FD_t
 
ALL() - Static method in class org.bytedeco.hdf5.DataSpace
\brief Default DataSpace objects
allFiltersAvail() - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
alloc() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
alloc(H5FD_class_t.Alloc_H5FD_t_int_long_long) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Alloc_H5FD_t_int_long_long(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Alloc_H5FD_t_int_long_long
Pointer cast constructor.
Alloc_H5FD_t_int_long_long() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Alloc_H5FD_t_int_long_long
 
ALPHA_B16() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_B32() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_B64() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_B8() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_F32() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_F64() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_I16() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_I32() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_I64() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_I8() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_U16() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_U32() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_U64() - Static method in class org.bytedeco.hdf5.PredType
 
ALPHA_U8() - Static method in class org.bytedeco.hdf5.PredType
 
AppendPacket(Pointer) - Method in class org.bytedeco.hdf5.FL_PacketTable
 
AppendPackets(long, Pointer) - Method in class org.bytedeco.hdf5.FL_PacketTable
 
apply_empty_reserve - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
apply_empty_reserve: Boolean field controlling whether the empty_reserve field is to be used in computing the new cache size when the decr_mode is H5C_decr__age_out or H5C_decr__age_out_with_threshold.
apply_empty_reserve() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Boolean flag indicating whether the ageout based decrement algorithms will maintain a empty reserve when decreasing cache size.
apply_empty_reserve(boolean) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
apply_max_decrement - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
apply_max_decrement: Boolean flag used to determine whether decrements in cache size are to be limited by the max_decrement field.
apply_max_decrement() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Boolean flag indicating ether an upper limit should be applied to the size of cache size decreases.
apply_max_decrement(boolean) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
apply_max_increment - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
apply_max_increment: Boolean flag indicating whether the max_increment field should be used to limit the maximum cache size increment.
apply_max_increment() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Boolean flag indicating whether an upper limit should be applied to the size of cache size increases.
apply_max_increment(boolean) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
arrayify(byte[]) - Method in class hdf.hdf5lib.HDFArray
Given a one-dimensional array of bytes representing numbers, convert it to a java array of the shape and size passed to the constructor.
ArrayType - Class in org.bytedeco.hdf5
\class ArrayType \brief Class ArrayType inherits from DataType and provides wrappers for the HDF5's Array Datatypes.
ArrayType(Pointer) - Constructor for class org.bytedeco.hdf5.ArrayType
Pointer cast constructor.
ArrayType(H5Location) - Constructor for class org.bytedeco.hdf5.ArrayType
Downcast constructor.
ArrayType(DataType, int, LongPointer) - Constructor for class org.bytedeco.hdf5.ArrayType
 
ArrayType(DataType, int, LongBuffer) - Constructor for class org.bytedeco.hdf5.ArrayType
 
ArrayType(DataType, int, long...) - Constructor for class org.bytedeco.hdf5.ArrayType
 
ArrayType(H5Location, BytePointer) - Constructor for class org.bytedeco.hdf5.ArrayType
 
ArrayType(H5Location, String) - Constructor for class org.bytedeco.hdf5.ArrayType
 
ArrayType(ArrayType) - Constructor for class org.bytedeco.hdf5.ArrayType
 
ArrayType(long) - Constructor for class org.bytedeco.hdf5.ArrayType
 
ArrayType() - Constructor for class org.bytedeco.hdf5.ArrayType
 
asAbstractDs() - Method in class org.bytedeco.hdf5.DataSet
 
asAbstractDs(DataSet) - Static method in class org.bytedeco.hdf5.DataSet
 
asCommonFG() - Method in class org.bytedeco.hdf5.Group
 
asCommonFG(Group) - Static method in class org.bytedeco.hdf5.Group
 
asH5Location() - Method in class org.bytedeco.hdf5.Attribute
 
asH5Location(Attribute) - Static method in class org.bytedeco.hdf5.Attribute
 
atime - Variable in class hdf.hdf5lib.structs.H5O_info_t
Access time
atime() - Method in class org.bytedeco.hdf5.H5O_info2_t
Access time
atime(Pointer) - Method in class org.bytedeco.hdf5.H5O_info2_t
 
AtomType - Class in org.bytedeco.hdf5
\class AtomType \brief AtomType is a base class, inherited by IntType, FloatType, StrType, and PredType.
AtomType(Pointer) - Constructor for class org.bytedeco.hdf5.AtomType
Pointer cast constructor.
AtomType(H5Location) - Constructor for class org.bytedeco.hdf5.AtomType
Downcast constructor.
AtomType(AtomType) - Constructor for class org.bytedeco.hdf5.AtomType
 
attr_info - Variable in class hdf.hdf5lib.structs.H5O_native_info_t
v2 B-tree and heap for attributes
attr_operator_t - Class in org.bytedeco.hdf5
\class H5Object \brief Class H5Object is a bridge between H5Location and DataSet, DataType, and Group.
attr_operator_t(Pointer) - Constructor for class org.bytedeco.hdf5.attr_operator_t
Pointer cast constructor.
attr_operator_t() - Constructor for class org.bytedeco.hdf5.attr_operator_t
 
attrExists(BytePointer) - Method in class org.bytedeco.hdf5.H5Object
 
attrExists(String) - Method in class org.bytedeco.hdf5.H5Object
 
Attribute - Class in org.bytedeco.hdf5
\class Attribute \brief Class Attribute operates on HDF5 attributes.
Attribute(Pointer) - Constructor for class org.bytedeco.hdf5.Attribute
Pointer cast constructor.
Attribute(Attribute) - Constructor for class org.bytedeco.hdf5.Attribute
 
Attribute() - Constructor for class org.bytedeco.hdf5.Attribute
 
Attribute(long) - Constructor for class org.bytedeco.hdf5.Attribute
 
AttributeIException - Class in org.bytedeco.hdf5
 
AttributeIException(Pointer) - Constructor for class org.bytedeco.hdf5.AttributeIException
Pointer cast constructor.
AttributeIException(long) - Constructor for class org.bytedeco.hdf5.AttributeIException
Native array allocator.
AttributeIException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.AttributeIException
 
AttributeIException(BytePointer) - Constructor for class org.bytedeco.hdf5.AttributeIException
 
AttributeIException(String, String) - Constructor for class org.bytedeco.hdf5.AttributeIException
 
AttributeIException(String) - Constructor for class org.bytedeco.hdf5.AttributeIException
 
AttributeIException() - Constructor for class org.bytedeco.hdf5.AttributeIException
 

B

base_addr() - Method in class org.bytedeco.hdf5.H5FD_t
 
base_addr(long) - Method in class org.bytedeco.hdf5.H5FD_t
 
btime - Variable in class hdf.hdf5lib.structs.H5O_info_t
Birth time
btime() - Method in class org.bytedeco.hdf5.H5O_info2_t
Birth time
btime(Pointer) - Method in class org.bytedeco.hdf5.H5O_info2_t
 
byteify() - Method in class hdf.hdf5lib.HDFArray
Given a Java array of numbers, convert it to a one-dimensional array of bytes in correct native order.
byteToByte(byte) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single byte into an array of one byte.
byteToByte(Byte) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single Byte object into an array of one byte.
byteToDouble(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of double
byteToDouble(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of double
byteToDouble(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
Convert 8 bytes from an array of bytes into a single double
byteToFloat(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of floats
byteToFloat(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of float
byteToFloat(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
Convert 4 bytes from an array of bytes into a single float
byteToInt(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of ints
byteToInt(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of int
byteToInt(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
Convert 4 bytes from an array of bytes into a single int
byteToLong(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of long
byteToLong(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of long
byteToLong(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
Convert 8 bytes from an array of bytes into a single long
byteToNumber(byte[], Object) - Static method in class hdf.hdf5lib.HDFNativeData
Create a Number object from an array of bytes.
byteToShort(byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert an array of bytes into an array of shorts
byteToShort(int, int, byte[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a range from an array of bytes into an array of short
byteToShort(byte[], int) - Static method in class hdf.hdf5lib.HDFNativeData
Convert 2 bytes from an array of bytes into a single short

C

C_S1() - Static method in class org.bytedeco.hdf5.PredType
 
call(H5Object, BytePointer, Pointer) - Method in class org.bytedeco.hdf5.attr_operator_t
 
call(Pointer) - Method in class org.bytedeco.hdf5.H5_atclose_func_t
 
call(long, BytePointer, H5A_info_t, Pointer) - Method in class org.bytedeco.hdf5.H5A_operator2_t
 
call(long, LongPointer, Pointer) - Method in class org.bytedeco.hdf5.H5D_append_cb_t
 
call(LongPointer, int, long, long, Pointer) - Method in class org.bytedeco.hdf5.H5D_chunk_iter_op_t
 
call(Pointer, long, Pointer) - Method in class org.bytedeco.hdf5.H5D_gather_func_t
 
call(Pointer, long, int, LongPointer, Pointer) - Method in class org.bytedeco.hdf5.H5D_operator_t
 
call(PointerPointer, SizeTPointer, Pointer) - Method in class org.bytedeco.hdf5.H5D_scatter_func_t
 
call(long, int, long, Pointer) - Method in class org.bytedeco.hdf5.H5DS_iterate_t
 
call(long, Pointer) - Method in class org.bytedeco.hdf5.H5E_auto2_t
 
call(int, H5E_error2_t, Pointer) - Method in class org.bytedeco.hdf5.H5E_walk2_t
 
call(long, Pointer) - Method in class org.bytedeco.hdf5.H5F_flush_cb_t
 
call(H5FD_t, int, long, long) - Method in class org.bytedeco.hdf5.H5FD_class_t.Alloc_H5FD_t_int_long_long
 
call(H5FD_t) - Method in class org.bytedeco.hdf5.H5FD_class_t.Close_H5FD_t
 
call(H5FD_t, H5FD_t) - Method in class org.bytedeco.hdf5.H5FD_class_t.Cmp_H5FD_t_H5FD_t
 
call(H5FD_t, long, long, Pointer, PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Ctl_H5FD_t_long_long_Pointer_PointerPointer
 
call(BytePointer, long) - Method in class org.bytedeco.hdf5.H5FD_class_t.Del_BytePointer_long
 
call(Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Dxpl_copy_Pointer
 
call(Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Dxpl_free_Pointer
 
call(Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Fapl_copy_Pointer
 
call(Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Fapl_free_Pointer
 
call(H5FD_t) - Method in class org.bytedeco.hdf5.H5FD_class_t.Fapl_get_H5FD_t
 
call(H5FD_t, long, boolean) - Method in class org.bytedeco.hdf5.H5FD_class_t.Flush_H5FD_t_long_boolean
 
call(H5FD_t, int, long, long, long) - Method in class org.bytedeco.hdf5.H5FD_class_t.Free_H5FD_t_int_long_long_long
 
call(H5FD_t, int) - Method in class org.bytedeco.hdf5.H5FD_class_t.Get_eoa_H5FD_t_int
 
call(H5FD_t, int) - Method in class org.bytedeco.hdf5.H5FD_class_t.Get_eof_H5FD_t_int
 
call(H5FD_t, long, PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Get_handle_H5FD_t_long_PointerPointer
 
call(H5FD_t, IntPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Get_type_map_H5FD_t_IntPointer
 
call() - Method in class org.bytedeco.hdf5.H5FD_class_t.Int_Terminate
 
call(H5FD_t, boolean) - Method in class org.bytedeco.hdf5.H5FD_class_t.Lock_H5FD_t_boolean
 
call(BytePointer, int, long, long) - Method in class org.bytedeco.hdf5.H5FD_class_t.Open_BytePointer_int_long_long
 
call(H5FD_t, CLongPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Query_H5FD_t_CLongPointer
 
call(H5FD_t, int, long, long, long, Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Read_H5FD_t_int_long_long_long_Pointer
 
call(H5FD_t, int, long, long, LongPointer, LongPointer, LongPointer, SizeTPointer, PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Read_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer
 
call(H5FD_t, long, int, IntPointer, LongPointer, SizeTPointer, PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Read_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer
 
call(H5FD_t, BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Sb_decode_H5FD_t_BytePointer_BytePointer
 
call(H5FD_t, BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Sb_encode_H5FD_t_BytePointer_BytePointer
 
call(H5FD_t) - Method in class org.bytedeco.hdf5.H5FD_class_t.Sb_size_H5FD_t
 
call(H5FD_t, int, long) - Method in class org.bytedeco.hdf5.H5FD_class_t.Set_eoa_H5FD_t_int_long
 
call(H5FD_t, long, boolean) - Method in class org.bytedeco.hdf5.H5FD_class_t.Truncate_H5FD_t_long_boolean
 
call(H5FD_t) - Method in class org.bytedeco.hdf5.H5FD_class_t.Unlock_H5FD_t
 
call(H5FD_t, int, long, long, long, Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Write_H5FD_t_int_long_long_long_Pointer
 
call(H5FD_t, int, long, long, LongPointer, LongPointer, LongPointer, SizeTPointer, PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Write_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer
 
call(H5FD_t, long, int, IntPointer, LongPointer, SizeTPointer, PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t.Write_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer
 
call(Pointer, int, Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_free_Pointer_int_Pointer
 
call(long, int, Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_malloc_long_int_Pointer
 
call(Pointer, Pointer, long, int, Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_memcpy_Pointer_Pointer_long_int_Pointer
 
call(Pointer, long, int, Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_realloc_Pointer_long_int_Pointer
 
call(Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Udata_copy_Pointer
 
call(Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Udata_free_Pointer
 
call() - Method in class org.bytedeco.hdf5.H5FD_init_t
 
call(Pointer, PointerPointer) - Method in class org.bytedeco.hdf5.H5I_free_t
 
call(Pointer) - Method in class org.bytedeco.hdf5.H5I_future_discard_func_t
 
call(Pointer, LongPointer) - Method in class org.bytedeco.hdf5.H5I_future_realize_func_t
 
call(long, Pointer) - Method in class org.bytedeco.hdf5.H5I_iterate_func_t
 
call(Pointer, long, Pointer) - Method in class org.bytedeco.hdf5.H5I_search_func_t
 
call(BytePointer, long, Pointer, long) - Method in class org.bytedeco.hdf5.H5L_copy_func_t
 
call(BytePointer, long, Pointer, long, long) - Method in class org.bytedeco.hdf5.H5L_create_func_t
 
call(BytePointer, long, Pointer, long) - Method in class org.bytedeco.hdf5.H5L_delete_func_t
 
call(BytePointer, BytePointer, BytePointer, BytePointer, IntPointer, long, Pointer) - Method in class org.bytedeco.hdf5.H5L_elink_traverse_t
 
call(long, BytePointer, H5L_info2_t, Pointer) - Method in class org.bytedeco.hdf5.H5L_iterate2_t
 
call(BytePointer, long, Pointer, long) - Method in class org.bytedeco.hdf5.H5L_move_func_t
 
call(BytePointer, Pointer, long, Pointer, long) - Method in class org.bytedeco.hdf5.H5L_query_func_t
 
call(BytePointer, long, Pointer, long, long, long) - Method in class org.bytedeco.hdf5.H5L_traverse_func_t
 
call(long, Pointer) - Method in class org.bytedeco.hdf5.H5MM_allocate_t
 
call(Pointer, Pointer) - Method in class org.bytedeco.hdf5.H5MM_free_t
 
call(long, BytePointer, H5O_info2_t, Pointer) - Method in class org.bytedeco.hdf5.H5O_iterate2_t
 
call(Pointer) - Method in class org.bytedeco.hdf5.H5O_mcdt_search_cb_t
 
call(long, Pointer) - Method in class org.bytedeco.hdf5.H5P_cls_close_func_t
 
call(long, long, Pointer) - Method in class org.bytedeco.hdf5.H5P_cls_copy_func_t
 
call(long, Pointer) - Method in class org.bytedeco.hdf5.H5P_cls_create_func_t
 
call(long, BytePointer, Pointer) - Method in class org.bytedeco.hdf5.H5P_iterate_t
 
call(BytePointer, long, Pointer) - Method in class org.bytedeco.hdf5.H5P_prp_cb1_t
 
call(long, BytePointer, long, Pointer) - Method in class org.bytedeco.hdf5.H5P_prp_cb2_t
 
call(Pointer, Pointer, long) - Method in class org.bytedeco.hdf5.H5P_prp_compare_func_t
 
call(PointerPointer, Pointer) - Method in class org.bytedeco.hdf5.H5P_prp_decode_func_t
 
call(Pointer, PointerPointer, SizeTPointer) - Method in class org.bytedeco.hdf5.H5P_prp_encode_func_t
 
call(int, long, long, Pointer, Pointer, Pointer) - Method in class org.bytedeco.hdf5.H5T_conv_except_func_t
 
call(long, long, H5T_cdata_t, long, long, long, Pointer, Pointer, long) - Method in class org.bytedeco.hdf5.H5T_conv_t
 
call(long, long, long) - Method in class org.bytedeco.hdf5.H5Z_can_apply_func_t
 
call(int, Pointer, long, Pointer) - Method in class org.bytedeco.hdf5.H5Z_filter_func_t
 
call(int, long, IntPointer, long, SizeTPointer, PointerPointer) - Method in class org.bytedeco.hdf5.H5Z_func_t
 
call(long, long, long) - Method in class org.bytedeco.hdf5.H5Z_set_local_func_t
 
call(H5Object, BytePointer, H5O_info2_t, Pointer) - Method in class org.bytedeco.hdf5.visit_operator_t
 
callback(long, String, H5A_info_t, H5A_iterate_t) - Method in interface hdf.hdf5lib.callbacks.H5A_iterate_cb
 
callback(long, long[], H5D_append_t) - Method in interface hdf.hdf5lib.callbacks.H5D_append_cb
 
callback(byte[], long, int, long[], H5D_iterate_t) - Method in interface hdf.hdf5lib.callbacks.H5D_iterate_cb
 
callback(int, H5E_error2_t, H5E_walk_t) - Method in interface hdf.hdf5lib.callbacks.H5E_walk_cb
 
callback(long, String, H5L_info_t, H5L_iterate_opdata_t) - Method in interface hdf.hdf5lib.callbacks.H5L_iterate_t
 
callback(long, String, H5O_info_t, H5O_iterate_opdata_t) - Method in interface hdf.hdf5lib.callbacks.H5O_iterate_t
 
callback(long, H5P_cls_close_func_t) - Method in interface hdf.hdf5lib.callbacks.H5P_cls_close_func_cb
 
callback(long, long, H5P_cls_copy_func_t) - Method in interface hdf.hdf5lib.callbacks.H5P_cls_copy_func_cb
 
callback(long, H5P_cls_create_func_t) - Method in interface hdf.hdf5lib.callbacks.H5P_cls_create_func_cb
 
callback(long, String, H5P_iterate_t) - Method in interface hdf.hdf5lib.callbacks.H5P_iterate_cb
 
callback(String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_close_func_cb
 
callback(byte[], byte[], long) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_compare_func_cb
 
callback(String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_copy_func_cb
 
callback(String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_create_func_cb
 
callback(long, String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_delete_func_cb
 
callback(long, String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_get_func_cb
 
callback(long, String, long, byte[]) - Method in interface hdf.hdf5lib.callbacks.H5P_prp_set_func_cb
 
Callbacks - Interface in hdf.hdf5lib.callbacks
 
can_apply() - Method in class org.bytedeco.hdf5.H5Z_class2_t
The "can apply" callback for a filter
can_apply(H5Z_can_apply_func_t) - Method in class org.bytedeco.hdf5.H5Z_class2_t
 
checkVersion(int, int, int) - Static method in class org.bytedeco.hdf5.H5Library
 
childObjType(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
childObjType(String) - Method in class org.bytedeco.hdf5.H5Location
 
childObjType(long, int, int, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
childObjType(long) - Method in class org.bytedeco.hdf5.H5Location
 
childObjType(long, int, int, String) - Method in class org.bytedeco.hdf5.H5Location
 
childObjVersion(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
childObjVersion(String) - Method in class org.bytedeco.hdf5.H5Location
 
clearErrorStack() - Static method in class org.bytedeco.hdf5.Exception
 
Close_H5FD_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Close_H5FD_t
Pointer cast constructor.
Close_H5FD_t() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Close_H5FD_t
 
close_trace_file - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
close_trace_file: Boolean field indicating whether the current trace file (if any) should be closed.
close_trace_file() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Boolean field indicating whether the current trace file (if any) should be closed.\n See the above comments on the \ref H5AC_cache_config_t.open_trace_file "open_trace_file" field.
close_trace_file(boolean) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
closeClass() - Method in class org.bytedeco.hdf5.PropList
 
closeObjId(long) - Method in class org.bytedeco.hdf5.Group
 
cls() - Method in class org.bytedeco.hdf5.H5FD_t
 
cls(H5FD_class_t) - Method in class org.bytedeco.hdf5.H5FD_t
 
cls_id - Variable in class hdf.hdf5lib.structs.H5E_error2_t
class ID
cls_id() - Method in class org.bytedeco.hdf5.H5E_error2_t
Class ID
cls_id(long) - Method in class org.bytedeco.hdf5.H5E_error2_t
 
cmp() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
cmp(H5FD_class_t.Cmp_H5FD_t_H5FD_t) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Cmp_H5FD_t_H5FD_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Cmp_H5FD_t_H5FD_t
Pointer cast constructor.
Cmp_H5FD_t_H5FD_t() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Cmp_H5FD_t_H5FD_t
 
command() - Method in class org.bytedeco.hdf5.H5T_cdata_t
what should the conversion function do?
command(int) - Method in class org.bytedeco.hdf5.H5T_cdata_t
 
comment() - Method in class org.bytedeco.hdf5.H5L_class_t
Comment for debugging
comment(BytePointer) - Method in class org.bytedeco.hdf5.H5L_class_t
 
commit(H5Location, BytePointer) - Method in class org.bytedeco.hdf5.DataType
 
commit(H5Location, String) - Method in class org.bytedeco.hdf5.DataType
 
commit(H5Location, BytePointer) - Method in class org.bytedeco.hdf5.PredType
\brief This dummy function do not inherit from DataType - it will throw a DataTypeIException if invoked.
commit(H5Location, String) - Method in class org.bytedeco.hdf5.PredType
 
committed() - Method in class org.bytedeco.hdf5.DataType
 
committed() - Method in class org.bytedeco.hdf5.PredType
\brief This dummy function do not inherit from DataType - it will throw a DataTypeIException if invoked.
CommonFG - Class in org.bytedeco.hdf5
\class CommonFG \brief \a CommonFG is an abstract base class of H5Group.
CommonFG(Pointer) - Constructor for class org.bytedeco.hdf5.CommonFG
Pointer cast constructor.
CompType - Class in org.bytedeco.hdf5
\class CompType \brief CompType is a derivative of a DataType and operates on HDF5 compound datatypes.
CompType(Pointer) - Constructor for class org.bytedeco.hdf5.CompType
Pointer cast constructor.
CompType(H5Location) - Constructor for class org.bytedeco.hdf5.CompType
Downcast constructor.
CompType() - Constructor for class org.bytedeco.hdf5.CompType
 
CompType(long) - Constructor for class org.bytedeco.hdf5.CompType
 
CompType(DataSet) - Constructor for class org.bytedeco.hdf5.CompType
 
CompType(CompType) - Constructor for class org.bytedeco.hdf5.CompType
 
CompType(H5Location, BytePointer) - Constructor for class org.bytedeco.hdf5.CompType
 
CompType(H5Location, String) - Constructor for class org.bytedeco.hdf5.CompType
 
convert(DataType, long, Pointer, Pointer, PropList) - Method in class org.bytedeco.hdf5.DataType
 
convert(DataType, long, Pointer, Pointer) - Method in class org.bytedeco.hdf5.DataType
 
copy(DataSpace) - Method in class org.bytedeco.hdf5.DataSpace
 
copy(DataType) - Method in class org.bytedeco.hdf5.DataType
 
copy(DataSet) - Method in class org.bytedeco.hdf5.DataType
 
copy(PropList) - Method in class org.bytedeco.hdf5.PropList
 
copy_func() - Method in class org.bytedeco.hdf5.H5L_class_t
Callback after copying link
copy_func(H5L_copy_func_t) - Method in class org.bytedeco.hdf5.H5L_class_t
 
copyLink(BytePointer, Group, BytePointer, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
copyLink(BytePointer, Group, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
copyLink(String, Group, String, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
copyLink(String, Group, String) - Method in class org.bytedeco.hdf5.H5Location
 
copyLink(BytePointer, BytePointer, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
copyLink(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
copyLink(String, String, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
copyLink(String, String) - Method in class org.bytedeco.hdf5.H5Location
 
copyProp(PropList, BytePointer) - Method in class org.bytedeco.hdf5.PropList
 
copyProp(PropList, String) - Method in class org.bytedeco.hdf5.PropList
 
copyProp(PropList, PropList, BytePointer) - Method in class org.bytedeco.hdf5.PropList
 
copyProp(PropList, PropList, String) - Method in class org.bytedeco.hdf5.PropList
 
corder - Variable in class hdf.hdf5lib.structs.H5A_info_t
Creation order of attribute
corder - Variable in class hdf.hdf5lib.structs.H5L_info_t
Creation order
corder() - Method in class org.bytedeco.hdf5.H5A_info_t
Creation order
corder(int) - Method in class org.bytedeco.hdf5.H5A_info_t
 
corder() - Method in class org.bytedeco.hdf5.H5L_info2_t
Creation order
corder(long) - Method in class org.bytedeco.hdf5.H5L_info2_t
 
corder_valid - Variable in class hdf.hdf5lib.structs.H5A_info_t
Indicate if creation order is valid
corder_valid - Variable in class hdf.hdf5lib.structs.H5L_info_t
Indicate if creation order is valid
corder_valid() - Method in class org.bytedeco.hdf5.H5A_info_t
Indicate if creation order is valid
corder_valid(boolean) - Method in class org.bytedeco.hdf5.H5A_info_t
 
corder_valid() - Method in class org.bytedeco.hdf5.H5L_info2_t
Indicate if creation order is valid
corder_valid(boolean) - Method in class org.bytedeco.hdf5.H5L_info2_t
 
create_func() - Method in class org.bytedeco.hdf5.H5L_class_t
Callback during link creation
create_func(H5L_create_func_t) - Method in class org.bytedeco.hdf5.H5L_class_t
 
createAttribute(BytePointer, DataType, DataSpace, PropList) - Method in class org.bytedeco.hdf5.H5Object
 
createAttribute(BytePointer, DataType, DataSpace) - Method in class org.bytedeco.hdf5.H5Object
 
createAttribute(String, DataType, DataSpace, PropList) - Method in class org.bytedeco.hdf5.H5Object
 
createAttribute(String, DataType, DataSpace) - Method in class org.bytedeco.hdf5.H5Object
 
createDataSet(BytePointer, DataType, DataSpace, DSetCreatPropList, DSetAccPropList, LinkCreatPropList) - Method in class org.bytedeco.hdf5.H5Location
 
createDataSet(BytePointer, DataType, DataSpace) - Method in class org.bytedeco.hdf5.H5Location
 
createDataSet(String, DataType, DataSpace, DSetCreatPropList, DSetAccPropList, LinkCreatPropList) - Method in class org.bytedeco.hdf5.H5Location
 
createDataSet(String, DataType, DataSpace) - Method in class org.bytedeco.hdf5.H5Location
 
createGroup(BytePointer, LinkCreatPropList) - Method in class org.bytedeco.hdf5.H5Location
 
createGroup(String, LinkCreatPropList) - Method in class org.bytedeco.hdf5.H5Location
 
createGroup(BytePointer, long) - Method in class org.bytedeco.hdf5.H5Location
 
createGroup(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
createGroup(String, long) - Method in class org.bytedeco.hdf5.H5Location
 
createGroup(String) - Method in class org.bytedeco.hdf5.H5Location
 
cset - Variable in class hdf.hdf5lib.structs.H5A_info_t
Character set of attribute name
cset - Variable in class hdf.hdf5lib.structs.H5L_info_t
Character set of link name
cset() - Method in class org.bytedeco.hdf5.H5A_info_t
Character set of attribute name
cset(int) - Method in class org.bytedeco.hdf5.H5A_info_t
 
cset() - Method in class org.bytedeco.hdf5.H5L_info2_t
Character set of link name
cset(int) - Method in class org.bytedeco.hdf5.H5L_info2_t
 
ctime - Variable in class hdf.hdf5lib.structs.H5O_info_t
Change time
ctime() - Method in class org.bytedeco.hdf5.H5O_info2_t
Change time
ctime(Pointer) - Method in class org.bytedeco.hdf5.H5O_info2_t
 
ctl() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
ctl(H5FD_class_t.Ctl_H5FD_t_long_long_Pointer_PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Ctl_H5FD_t_long_long_Pointer_PointerPointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Ctl_H5FD_t_long_long_Pointer_PointerPointer
Pointer cast constructor.
Ctl_H5FD_t_long_long_Pointer_PointerPointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Ctl_H5FD_t_long_long_Pointer_PointerPointer
 

D

data - Variable in class hdf.hdf5lib.structs.H5O_token_t
Tokens are unique and permanent identifiers that are used to reference HDF5 objects in a container.
data_size - Variable in class hdf.hdf5lib.structs.H5A_info_t
Size of raw data
data_size() - Method in class org.bytedeco.hdf5.H5A_info_t
Size of raw data
data_size(long) - Method in class org.bytedeco.hdf5.H5A_info_t
 
DataSet - Class in org.bytedeco.hdf5
\class DataSet \brief Class DataSet operates on HDF5 datasets.
DataSet(Pointer) - Constructor for class org.bytedeco.hdf5.DataSet
Pointer cast constructor.
DataSet(H5Location) - Constructor for class org.bytedeco.hdf5.DataSet
Downcast constructor.
DataSet(H5Location, Pointer, int, PropList) - Constructor for class org.bytedeco.hdf5.DataSet
 
DataSet(H5Location, Pointer) - Constructor for class org.bytedeco.hdf5.DataSet
 
DataSet(Attribute, Pointer, int, PropList) - Constructor for class org.bytedeco.hdf5.DataSet
 
DataSet(Attribute, Pointer) - Constructor for class org.bytedeco.hdf5.DataSet
 
DataSet() - Constructor for class org.bytedeco.hdf5.DataSet
 
DataSet(DataSet) - Constructor for class org.bytedeco.hdf5.DataSet
 
DataSet(long) - Constructor for class org.bytedeco.hdf5.DataSet
 
DataSetIException - Class in org.bytedeco.hdf5
 
DataSetIException(Pointer) - Constructor for class org.bytedeco.hdf5.DataSetIException
Pointer cast constructor.
DataSetIException(long) - Constructor for class org.bytedeco.hdf5.DataSetIException
Native array allocator.
DataSetIException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.DataSetIException
 
DataSetIException(BytePointer) - Constructor for class org.bytedeco.hdf5.DataSetIException
 
DataSetIException(String, String) - Constructor for class org.bytedeco.hdf5.DataSetIException
 
DataSetIException(String) - Constructor for class org.bytedeco.hdf5.DataSetIException
 
DataSetIException() - Constructor for class org.bytedeco.hdf5.DataSetIException
 
DataSpace - Class in org.bytedeco.hdf5
\class DataSpace \brief Class DataSpace inherits from IdComponent and provides wrappers for the HDF5's dataspaces.
DataSpace(Pointer) - Constructor for class org.bytedeco.hdf5.DataSpace
Pointer cast constructor.
DataSpace(int) - Constructor for class org.bytedeco.hdf5.DataSpace
 
DataSpace() - Constructor for class org.bytedeco.hdf5.DataSpace
 
DataSpace(int, LongPointer, LongPointer) - Constructor for class org.bytedeco.hdf5.DataSpace
 
DataSpace(int, LongPointer) - Constructor for class org.bytedeco.hdf5.DataSpace
 
DataSpace(int, LongBuffer, LongBuffer) - Constructor for class org.bytedeco.hdf5.DataSpace
 
DataSpace(int, LongBuffer) - Constructor for class org.bytedeco.hdf5.DataSpace
 
DataSpace(int, long[], long...) - Constructor for class org.bytedeco.hdf5.DataSpace
 
DataSpace(int, long...) - Constructor for class org.bytedeco.hdf5.DataSpace
 
DataSpace(long) - Constructor for class org.bytedeco.hdf5.DataSpace
 
DataSpace(DataSpace) - Constructor for class org.bytedeco.hdf5.DataSpace
 
DataSpaceIException - Class in org.bytedeco.hdf5
 
DataSpaceIException(Pointer) - Constructor for class org.bytedeco.hdf5.DataSpaceIException
Pointer cast constructor.
DataSpaceIException(long) - Constructor for class org.bytedeco.hdf5.DataSpaceIException
Native array allocator.
DataSpaceIException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.DataSpaceIException
 
DataSpaceIException(BytePointer) - Constructor for class org.bytedeco.hdf5.DataSpaceIException
 
DataSpaceIException(String, String) - Constructor for class org.bytedeco.hdf5.DataSpaceIException
 
DataSpaceIException(String) - Constructor for class org.bytedeco.hdf5.DataSpaceIException
 
DataSpaceIException() - Constructor for class org.bytedeco.hdf5.DataSpaceIException
 
DataType - Class in org.bytedeco.hdf5
\class DataType \brief Class DataType provides generic operations on HDF5 datatypes.
DataType(Pointer) - Constructor for class org.bytedeco.hdf5.DataType
Pointer cast constructor.
DataType(H5Location) - Constructor for class org.bytedeco.hdf5.DataType
Downcast constructor.
DataType(int, long) - Constructor for class org.bytedeco.hdf5.DataType
 
DataType(DataType) - Constructor for class org.bytedeco.hdf5.DataType
 
DataType(PredType) - Constructor for class org.bytedeco.hdf5.DataType
 
DataType(H5Location, BytePointer) - Constructor for class org.bytedeco.hdf5.DataType
 
DataType(H5Location, String) - Constructor for class org.bytedeco.hdf5.DataType
 
DataType(H5Location, Pointer, int, PropList) - Constructor for class org.bytedeco.hdf5.DataType
 
DataType(H5Location, Pointer) - Constructor for class org.bytedeco.hdf5.DataType
 
DataType(long) - Constructor for class org.bytedeco.hdf5.DataType
 
DataType() - Constructor for class org.bytedeco.hdf5.DataType
 
DataTypeIException - Class in org.bytedeco.hdf5
 
DataTypeIException(Pointer) - Constructor for class org.bytedeco.hdf5.DataTypeIException
Pointer cast constructor.
DataTypeIException(long) - Constructor for class org.bytedeco.hdf5.DataTypeIException
Native array allocator.
DataTypeIException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.DataTypeIException
 
DataTypeIException(BytePointer) - Constructor for class org.bytedeco.hdf5.DataTypeIException
 
DataTypeIException(String, String) - Constructor for class org.bytedeco.hdf5.DataTypeIException
 
DataTypeIException(String) - Constructor for class org.bytedeco.hdf5.DataTypeIException
 
DataTypeIException() - Constructor for class org.bytedeco.hdf5.DataTypeIException
 
decode() - Method in class org.bytedeco.hdf5.ArrayType
 
decode() - Method in class org.bytedeco.hdf5.CompType
 
decode() - Method in class org.bytedeco.hdf5.DataType
 
decode() - Method in class org.bytedeco.hdf5.EnumType
 
decode() - Method in class org.bytedeco.hdf5.FloatType
 
decode() - Method in class org.bytedeco.hdf5.IntType
 
decode() - Method in class org.bytedeco.hdf5.StrType
 
decode() - Method in class org.bytedeco.hdf5.VarLenType
 
decoder_present() - Method in class org.bytedeco.hdf5.H5Z_class2_t
Does this filter have a decoder?
decoder_present(int) - Method in class org.bytedeco.hdf5.H5Z_class2_t
 
decr_mode - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
decr_mode: Instance of the H5C_cache_decr_mode enumerated type whose value indicates how we determine whether the cache size should be decreased.
decr_mode() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Enumerated value indicating the operational mode of the tomatic cache size decrease code.
decr_mode(int) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
decRefCount(long) - Method in class org.bytedeco.hdf5.IdComponent
 
decRefCount() - Method in class org.bytedeco.hdf5.IdComponent
 
decrement - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
decrement: This field is only used when the decr_mode is H5C_decr__threshold.
decrement() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
In the hit rate threshold cache size decrease algorithm, this parameter contains the factor by which the current max cache size is multiplied to produce a tentative new cache size.\n The actual cache size decrease will be clipped to satisfy the \ref H5AC_cache_config_t.min_size "min_size" specified in the general configuration, and possibly \ref H5AC_cache_config_t.max_decrement "max_decrement".\n The parameter must be be in the interval [0.0, 1.0].\n If you set it to 1.0, you will effectively disable cache size decreases.
decrement(double) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
DEFAULT() - Static method in class org.bytedeco.hdf5.DSetAccPropList
\brief Default dataset creation property list.
DEFAULT() - Static method in class org.bytedeco.hdf5.DSetCreatPropList
\brief Default dataset creation property list.
DEFAULT() - Static method in class org.bytedeco.hdf5.DSetMemXferPropList
\brief Default dataset memory and transfer property list.
DEFAULT() - Static method in class org.bytedeco.hdf5.FileAccPropList
\brief Default file access property list.
DEFAULT() - Static method in class org.bytedeco.hdf5.FileCreatPropList
\brief Default file creation property list.
DEFAULT() - Static method in class org.bytedeco.hdf5.LinkAccPropList
\brief Default link access property list.
DEFAULT() - Static method in class org.bytedeco.hdf5.LinkCreatPropList
\brief Default link creation property list.
DEFAULT() - Static method in class org.bytedeco.hdf5.ObjCreatPropList
\brief Default object creation property list.
DEFAULT() - Static method in class org.bytedeco.hdf5.PropList
\brief Default property list
del() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
del(H5FD_class_t.Del_BytePointer_long) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Del_BytePointer_long(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Del_BytePointer_long
Pointer cast constructor.
Del_BytePointer_long() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Del_BytePointer_long
 
del_func() - Method in class org.bytedeco.hdf5.H5L_class_t
Callback for link deletion
del_func(H5L_delete_func_t) - Method in class org.bytedeco.hdf5.H5L_class_t
 
deleteConstants() - Static method in class org.bytedeco.hdf5.DataSpace
 
deleteConstants() - Static method in class org.bytedeco.hdf5.DSetAccPropList
 
deleteConstants() - Static method in class org.bytedeco.hdf5.DSetCreatPropList
 
deleteConstants() - Static method in class org.bytedeco.hdf5.DSetMemXferPropList
 
deleteConstants() - Static method in class org.bytedeco.hdf5.FileAccPropList
 
deleteConstants() - Static method in class org.bytedeco.hdf5.FileCreatPropList
 
deleteConstants() - Static method in class org.bytedeco.hdf5.LinkAccPropList
 
deleteConstants() - Static method in class org.bytedeco.hdf5.LinkCreatPropList
 
deleteConstants() - Static method in class org.bytedeco.hdf5.ObjCreatPropList
 
deleteConstants() - Static method in class org.bytedeco.hdf5.PredType
 
deleteConstants() - Static method in class org.bytedeco.hdf5.PropList
 
dereference(H5Location, Pointer, int, PropList) - Method in class org.bytedeco.hdf5.H5Location
 
dereference(H5Location, Pointer) - Method in class org.bytedeco.hdf5.H5Location
 
desc - Variable in class hdf.hdf5lib.structs.H5E_error2_t
optional supplied description
desc() - Method in class org.bytedeco.hdf5.H5E_error2_t
Optional supplied description
desc(BytePointer) - Method in class org.bytedeco.hdf5.H5E_error2_t
 
detailMessage - Variable in exception hdf.hdf5lib.exceptions.HDF5Exception
the specified detail message of this exception
detectClass(int) - Method in class org.bytedeco.hdf5.DataType
 
detectClass(PredType, int) - Static method in class org.bytedeco.hdf5.DataType
 
DIMENSION_LABELS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
DIMENSION_LIST - Static variable in class org.bytedeco.hdf5.global.hdf5
 
DIMENSION_SCALE_CLASS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
dirty_bytes_threshold - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
dirty_bytes_threshold: Threshold of dirty byte creation used to synchronize updates between caches.
dirty_bytes_threshold() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Threshold number of bytes of dirty metadata generation for triggering synchronizations of the metadata caches serving the target file in the parallel case.\n Synchronization occurs whenever the number of bytes of dirty metadata created since the last synchronization exceeds this limit.\n This field only applies to the parallel case.
dirty_bytes_threshold(long) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
dontAtExit() - Static method in class org.bytedeco.hdf5.H5Library
 
dontPrint() - Static method in class org.bytedeco.hdf5.Exception
 
doubleToByte(int, int, double[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a range from an array of double into an array of bytes.
doubleToByte(double) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single double into an array of 8 bytes.
doubleToByte(Double) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single Double object into an array of 8 bytes.
driver_id() - Method in class org.bytedeco.hdf5.H5FD_t
 
driver_id(long) - Method in class org.bytedeco.hdf5.H5FD_t
 
DSetAccPropList - Class in org.bytedeco.hdf5
\class DSetAccPropList \brief Class DSetAccPropList inherits from LinkAccPropList and provides wrappers for the HDF5 dataset access property functions.
DSetAccPropList(Pointer) - Constructor for class org.bytedeco.hdf5.DSetAccPropList
Pointer cast constructor.
DSetAccPropList() - Constructor for class org.bytedeco.hdf5.DSetAccPropList
 
DSetAccPropList(DSetAccPropList) - Constructor for class org.bytedeco.hdf5.DSetAccPropList
 
DSetAccPropList(long) - Constructor for class org.bytedeco.hdf5.DSetAccPropList
 
DSetCreatPropList - Class in org.bytedeco.hdf5
\class DSetCreatPropList \brief Class DSetCreatPropList inherits from ObjCreatPropList and provides wrappers for the HDF5 dataset creation property functions.
DSetCreatPropList(Pointer) - Constructor for class org.bytedeco.hdf5.DSetCreatPropList
Pointer cast constructor.
DSetCreatPropList() - Constructor for class org.bytedeco.hdf5.DSetCreatPropList
 
DSetCreatPropList(DSetCreatPropList) - Constructor for class org.bytedeco.hdf5.DSetCreatPropList
 
DSetCreatPropList(long) - Constructor for class org.bytedeco.hdf5.DSetCreatPropList
 
DSetMemXferPropList - Class in org.bytedeco.hdf5
\class DSetMemXferPropList \brief Class DSetCreatPropList inherits from PropList and provides wrappers for the HDF5 dataset memory and transfer property list.
DSetMemXferPropList(Pointer) - Constructor for class org.bytedeco.hdf5.DSetMemXferPropList
Pointer cast constructor.
DSetMemXferPropList() - Constructor for class org.bytedeco.hdf5.DSetMemXferPropList
 
DSetMemXferPropList(BytePointer) - Constructor for class org.bytedeco.hdf5.DSetMemXferPropList
 
DSetMemXferPropList(String) - Constructor for class org.bytedeco.hdf5.DSetMemXferPropList
 
DSetMemXferPropList(DSetMemXferPropList) - Constructor for class org.bytedeco.hdf5.DSetMemXferPropList
 
DSetMemXferPropList(long) - Constructor for class org.bytedeco.hdf5.DSetMemXferPropList
 
dst_off() - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
Offset within destination buffer
dst_off(long) - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
 
dstbuf() - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
Destination buffer
dstbuf(Pointer) - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
 
dxpl_copy() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
dxpl_copy(H5FD_class_t.Dxpl_copy_Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Dxpl_copy_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Dxpl_copy_Pointer
Pointer cast constructor.
Dxpl_copy_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Dxpl_copy_Pointer
 
dxpl_free() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
dxpl_free(H5FD_class_t.Dxpl_free_Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Dxpl_free_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Dxpl_free_Pointer
Pointer cast constructor.
Dxpl_free_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Dxpl_free_Pointer
 
dxpl_size() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
dxpl_size(long) - Method in class org.bytedeco.hdf5.H5FD_class_t
 

E

empty_reserve - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
empty_reserve: To avoid a constant racheting down of cache size by small amounts in the H5C_decr__age_out and H5C_decr__age_out_with_threshold modes, this field allows one to require that any cache size reductions leave the specified fraction of unused space in the cache.
empty_reserve() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Empty reserve as a fraction maximum cache size if applicable.\n When so directed, the ageout based algorithms will not decrease the maximum cache size unless the empty reserve can be met.\n The parameter must lie in the interval [0.0, 1.0].
empty_reserve(double) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
emptyBytes() - Method in class hdf.hdf5lib.HDFArray
Allocate a one-dimensional array of bytes sufficient to store the array.
encode() - Method in class org.bytedeco.hdf5.DataType
 
encoder_present() - Method in class org.bytedeco.hdf5.H5Z_class2_t
Does this filter have an encoder?
encoder_present(int) - Method in class org.bytedeco.hdf5.H5Z_class2_t
 
entry_ageout() - Method in class org.bytedeco.hdf5.H5AC_cache_image_config_t
Integer field indicating the maximum number of times a prefetched entry can appear in subsequent cache images.
entry_ageout(int) - Method in class org.bytedeco.hdf5.H5AC_cache_image_config_t
 
EnumType - Class in org.bytedeco.hdf5
\class EnumType \brief EnumType is a derivative of a DataType and operates on HDF5 enum datatypes.
EnumType(Pointer) - Constructor for class org.bytedeco.hdf5.EnumType
Pointer cast constructor.
EnumType(H5Location) - Constructor for class org.bytedeco.hdf5.EnumType
Downcast constructor.
EnumType(long) - Constructor for class org.bytedeco.hdf5.EnumType
 
EnumType(DataSet) - Constructor for class org.bytedeco.hdf5.EnumType
 
EnumType(IntType) - Constructor for class org.bytedeco.hdf5.EnumType
 
EnumType(H5Location, BytePointer) - Constructor for class org.bytedeco.hdf5.EnumType
 
EnumType(H5Location, String) - Constructor for class org.bytedeco.hdf5.EnumType
 
EnumType() - Constructor for class org.bytedeco.hdf5.EnumType
 
EnumType(EnumType) - Constructor for class org.bytedeco.hdf5.EnumType
 
epoch_length - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
epoch_length: Number of accesses on the cache over which to collect hit rate stats before running the automatic cache resize code, if it is enabled.
epoch_length() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Number of cache accesses between runs of the adaptive cache resize code.
epoch_length(long) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
epochs_before_eviction - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
epochs_before_eviction: Integer field used in H5C_decr__age_out and H5C_decr__age_out_with_threshold decrement modes.
epochs_before_eviction() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
In the ageout based cache size reduction algorithms, this field contains the minimum number of epochs an entry must remain unaccessed in cache before the cache size reduction algorithm tries to evict it.
epochs_before_eviction(int) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
equals(Object) - Method in class hdf.hdf5lib.structs.H5_ih_info_t
 
equals(Object) - Method in class hdf.hdf5lib.structs.H5FD_hdfs_fapl_t
 
equals(Object) - Method in class hdf.hdf5lib.structs.H5FD_ros3_fapl_t
 
equals(Object) - Method in class hdf.hdf5lib.structs.H5O_hdr_info_t
 
equals(Object) - Method in class hdf.hdf5lib.structs.H5O_native_info_t
 
equals(Object) - Method in class hdf.hdf5lib.structs.H5O_token_t
 
equals(DataType) - Method in class org.bytedeco.hdf5.DataType
 
equals(PropList) - Method in class org.bytedeco.hdf5.PropList
 
evictions_enabled - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
evictions_enabled: Boolean field used to either report the current evictions enabled status of the cache, or to set the cache's evictions enabled status.
evictions_enabled() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
A boolean flag indicating whether evictions from the metadata cache are enabled.
evictions_enabled(boolean) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
Exception - Class in org.bytedeco.hdf5
\class Exception \brief Exception provides wrappers of HDF5 error handling functions.
Exception(Pointer) - Constructor for class org.bytedeco.hdf5.Exception
Pointer cast constructor.
Exception(long) - Constructor for class org.bytedeco.hdf5.Exception
Native array allocator.
Exception(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.Exception
 
Exception(BytePointer) - Constructor for class org.bytedeco.hdf5.Exception
 
Exception(String, String) - Constructor for class org.bytedeco.hdf5.Exception
 
Exception(String) - Constructor for class org.bytedeco.hdf5.Exception
 
Exception() - Constructor for class org.bytedeco.hdf5.Exception
 
Exception(Exception) - Constructor for class org.bytedeco.hdf5.Exception
 
exists(BytePointer, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
exists(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
exists(String, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
exists(String) - Method in class org.bytedeco.hdf5.H5Location
 
extend(LongPointer) - Method in class org.bytedeco.hdf5.DataSet
 
extend(LongBuffer) - Method in class org.bytedeco.hdf5.DataSet
 
extend(long...) - Method in class org.bytedeco.hdf5.DataSet
 
extentCopy(DataSpace) - Method in class org.bytedeco.hdf5.DataSpace
 

F

fapl_copy() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
fapl_copy(H5FD_class_t.Fapl_copy_Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Fapl_copy_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Fapl_copy_Pointer
Pointer cast constructor.
Fapl_copy_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Fapl_copy_Pointer
 
fapl_free() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
fapl_free(H5FD_class_t.Fapl_free_Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Fapl_free_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Fapl_free_Pointer
Pointer cast constructor.
Fapl_free_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Fapl_free_Pointer
 
fapl_get() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
fapl_get(H5FD_class_t.Fapl_get_H5FD_t) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Fapl_get_H5FD_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Fapl_get_H5FD_t
Pointer cast constructor.
Fapl_get_H5FD_t() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Fapl_get_H5FD_t
 
fapl_size() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
fapl_size(long) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
fc_degree() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
fc_degree(int) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
feature_flags() - Method in class org.bytedeco.hdf5.H5FD_t
 
feature_flags(long) - Method in class org.bytedeco.hdf5.H5FD_t
 
file_name - Variable in class hdf.hdf5lib.structs.H5E_error2_t
file in which error occurred
file_name() - Method in class org.bytedeco.hdf5.H5E_error2_t
File in which error occurred
file_name(BytePointer) - Method in class org.bytedeco.hdf5.H5E_error2_t
 
FileAccPropList - Class in org.bytedeco.hdf5
\class FileAccPropList \brief Class FileAccPropList inherits from PropList and provides wrappers for the HDF5 file access property list.
FileAccPropList(Pointer) - Constructor for class org.bytedeco.hdf5.FileAccPropList
Pointer cast constructor.
FileAccPropList() - Constructor for class org.bytedeco.hdf5.FileAccPropList
 
FileAccPropList(FileAccPropList) - Constructor for class org.bytedeco.hdf5.FileAccPropList
 
FileAccPropList(long) - Constructor for class org.bytedeco.hdf5.FileAccPropList
 
FileCreatPropList - Class in org.bytedeco.hdf5
\class FileCreatPropList \brief Class FileCreatPropList inherits from PropList and provides wrappers for the HDF5 file create property list.
FileCreatPropList(Pointer) - Constructor for class org.bytedeco.hdf5.FileCreatPropList
Pointer cast constructor.
FileCreatPropList() - Constructor for class org.bytedeco.hdf5.FileCreatPropList
 
FileCreatPropList(FileCreatPropList) - Constructor for class org.bytedeco.hdf5.FileCreatPropList
 
FileCreatPropList(long) - Constructor for class org.bytedeco.hdf5.FileCreatPropList
 
FileIException - Class in org.bytedeco.hdf5
 
FileIException(Pointer) - Constructor for class org.bytedeco.hdf5.FileIException
Pointer cast constructor.
FileIException(long) - Constructor for class org.bytedeco.hdf5.FileIException
Native array allocator.
FileIException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.FileIException
 
FileIException(BytePointer) - Constructor for class org.bytedeco.hdf5.FileIException
 
FileIException(String, String) - Constructor for class org.bytedeco.hdf5.FileIException
 
FileIException(String) - Constructor for class org.bytedeco.hdf5.FileIException
 
FileIException() - Constructor for class org.bytedeco.hdf5.FileIException
 
fileno - Variable in class hdf.hdf5lib.structs.H5O_info_t
File number that object is located in
fileno() - Method in class org.bytedeco.hdf5.H5FD_t
 
fileno(long) - Method in class org.bytedeco.hdf5.H5FD_t
 
fileno() - Method in class org.bytedeco.hdf5.H5O_info2_t
File number that object is located in
fileno(long) - Method in class org.bytedeco.hdf5.H5O_info2_t
 
fillMemBuf(Pointer, DataType, Pointer, DataType, DataSpace) - Method in class org.bytedeco.hdf5.DataSet
 
fillMemBuf(Pointer, DataType, DataSpace) - Method in class org.bytedeco.hdf5.DataSet
 
filter() - Method in class org.bytedeco.hdf5.H5Z_class2_t
The actual filter function
filter(H5Z_func_t) - Method in class org.bytedeco.hdf5.H5Z_class2_t
 
find(DataType, PointerPointer) - Method in class org.bytedeco.hdf5.DataType
 
find(DataType, H5T_cdata_t) - Method in class org.bytedeco.hdf5.DataType
 
fl_map(int) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
fl_map(int, int) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
fl_map() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
FL_PacketTable - Class in org.bytedeco.hdf5
 
FL_PacketTable(Pointer) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
Pointer cast constructor.
FL_PacketTable(long, BytePointer, long, long, long) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, BytePointer, long) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, String, long, long, long) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, String, long) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, long, BytePointer, long, long) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, long, String, long, long) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, BytePointer, long, long, int) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, BytePointer, long, long) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, ByteBuffer, long, long, int) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, ByteBuffer, long, long) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, byte[], long, long, int) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, byte[], long, long) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, BytePointer) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, String) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, ByteBuffer) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
FL_PacketTable(long, byte[]) - Constructor for class org.bytedeco.hdf5.FL_PacketTable
 
flags - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
Object header status flags
flags() - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
Object header status flags
flags(int) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
flash_incr_mode - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
flash_incr_mode: Instance of the H5C_cache_flash_incr_mode enumerated type whose value indicates whether and by which algorithm we should make flash increases in the size of the cache to accommodate insertion of large entries and large increases in the size of a single entry.
flash_incr_mode() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Enumerated value indicating the operational mode of the flash cache size increase code.
flash_incr_mode(int) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
flash_multiple - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
flash_multiple: Double containing the multiple described above in the H5C_flash_incr__add_space section of the discussion of the flash_incr_mode section.
flash_multiple() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
The factor by which the size of the triggering entry / entry size increase is multiplied to obtain the initial cache size increment.
flash_multiple(double) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
flash_threshold - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
flash_threshold: Double containing the factor by which current max cache size is multiplied to obtain the size threshold for the add_space flash increment algorithm.
flash_threshold() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
The factor by which the current maximum cache size is multiplied to obtain the minimum size entry / entry size increase which may trigger a flash cache size increase.
flash_threshold(double) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
floatToByte(int, int, float[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a range from an array of float into an array of bytes.
floatToByte(float) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single float into an array of 4 bytes.
floatToByte(Float) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single Float object into an array of 4 bytes.
FloatType - Class in org.bytedeco.hdf5
\class FloatType \brief FloatType is a derivative of a DataType and operates on HDF5 floating point datatype.
FloatType(Pointer) - Constructor for class org.bytedeco.hdf5.FloatType
Pointer cast constructor.
FloatType(H5Location) - Constructor for class org.bytedeco.hdf5.FloatType
Downcast constructor.
FloatType(PredType) - Constructor for class org.bytedeco.hdf5.FloatType
 
FloatType(DataSet) - Constructor for class org.bytedeco.hdf5.FloatType
 
FloatType(H5Location, BytePointer) - Constructor for class org.bytedeco.hdf5.FloatType
 
FloatType(H5Location, String) - Constructor for class org.bytedeco.hdf5.FloatType
 
FloatType() - Constructor for class org.bytedeco.hdf5.FloatType
 
FloatType(long) - Constructor for class org.bytedeco.hdf5.FloatType
 
FloatType(FloatType) - Constructor for class org.bytedeco.hdf5.FloatType
 
flush() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
flush(H5FD_class_t.Flush_H5FD_t_long_boolean) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
flush(int) - Method in class org.bytedeco.hdf5.H5Location
 
Flush_H5FD_t_long_boolean(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Flush_H5FD_t_long_boolean
Pointer cast constructor.
Flush_H5FD_t_long_boolean() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Flush_H5FD_t_long_boolean
 
FORTRAN_S1() - Static method in class org.bytedeco.hdf5.PredType
 
Free_H5FD_t_int_long_long_long(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Free_H5FD_t_int_long_long_long
Pointer cast constructor.
Free_H5FD_t_int_long_long_long() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Free_H5FD_t_int_long_long_long
 
free_meta_size - Variable in class hdf.hdf5lib.structs.H5F_info2_t
Free space manager metadata size
free_tot_space - Variable in class hdf.hdf5lib.structs.H5F_info2_t
Amount of free space in the file
free_version - Variable in class hdf.hdf5lib.structs.H5F_info2_t
Version number of file free space management
FreeBuff(long, hvl_t) - Method in class org.bytedeco.hdf5.PacketTable
 
fromClass() - Method in class org.bytedeco.hdf5.AbstractDs
 
fromClass() - Method in class org.bytedeco.hdf5.ArrayType
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.AtomType
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.Attribute
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.CompType
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.DataSet
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.DataSpace
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.DataType
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.DSetAccPropList
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.DSetCreatPropList
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.DSetMemXferPropList
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.EnumType
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.FileAccPropList
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.FileCreatPropList
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.FloatType
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.Group
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.H5File
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.IdComponent
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.IntType
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.LinkAccPropList
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.LinkCreatPropList
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.ObjCreatPropList
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.PredType
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.PropList
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.StrType
\brief Returns this class name.
fromClass() - Method in class org.bytedeco.hdf5.VarLenType
\brief Returns this class name.
func() - Method in class org.bytedeco.hdf5.H5Z_cb_t
 
func(H5Z_filter_func_t) - Method in class org.bytedeco.hdf5.H5Z_cb_t
 
func_name - Variable in class hdf.hdf5lib.structs.H5E_error2_t
function in which error occurred
func_name() - Method in class org.bytedeco.hdf5.H5E_error2_t
Function in which error occurred
func_name(BytePointer) - Method in class org.bytedeco.hdf5.H5E_error2_t
 

G

garbageCollect() - Static method in class org.bytedeco.hdf5.H5Library
 
generate_image() - Method in class org.bytedeco.hdf5.H5AC_cache_image_config_t
Boolean flag indicating whether a cache image should be created on file close.
generate_image(boolean) - Method in class org.bytedeco.hdf5.H5AC_cache_image_config_t
 
get_eoa() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
get_eoa(H5FD_class_t.Get_eoa_H5FD_t_int) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Get_eoa_H5FD_t_int(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Get_eoa_H5FD_t_int
Pointer cast constructor.
Get_eoa_H5FD_t_int() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Get_eoa_H5FD_t_int
 
get_eof() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
get_eof(H5FD_class_t.Get_eof_H5FD_t_int) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Get_eof_H5FD_t_int(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Get_eof_H5FD_t_int
Pointer cast constructor.
Get_eof_H5FD_t_int() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Get_eof_H5FD_t_int
 
get_handle() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
get_handle(H5FD_class_t.Get_handle_H5FD_t_long_PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Get_handle_H5FD_t_long_PointerPointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Get_handle_H5FD_t_long_PointerPointer
Pointer cast constructor.
Get_handle_H5FD_t_long_PointerPointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Get_handle_H5FD_t_long_PointerPointer
 
get_type_map() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
get_type_map(H5FD_class_t.Get_type_map_H5FD_t_IntPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Get_type_map_H5FD_t_IntPointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Get_type_map_H5FD_t_IntPointer
Pointer cast constructor.
Get_type_map_H5FD_t_IntPointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Get_type_map_H5FD_t_IntPointer
 
getAccessPlist() - Method in class org.bytedeco.hdf5.DataSet
 
getAccessPlist() - Method in class org.bytedeco.hdf5.H5File
 
getAlignment(LongPointer, LongPointer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getAlignment(LongBuffer, LongBuffer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getAlignment(long[], long...) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getAllocTime() - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getArrayDims(LongPointer) - Method in class org.bytedeco.hdf5.ArrayType
 
getArrayDims(LongBuffer) - Method in class org.bytedeco.hdf5.ArrayType
 
getArrayDims(long...) - Method in class org.bytedeco.hdf5.ArrayType
 
getArrayNDims() - Method in class org.bytedeco.hdf5.ArrayType
 
getArrayType() - Method in class org.bytedeco.hdf5.AbstractDs
 
getAttrCrtOrder() - Method in class org.bytedeco.hdf5.ObjCreatPropList
 
getAttrPhaseChange(IntPointer, IntPointer) - Method in class org.bytedeco.hdf5.ObjCreatPropList
 
getAttrPhaseChange(IntBuffer, IntBuffer) - Method in class org.bytedeco.hdf5.ObjCreatPropList
 
getAttrPhaseChange(int[], int[]) - Method in class org.bytedeco.hdf5.ObjCreatPropList
 
getAutoPrint(H5E_auto2_t, PointerPointer) - Static method in class org.bytedeco.hdf5.Exception
 
getAutoPrint(H5E_auto2_t, Pointer) - Static method in class org.bytedeco.hdf5.Exception
 
getBtreeRatios(DoublePointer, DoublePointer, DoublePointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getBtreeRatios(DoubleBuffer, DoubleBuffer, DoubleBuffer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getBtreeRatios(double[], double[], double[]) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getBuffer(PointerPointer, PointerPointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getBuffer(Pointer, Pointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getCache(IntPointer, SizeTPointer, SizeTPointer, DoublePointer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getCache(IntBuffer, SizeTPointer, SizeTPointer, DoubleBuffer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getCache(int[], SizeTPointer, SizeTPointer, double[]) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getCDetailMsg() - Method in class org.bytedeco.hdf5.Exception
 
getCFuncName() - Method in class org.bytedeco.hdf5.Exception
 
getCharEncoding() - Method in class org.bytedeco.hdf5.LinkCreatPropList
 
getChunk(int, LongPointer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getChunk(int, LongBuffer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getChunk(int, long...) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getChunkCache(SizeTPointer, SizeTPointer, DoublePointer) - Method in class org.bytedeco.hdf5.DSetAccPropList
 
getChunkCache(SizeTPointer, SizeTPointer, DoubleBuffer) - Method in class org.bytedeco.hdf5.DSetAccPropList
 
getChunkCache(SizeTPointer, SizeTPointer, double[]) - Method in class org.bytedeco.hdf5.DSetAccPropList
 
getClassName() - Method in class org.bytedeco.hdf5.PropList
 
getClassParent() - Method in class org.bytedeco.hdf5.PropList
 
getComment(BytePointer, long, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
getComment(String, long, ByteBuffer) - Method in class org.bytedeco.hdf5.H5Location
 
getComment(BytePointer, long, byte[]) - Method in class org.bytedeco.hdf5.H5Location
 
getComment(String, long, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
getComment(BytePointer, long, ByteBuffer) - Method in class org.bytedeco.hdf5.H5Location
 
getComment(String, long, byte[]) - Method in class org.bytedeco.hdf5.H5Location
 
getComment(BytePointer, long) - Method in class org.bytedeco.hdf5.H5Location
 
getComment(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
getComment(String, long) - Method in class org.bytedeco.hdf5.H5Location
 
getComment(String) - Method in class org.bytedeco.hdf5.H5Location
 
getCompType() - Method in class org.bytedeco.hdf5.AbstractDs
 
getCore(SizeTPointer, BoolPointer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getCore(SizeTPointer, boolean[]) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getCounter(long) - Method in class org.bytedeco.hdf5.IdComponent
 
getCounter() - Method in class org.bytedeco.hdf5.IdComponent
 
getCreateIntermediateGroup() - Method in class org.bytedeco.hdf5.LinkCreatPropList
 
getCreatePlist() - Method in class org.bytedeco.hdf5.DataSet
 
getCreatePlist() - Method in class org.bytedeco.hdf5.DataType
 
getCreatePlist() - Method in class org.bytedeco.hdf5.H5File
 
getCset() - Method in class org.bytedeco.hdf5.StrType
 
GetDataset() - Method in class org.bytedeco.hdf5.PacketTable
 
getDataTransform(BytePointer, long) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getDataTransform(BytePointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getDataTransform(ByteBuffer, long) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getDataTransform(ByteBuffer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getDataTransform(byte[], long) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getDataTransform(byte[]) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getDataTransform() - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getDataType() - Method in class org.bytedeco.hdf5.AbstractDs
 
GetDatatype() - Method in class org.bytedeco.hdf5.PacketTable
 
getDetailMsg() - Method in class org.bytedeco.hdf5.Exception
 
getDriver() - Method in class org.bytedeco.hdf5.FileAccPropList
 
getEbias() - Method in class org.bytedeco.hdf5.FloatType
 
getEDCCheck() - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getEnumType() - Method in class org.bytedeco.hdf5.AbstractDs
 
getExternal(int, long, BytePointer, SizeTPointer, LongPointer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getExternal(int, long, ByteBuffer, SizeTPointer, LongBuffer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getExternal(int, long, byte[], SizeTPointer, long...) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getExternalCount() - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getFamily(LongPointer, FileAccPropList) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getFamily(LongBuffer, FileAccPropList) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getFamily(long[], FileAccPropList) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getFamily(LongPointer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getFamily(LongBuffer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getFamily(long...) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getFamilyOffset() - Method in class org.bytedeco.hdf5.FileAccPropList
 
getFcloseDegree() - Method in class org.bytedeco.hdf5.FileAccPropList
 
getFields(SizeTPointer, SizeTPointer, SizeTPointer, SizeTPointer, SizeTPointer) - Method in class org.bytedeco.hdf5.FloatType
 
getFileInfo(H5F_info2_t) - Method in class org.bytedeco.hdf5.H5File
 
getFileLocking(BoolPointer, BoolPointer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getFileLocking(boolean[], boolean[]) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getFileName() - Method in class org.bytedeco.hdf5.H5Location
 
getFileNum() - Method in class org.bytedeco.hdf5.H5File
 
getFileSize() - Method in class org.bytedeco.hdf5.H5File
 
getFileSpacePagesize() - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getFileSpaceStrategy(IntPointer, BoolPointer, LongPointer) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getFileSpaceStrategy(IntBuffer, boolean[], LongBuffer) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getFileSpaceStrategy(int[], BoolPointer, long...) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getFileSpaceStrategy(IntPointer, boolean[], LongPointer) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getFileSpaceStrategy(IntBuffer, BoolPointer, LongBuffer) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getFileSpaceStrategy(int[], boolean[], long...) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getFillTime() - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getFillValue(DataType, Pointer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getFilter(int, IntPointer, SizeTPointer, IntPointer, long, BytePointer, IntPointer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getFilter(int, IntBuffer, SizeTPointer, IntBuffer, long, ByteBuffer, IntBuffer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getFilter(int, int[], SizeTPointer, int[], long, byte[], int[]) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getFilterById(int, IntPointer, SizeTPointer, IntPointer, long, BytePointer, IntPointer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getFilterById(int, IntBuffer, SizeTPointer, IntBuffer, long, ByteBuffer, IntBuffer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getFilterById(int, int[], SizeTPointer, int[], long, byte[], int[]) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getFloatType() - Method in class org.bytedeco.hdf5.AbstractDs
 
getFreeSpace() - Method in class org.bytedeco.hdf5.H5File
 
getFuncName() - Method in class org.bytedeco.hdf5.Exception
 
getGcReferences() - Method in class org.bytedeco.hdf5.FileAccPropList
 
getHDFObjType(long) - Static method in class org.bytedeco.hdf5.IdComponent
 
getHDFObjType() - Method in class org.bytedeco.hdf5.IdComponent
 
getHyperVectorSize() - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getId() - Method in class org.bytedeco.hdf5.Attribute
 
getId() - Method in class org.bytedeco.hdf5.DataSet
 
getId() - Method in class org.bytedeco.hdf5.DataSpace
 
getId() - Method in class org.bytedeco.hdf5.DataType
 
getId() - Method in class org.bytedeco.hdf5.Group
 
getId() - Method in class org.bytedeco.hdf5.H5File
 
getId() - Method in class org.bytedeco.hdf5.H5Object
 
getId() - Method in class org.bytedeco.hdf5.IdComponent
 
getId() - Method in class org.bytedeco.hdf5.PropList
 
GetIndex(IntPointer) - Method in class org.bytedeco.hdf5.PacketTable
 
GetIndex(IntBuffer) - Method in class org.bytedeco.hdf5.PacketTable
 
GetIndex(int[]) - Method in class org.bytedeco.hdf5.PacketTable
 
getInMemDataSize() - Method in class org.bytedeco.hdf5.AbstractDs
\brief Gets the size in memory of this abstract dataset.
getInMemDataSize() - Method in class org.bytedeco.hdf5.Attribute
 
getInMemDataSize() - Method in class org.bytedeco.hdf5.DataSet
 
getInpad(BytePointer) - Method in class org.bytedeco.hdf5.FloatType
 
getIntType() - Method in class org.bytedeco.hdf5.AbstractDs
 
getIstorek() - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getLayout() - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getLibverBounds(IntPointer, IntPointer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getLibverBounds(IntBuffer, IntBuffer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getLibverBounds(int[], int[]) - Method in class org.bytedeco.hdf5.FileAccPropList
 
getLibVersion(IntPointer, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.H5Library
 
getLibVersion(IntBuffer, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.H5Library
 
getLibVersion(int[], int[], int[]) - Static method in class org.bytedeco.hdf5.H5Library
 
getLinkInfo(BytePointer, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
getLinkInfo(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
getLinkInfo(String, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
getLinkInfo(String) - Method in class org.bytedeco.hdf5.H5Location
 
getLinkval(BytePointer, long) - Method in class org.bytedeco.hdf5.H5Location
 
getLinkval(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
getLinkval(String, long) - Method in class org.bytedeco.hdf5.H5Location
 
getLinkval(String) - Method in class org.bytedeco.hdf5.H5Location
 
getLocId() - Method in class org.bytedeco.hdf5.CommonFG
For subclasses, H5File and Group, to return the correct object id, i.e.
getLocId() - Method in class org.bytedeco.hdf5.Group
 
getLocId() - Method in class org.bytedeco.hdf5.H5File
 
getMajorErrorNumber() - Method in exception hdf.hdf5lib.exceptions.HDF5LibraryException
 
getMajorString(long) - Method in class org.bytedeco.hdf5.Exception
 
getMemberArrayType(int) - Method in class org.bytedeco.hdf5.CompType
 
getMemberClass(int) - Method in class org.bytedeco.hdf5.CompType
 
getMemberCompType(int) - Method in class org.bytedeco.hdf5.CompType
 
getMemberDataType(int) - Method in class org.bytedeco.hdf5.CompType
 
getMemberEnumType(int) - Method in class org.bytedeco.hdf5.CompType
 
getMemberFloatType(int) - Method in class org.bytedeco.hdf5.CompType
 
getMemberIndex(BytePointer) - Method in class org.bytedeco.hdf5.CompType
 
getMemberIndex(String) - Method in class org.bytedeco.hdf5.CompType
 
getMemberIndex(BytePointer) - Method in class org.bytedeco.hdf5.EnumType
 
getMemberIndex(String) - Method in class org.bytedeco.hdf5.EnumType
 
getMemberIntType(int) - Method in class org.bytedeco.hdf5.CompType
 
getMemberName(int) - Method in class org.bytedeco.hdf5.CompType
 
getMemberOffset(int) - Method in class org.bytedeco.hdf5.CompType
 
getMemberStrType(int) - Method in class org.bytedeco.hdf5.CompType
 
getMemberValue(int, Pointer) - Method in class org.bytedeco.hdf5.EnumType
 
getMemberVarLenType(int) - Method in class org.bytedeco.hdf5.CompType
 
getMessage() - Method in exception hdf.hdf5lib.exceptions.HDF5Exception
 
getMetaBlockSize() - Method in class org.bytedeco.hdf5.FileAccPropList
 
getMinorError(long) - Method in exception hdf.hdf5lib.exceptions.HDF5LibraryException
 
getMinorErrorNumber() - Method in exception hdf.hdf5lib.exceptions.HDF5LibraryException
 
getMinorString(long) - Method in class org.bytedeco.hdf5.Exception
 
getMultiType() - Method in class org.bytedeco.hdf5.FileAccPropList
 
getName(BytePointer, long) - Method in class org.bytedeco.hdf5.Attribute
 
getName(BytePointer) - Method in class org.bytedeco.hdf5.Attribute
 
getName(ByteBuffer, long) - Method in class org.bytedeco.hdf5.Attribute
 
getName(ByteBuffer) - Method in class org.bytedeco.hdf5.Attribute
 
getName(byte[], long) - Method in class org.bytedeco.hdf5.Attribute
 
getName(byte[]) - Method in class org.bytedeco.hdf5.Attribute
 
getName(long) - Method in class org.bytedeco.hdf5.Attribute
 
getName() - Method in class org.bytedeco.hdf5.Attribute
 
getNativeObjinfo(H5O_native_info_t, int) - Method in class org.bytedeco.hdf5.H5Location
 
getNativeObjinfo(H5O_native_info_t) - Method in class org.bytedeco.hdf5.H5Location
 
getNativeObjinfo(BytePointer, H5O_native_info_t, int, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
getNativeObjinfo(BytePointer, H5O_native_info_t) - Method in class org.bytedeco.hdf5.H5Location
 
getNativeObjinfo(String, H5O_native_info_t, int, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
getNativeObjinfo(String, H5O_native_info_t) - Method in class org.bytedeco.hdf5.H5Location
 
getNativeObjinfo(BytePointer, int, int, long, H5O_native_info_t, int, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
getNativeObjinfo(BytePointer, int, int, long, H5O_native_info_t) - Method in class org.bytedeco.hdf5.H5Location
 
getNativeObjinfo(String, int, int, long, H5O_native_info_t, int, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
getNativeObjinfo(String, int, int, long, H5O_native_info_t) - Method in class org.bytedeco.hdf5.H5Location
 
GetNextPacket(Pointer) - Method in class org.bytedeco.hdf5.FL_PacketTable
 
GetNextPackets(long, Pointer) - Method in class org.bytedeco.hdf5.FL_PacketTable
 
getNfilters() - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
getNmembers() - Method in class org.bytedeco.hdf5.CompType
 
getNmembers() - Method in class org.bytedeco.hdf5.EnumType
 
getNorm(BytePointer) - Method in class org.bytedeco.hdf5.FloatType
 
getNumAttrs() - Method in class org.bytedeco.hdf5.H5Object
 
getNumLinks() - Method in class org.bytedeco.hdf5.LinkAccPropList
 
getNumMembers(int) - Static method in class org.bytedeco.hdf5.IdComponent
 
getNumObjs() - Method in class org.bytedeco.hdf5.Group
 
getNumObjs() - Method in class org.bytedeco.hdf5.H5Location
 
getNumProps() - Method in class org.bytedeco.hdf5.PropList
 
getObjCount(int) - Method in class org.bytedeco.hdf5.H5File
 
getObjCount() - Method in class org.bytedeco.hdf5.H5File
 
getObjId(BytePointer, PropList) - Method in class org.bytedeco.hdf5.Group
 
getObjId(BytePointer) - Method in class org.bytedeco.hdf5.Group
 
getObjId(String, PropList) - Method in class org.bytedeco.hdf5.Group
 
getObjId(String) - Method in class org.bytedeco.hdf5.Group
 
getObjIDs(int, long, LongPointer) - Method in class org.bytedeco.hdf5.H5File
 
getObjIDs(int, long, LongBuffer) - Method in class org.bytedeco.hdf5.H5File
 
getObjIDs(int, long, long...) - Method in class org.bytedeco.hdf5.H5File
 
getObjinfo(H5O_info2_t, int) - Method in class org.bytedeco.hdf5.H5Location
 
getObjinfo(H5O_info2_t) - Method in class org.bytedeco.hdf5.H5Location
 
getObjinfo(BytePointer, H5O_info2_t, int, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
getObjinfo(BytePointer, H5O_info2_t) - Method in class org.bytedeco.hdf5.H5Location
 
getObjinfo(String, H5O_info2_t, int, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
getObjinfo(String, H5O_info2_t) - Method in class org.bytedeco.hdf5.H5Location
 
getObjinfo(BytePointer, int, int, long, H5O_info2_t, int, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
getObjinfo(BytePointer, int, int, long, H5O_info2_t) - Method in class org.bytedeco.hdf5.H5Location
 
getObjinfo(String, int, int, long, H5O_info2_t, int, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
getObjinfo(String, int, int, long, H5O_info2_t) - Method in class org.bytedeco.hdf5.H5Location
 
getObjName(BytePointer, long) - Method in class org.bytedeco.hdf5.H5Object
 
getObjName(BytePointer) - Method in class org.bytedeco.hdf5.H5Object
 
getObjName(ByteBuffer, long) - Method in class org.bytedeco.hdf5.H5Object
 
getObjName(ByteBuffer) - Method in class org.bytedeco.hdf5.H5Object
 
getObjName(byte[], long) - Method in class org.bytedeco.hdf5.H5Object
 
getObjName(byte[]) - Method in class org.bytedeco.hdf5.H5Object
 
getObjName() - Method in class org.bytedeco.hdf5.H5Object
 
getObjnameByIdx(long) - Method in class org.bytedeco.hdf5.H5Location
 
getObjnameByIdx(long, BytePointer, long) - Method in class org.bytedeco.hdf5.H5Location
 
getObjnameByIdx(long, ByteBuffer, long) - Method in class org.bytedeco.hdf5.H5Location
 
getObjnameByIdx(long, byte[], long) - Method in class org.bytedeco.hdf5.H5Location
 
getOffset() - Method in class org.bytedeco.hdf5.AtomType
 
getOffset() - Method in class org.bytedeco.hdf5.DataSet
 
getOpenIDCount() - Static method in class hdf.hdf5lib.H5
 
getOpenIDs() - Static method in class hdf.hdf5lib.H5
 
getOrder() - Method in class org.bytedeco.hdf5.AtomType
 
getOrder(BytePointer) - Method in class org.bytedeco.hdf5.AtomType
 
GetPacket(long, Pointer) - Method in class org.bytedeco.hdf5.FL_PacketTable
 
GetPacketCount(IntPointer) - Method in class org.bytedeco.hdf5.PacketTable
 
GetPacketCount(IntBuffer) - Method in class org.bytedeco.hdf5.PacketTable
 
GetPacketCount(int[]) - Method in class org.bytedeco.hdf5.PacketTable
 
GetPacketCount() - Method in class org.bytedeco.hdf5.PacketTable
 
GetPackets(long, long, Pointer) - Method in class org.bytedeco.hdf5.FL_PacketTable
 
getPad(IntPointer, IntPointer) - Method in class org.bytedeco.hdf5.AtomType
 
getPad(IntBuffer, IntBuffer) - Method in class org.bytedeco.hdf5.AtomType
 
getPad(int[], int[]) - Method in class org.bytedeco.hdf5.AtomType
 
getPointer(long) - Method in class org.bytedeco.hdf5.AttributeIException
 
getPointer(long) - Method in class org.bytedeco.hdf5.DataSetIException
 
getPointer(long) - Method in class org.bytedeco.hdf5.DataSpaceIException
 
getPointer(long) - Method in class org.bytedeco.hdf5.DataTypeIException
 
getPointer(long) - Method in class org.bytedeco.hdf5.Exception
 
getPointer(long) - Method in class org.bytedeco.hdf5.FileIException
 
getPointer(long) - Method in class org.bytedeco.hdf5.GroupIException
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5_ih_info_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5A_info_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5AC_cache_image_config_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5E_error2_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5F_retry_info_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5F_sect_info_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5FD_free_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5FD_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5G_info_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5L_class_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5L_info2_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5O_info2_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5O_native_info_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5O_token_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5R_ref_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5T_cdata_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5Z_cb_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.H5Z_class2_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.hdset_reg_ref_t
Deprecated.
 
getPointer(long) - Method in class org.bytedeco.hdf5.hvl_t
 
getPointer(long) - Method in class org.bytedeco.hdf5.IdComponentException
 
getPointer(long) - Method in class org.bytedeco.hdf5.LibraryIException
 
getPointer(long) - Method in class org.bytedeco.hdf5.LocationException
 
getPointer(long) - Method in class org.bytedeco.hdf5.ObjHeaderIException
 
getPointer(long) - Method in class org.bytedeco.hdf5.PacketTable
 
getPointer(long) - Method in class org.bytedeco.hdf5.PropListIException
 
getPointer(long) - Method in class org.bytedeco.hdf5.ReferenceException
 
getPointer(long) - Method in class org.bytedeco.hdf5.UserData4Aiterate
 
getPointer(long) - Method in class org.bytedeco.hdf5.UserData4Visit
 
getPrecision() - Method in class org.bytedeco.hdf5.AtomType
 
getPreserve() - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getProperty(BytePointer, Pointer) - Method in class org.bytedeco.hdf5.PropList
 
getProperty(String, Pointer) - Method in class org.bytedeco.hdf5.PropList
 
getProperty(BytePointer) - Method in class org.bytedeco.hdf5.PropList
 
getProperty(String) - Method in class org.bytedeco.hdf5.PropList
 
getPropSize(BytePointer) - Method in class org.bytedeco.hdf5.PropList
 
getPropSize(String) - Method in class org.bytedeco.hdf5.PropList
 
getRefObjType(Pointer, int) - Method in class org.bytedeco.hdf5.H5Location
 
getRefObjType(Pointer) - Method in class org.bytedeco.hdf5.H5Location
 
getRegion(Pointer, int) - Method in class org.bytedeco.hdf5.H5Location
 
getRegion(Pointer) - Method in class org.bytedeco.hdf5.H5Location
 
getSelectBounds(LongPointer, LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectBounds(LongBuffer, LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectBounds(long[], long...) - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectElemNpoints() - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectElemPointlist(long, long, LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectElemPointlist(long, long, LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectElemPointlist(long, long, long...) - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectHyperBlocklist(long, long, LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectHyperBlocklist(long, long, LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectHyperBlocklist(long, long, long...) - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectHyperNblocks() - Method in class org.bytedeco.hdf5.DataSpace
 
getSelectNpoints() - Method in class org.bytedeco.hdf5.DataSpace
 
getSieveBufSize() - Method in class org.bytedeco.hdf5.FileAccPropList
 
getSign() - Method in class org.bytedeco.hdf5.IntType
 
getSimpleExtentDims(LongPointer, LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
getSimpleExtentDims(LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
getSimpleExtentDims(LongBuffer, LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
getSimpleExtentDims(LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
getSimpleExtentDims(long[], long...) - Method in class org.bytedeco.hdf5.DataSpace
 
getSimpleExtentDims(long...) - Method in class org.bytedeco.hdf5.DataSpace
 
getSimpleExtentNdims() - Method in class org.bytedeco.hdf5.DataSpace
 
getSimpleExtentNpoints() - Method in class org.bytedeco.hdf5.DataSpace
 
getSimpleExtentType() - Method in class org.bytedeco.hdf5.DataSpace
 
getSize() - Method in class org.bytedeco.hdf5.DataType
 
getSizes(SizeTPointer, SizeTPointer) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getSmallDataBlockSize() - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getSpace() - Method in class org.bytedeco.hdf5.AbstractDs
\brief Gets the dataspace of this abstract dataset - pure virtual.
getSpace() - Method in class org.bytedeco.hdf5.Attribute
 
getSpace() - Method in class org.bytedeco.hdf5.DataSet
 
getSpaceStatus(IntPointer) - Method in class org.bytedeco.hdf5.DataSet
 
getSpaceStatus(IntBuffer) - Method in class org.bytedeco.hdf5.DataSet
 
getSpaceStatus(int[]) - Method in class org.bytedeco.hdf5.DataSet
 
getStorageSize() - Method in class org.bytedeco.hdf5.AbstractDs
\brief Returns the amount of storage size required - pure virtual.
getStorageSize() - Method in class org.bytedeco.hdf5.Attribute
 
getStorageSize() - Method in class org.bytedeco.hdf5.DataSet
 
getStrpad() - Method in class org.bytedeco.hdf5.StrType
 
getStrType() - Method in class org.bytedeco.hdf5.AbstractDs
 
getSuper() - Method in class org.bytedeco.hdf5.DataType
 
getSymk(IntPointer, IntPointer) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getSymk(IntBuffer, IntBuffer) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getSymk(int[], int[]) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
GetTableId() - Method in class org.bytedeco.hdf5.PacketTable
 
getTag() - Method in class org.bytedeco.hdf5.DataType
 
getTypeClass() - Method in class org.bytedeco.hdf5.AbstractDs
 
getTypeConvCB(H5T_conv_except_func_t, PointerPointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getTypeConvCB(H5T_conv_except_func_t, Pointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getUserblock() - Method in class org.bytedeco.hdf5.FileCreatPropList
 
getVarLenType() - Method in class org.bytedeco.hdf5.AbstractDs
 
getVFDHandle(PointerPointer) - Method in class org.bytedeco.hdf5.H5File
 
getVFDHandle(Pointer) - Method in class org.bytedeco.hdf5.H5File
 
getVFDHandle(FileAccPropList, PointerPointer) - Method in class org.bytedeco.hdf5.H5File
 
getVFDHandle(FileAccPropList, Pointer) - Method in class org.bytedeco.hdf5.H5File
 
getVlenBufSize(DataType, DataSpace) - Method in class org.bytedeco.hdf5.DataSet
 
getVlenMemManager(H5MM_allocate_t, PointerPointer, H5MM_free_t, PointerPointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
getVlenMemManager(H5MM_allocate_t, Pointer, H5MM_free_t, Pointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
Group - Class in org.bytedeco.hdf5
\class Group \brief Class Group represents an HDF5 group.
Group(Pointer) - Constructor for class org.bytedeco.hdf5.Group
Pointer cast constructor.
Group(H5Location) - Constructor for class org.bytedeco.hdf5.Group
Downcast constructor.
Group(H5Location, Pointer, int, PropList) - Constructor for class org.bytedeco.hdf5.Group
 
Group(H5Location, Pointer) - Constructor for class org.bytedeco.hdf5.Group
 
Group() - Constructor for class org.bytedeco.hdf5.Group
 
Group(Group) - Constructor for class org.bytedeco.hdf5.Group
 
Group(long) - Constructor for class org.bytedeco.hdf5.Group
 
GroupIException - Class in org.bytedeco.hdf5
 
GroupIException(Pointer) - Constructor for class org.bytedeco.hdf5.GroupIException
Pointer cast constructor.
GroupIException(long) - Constructor for class org.bytedeco.hdf5.GroupIException
Native array allocator.
GroupIException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.GroupIException
 
GroupIException(BytePointer) - Constructor for class org.bytedeco.hdf5.GroupIException
 
GroupIException(String, String) - Constructor for class org.bytedeco.hdf5.GroupIException
 
GroupIException(String) - Constructor for class org.bytedeco.hdf5.GroupIException
 
GroupIException() - Constructor for class org.bytedeco.hdf5.GroupIException
 

H

H5 - Class in hdf.hdf5lib
This class is the Java interface for the HDF5 library.
H5() - Constructor for class hdf.hdf5lib.H5
 
H5_atclose_func_t - Class in org.bytedeco.hdf5
 
H5_atclose_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5_atclose_func_t
Pointer cast constructor.
H5_atclose_func_t() - Constructor for class org.bytedeco.hdf5.H5_atclose_func_t
 
H5_DEFAULT_PLUGINDIR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_DEV_T_IS_SCALAR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_EXAMPLESDIR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_ALARM - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_ARPA_INET_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_ASPRINTF - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_ATTRIBUTE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_CLOCK_GETTIME - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_DIRENT_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_DLFCN_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_EMBEDDED_LIBINFO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_FCNTL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_FEATURES_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_FILTER_DEFLATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_FLOCK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_FORK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_GETHOSTNAME - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_GETRUSAGE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_GETTIMEOFDAY - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_INTTYPES_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_IOCTL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_LIBDL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_LIBM - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_LIBZ - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_NETDB_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_NETINET_IN_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_PREADWRITE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_PWD_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_RAND_R - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_RANDOM - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_STAT_ST_BLOCKS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_STDINT_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_STDIO_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_STDLIB_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_STRCASESTR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_STRDUP - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_STRING_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_STRINGS_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_SYMLINK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_SYS_FILE_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_SYS_IOCTL_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_SYS_RESOURCE_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_SYS_SOCKET_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_SYS_STAT_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_SYS_TIME_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_SYS_TYPES_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_TIMEZONE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_TIOCGETD - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_TIOCGWINSZ - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_TM_GMTOFF - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_TMPFILE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_UNISTD_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_VASPRINTF - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_WAITPID - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_HAVE_ZLIB_H - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_IGNORE_DISABLED_FILE_LOCKS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_ih_info_t - Class in hdf.hdf5lib.structs
Information struct for group (for H5Gget_info/H5Gget_info_by_name/H5Gget_info_by_idx)
H5_ih_info_t - Class in org.bytedeco.hdf5
 
H5_ih_info_t() - Constructor for class org.bytedeco.hdf5.H5_ih_info_t
Default native constructor.
H5_ih_info_t(long) - Constructor for class org.bytedeco.hdf5.H5_ih_info_t
Native array allocator.
H5_ih_info_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5_ih_info_t
Pointer cast constructor.
H5_INCLUDE_HL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_INDEX_CRT_ORDER - Static variable in class hdf.hdf5lib.HDF5Constants
indices on links, index on creation order
H5_INDEX_CRT_ORDER - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5_index_t
H5_INDEX_N - Static variable in class hdf.hdf5lib.HDF5Constants
indices on links, number of indices defined
H5_INDEX_N - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5_index_t
H5_INDEX_NAME - Static variable in class hdf.hdf5lib.HDF5Constants
indices on links, index on names
H5_INDEX_NAME - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5_index_t
H5_INDEX_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
indices on links, unknown index type
H5_INDEX_UNKNOWN - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5_index_t
H5_ITER_CONT - Static variable in class org.bytedeco.hdf5.global.hdf5
Continue iteration
H5_ITER_DEC - Static variable in class hdf.hdf5lib.HDF5Constants
Common iteration orders, Decreasing order
H5_ITER_DEC - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5_iter_order_t
H5_ITER_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
Error, stop iteration
H5_ITER_INC - Static variable in class hdf.hdf5lib.HDF5Constants
Common iteration orders, Increasing order
H5_ITER_INC - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5_iter_order_t
H5_ITER_N - Static variable in class hdf.hdf5lib.HDF5Constants
Common iteration orders, Number of iteration orders
H5_ITER_N - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5_iter_order_t
H5_ITER_NATIVE - Static variable in class hdf.hdf5lib.HDF5Constants
Common iteration orders, No particular order, whatever is fastest
H5_ITER_NATIVE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5_iter_order_t
H5_ITER_STOP - Static variable in class org.bytedeco.hdf5.global.hdf5
Stop iteration, short-circuit success
H5_ITER_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
Common iteration orders, Unknown order
H5_ITER_UNKNOWN - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5_iter_order_t
H5_LDOUBLE_TO_LLONG_ACCURATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_LIBRARY_NAME_PROPERTY_KEY - Static variable in class hdf.hdf5lib.H5
 
H5_LLONG_TO_LDOUBLE_CORRECT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_LT_OBJDIR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_PACKAGE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_PACKAGE_BUGREPORT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_PACKAGE_NAME - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_PACKAGE_STRING - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_PACKAGE_TARNAME - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_PACKAGE_URL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_PACKAGE_VERSION - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_BOOL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_CHAR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_DOUBLE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_FLOAT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_HADDR_T - Static variable in class org.bytedeco.hdf5.global.hdf5
The address of an object in the file.
H5_SIZEOF_HID_T - Static variable in class org.bytedeco.hdf5.global.hdf5
The size of identifiers
H5_SIZEOF_HSIZE_T - Static variable in class org.bytedeco.hdf5.global.hdf5
The size of file objects.
H5_SIZEOF_HSSIZE_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT16_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT32_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT64_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT8_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT_FAST16_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT_FAST32_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT_FAST64_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT_FAST8_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT_LEAST16_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT_LEAST32_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT_LEAST64_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_INT_LEAST8_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_LONG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_LONG_DOUBLE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_LONG_LONG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_OFF_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_PTRDIFF_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_SHORT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_SIZE_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_SSIZE_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_TIME_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT16_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT32_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT64_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT8_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT_FAST16_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT_FAST32_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT_FAST64_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT_FAST8_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT_LEAST16_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT_LEAST32_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT_LEAST64_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UINT_LEAST8_T - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SIZEOF_UNSIGNED - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_STDC_HEADERS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_SZIP_ALLOW_K13_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
Special parameters for szip compression
H5_SZIP_ALLOW_K13_OPTION_MASK - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP
H5_SZIP_CHIP_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
Special parameters for szip compression
H5_SZIP_CHIP_OPTION_MASK - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP
H5_SZIP_EC_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
Special parameters for szip compression
H5_SZIP_EC_OPTION_MASK - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP
H5_SZIP_MAX_PIXELS_PER_BLOCK - Static variable in class hdf.hdf5lib.HDF5Constants
Special parameters for szip compression
H5_SZIP_MAX_PIXELS_PER_BLOCK - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP
H5_SZIP_NN_OPTION_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
Special parameters for szip compression
H5_SZIP_NN_OPTION_MASK - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP
H5_TEST_EXPRESS_LEVEL_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_USE_114_API_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_USE_FILE_LOCKING - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VERS_INFO - Static variable in class org.bytedeco.hdf5.global.hdf5
Full version string
H5_VERS_MAJOR - Static variable in class org.bytedeco.hdf5.global.hdf5
For major interface/format changes
H5_VERS_MINOR - Static variable in class org.bytedeco.hdf5.global.hdf5
For minor interface/format changes
H5_VERS_RELEASE - Static variable in class org.bytedeco.hdf5.global.hdf5
For tweaks, bug-fixes, or development
H5_VERS_SUBRELEASE - Static variable in class org.bytedeco.hdf5.global.hdf5
For pre-releases like \c snap0.
H5_VERSION - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_CORE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_CORE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_DIRECT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_DIRECT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_FAMILY - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_FAMILY() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_HDFS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_HDFS() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_INVALID - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_INVALID() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_IOC - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_IOC() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_LOG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_LOG() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_MAX - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_MIRROR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_MIRROR() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_MPIO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_MPIO() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_MULTI - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_MULTI() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_ONION - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_ONION() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_RESERVED - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_ROS3 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_ROS3() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_SEC2 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_SEC2() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_SPLITTER - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_SPLITTER() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_STDIO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_STDIO() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_SUBFILING - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_VFD_SUBFILING() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5_VOL_INVALID - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5_VOL_MAX - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5_VOL_NATIVE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5_VOL_RESERVED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5_WANT_DATA_ACCURACY - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5_WANT_DCONV_EXCEPTION - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5A_info_t - Class in hdf.hdf5lib.structs
Information struct for Attribute (For H5Aget_info/H5Aget_info_by_idx/H5Aget_info_by_name)
H5A_info_t - Class in org.bytedeco.hdf5
/** Information struct for H5Aget_info() / H5Aget_info_by_idx()
H5A_info_t() - Constructor for class org.bytedeco.hdf5.H5A_info_t
Default native constructor.
H5A_info_t(long) - Constructor for class org.bytedeco.hdf5.H5A_info_t
Native array allocator.
H5A_info_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5A_info_t
Pointer cast constructor.
H5A_iterate_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Aiterate.
H5A_iterate_t - Interface in hdf.hdf5lib.callbacks
Data class for link callback for H5Aiterate.
H5A_operator2_t - Class in org.bytedeco.hdf5
 
H5A_operator2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5A_operator2_t
Pointer cast constructor.
H5A_operator2_t() - Constructor for class org.bytedeco.hdf5.H5A_operator2_t
 
H5AC__CACHE_IMAGE__ENTRY_AGEOUT__MAX - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5AC__CACHE_IMAGE__ENTRY_AGEOUT__NONE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5AC__CURR_CACHE_CONFIG_VERSION - Static variable in class org.bytedeco.hdf5.global.hdf5
structure H5AC_cache_config_t H5AC_cache_config_t is a public structure intended for use in public APIs.
H5AC__CURR_CACHE_IMAGE_CONFIG_VERSION - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5AC__MAX_TRACE_FILE_NAME_LEN - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5AC_cache_config_t - Class in hdf.hdf5lib.structs
Information struct for H5Pget_mdc_config/H5Pset_mdc_config
H5AC_cache_config_t(int, boolean, boolean, boolean, String, boolean, boolean, long, double, long, long, long, int, double, double, boolean, long, int, double, double, int, double, double, boolean, long, int, boolean, double, long, int) - Constructor for class hdf.hdf5lib.structs.H5AC_cache_config_t
H5AC_cache_config_t is a public structure intended for use in public APIs.
H5AC_cache_config_t - Class in org.bytedeco.hdf5
 
H5AC_cache_config_t() - Constructor for class org.bytedeco.hdf5.H5AC_cache_config_t
Default native constructor.
H5AC_cache_config_t(long) - Constructor for class org.bytedeco.hdf5.H5AC_cache_config_t
Native array allocator.
H5AC_cache_config_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5AC_cache_config_t
Pointer cast constructor.
H5AC_cache_image_config_t - Class in org.bytedeco.hdf5
/** H5AC_cache_image_config_t is a public structure intended for use in public APIs.
H5AC_cache_image_config_t() - Constructor for class org.bytedeco.hdf5.H5AC_cache_image_config_t
Default native constructor.
H5AC_cache_image_config_t(long) - Constructor for class org.bytedeco.hdf5.H5AC_cache_image_config_t
Native array allocator.
H5AC_cache_image_config_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5AC_cache_image_config_t
Pointer cast constructor.
H5AC_CURR_CACHE_CONFIG_VERSION - Static variable in class hdf.hdf5lib.HDF5Constants
The version of the H5AC_cache_config_t in use
H5AC_MAX_TRACE_FILE_NAME_LEN - Static variable in class hdf.hdf5lib.HDF5Constants
The maximum length of the trace file path
H5AC_METADATA_WRITE_STRATEGY__DISTRIBUTED - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5AC_METADATA_WRITE_STRATEGY__PROCESS_0_ONLY - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5AC_METADATA_WRITE_STRATEGY_DISTRIBUTED - Static variable in class hdf.hdf5lib.HDF5Constants
In the distributed metadata write strategy, process zero still makes the decisions as to what entries should be flushed, but the actual flushes are distributed across the processes in the computation to the extent possible.
H5AC_METADATA_WRITE_STRATEGY_PROCESS_ZERO_ONLY - Static variable in class hdf.hdf5lib.HDF5Constants
When metadata_write_strategy is set to this value, only process zero is allowed to write dirty metadata to disk.
H5Aclose(long) - Static method in class hdf.hdf5lib.H5
 
H5Aclose(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Closes the specified attribute \attr_id
H5Aclose_async(BytePointer, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Aclose}
H5Aclose_async(String, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Acopy(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Acreate(long, String, long, long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Acreate2(long, BytePointer, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Creates an attribute attached to a specified object \fgdt_loc_id
H5Acreate2(long, String, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Acreate_async(BytePointer, BytePointer, int, long, BytePointer, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Acreate}
H5Acreate_async(String, String, int, long, String, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Acreate_by_name(long, String, String, long, long, long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Acreate_by_name(long, BytePointer, BytePointer, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Creates an attribute attached to a specified object \fgdt_loc_id
H5Acreate_by_name(long, String, String, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Acreate_by_name_async(BytePointer, BytePointer, int, long, BytePointer, BytePointer, long, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Acreate_by_name}
H5Acreate_by_name_async(String, String, int, long, String, String, long, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Adelete(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Adelete(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Deletes an attribute from a specified location \fgdt_loc_id
H5Adelete(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Adelete_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Adelete_by_idx(long, BytePointer, int, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Deletes an attribute from an object according to index order \fgdt_loc_id
H5Adelete_by_idx(long, String, int, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Adelete_by_name(long, String, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Adelete_by_name(long, BytePointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Removes an attribute from a specified location \fgdt_loc_id
H5Adelete_by_name(long, String, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aexists(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Aexists(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Determines whether an attribute with a given name exists on an object \fgdt_loc_id{obj_id}
H5Aexists(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aexists_async(BytePointer, BytePointer, int, long, BytePointer, BoolPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Aexists}
H5Aexists_async(String, String, int, long, String, boolean[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aexists_by_name(long, String, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Aexists_by_name(long, BytePointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Determines whether an attribute with a given name exists on an object \fgdt_loc_id{obj_id}
H5Aexists_by_name(long, String, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aexists_by_name_async(BytePointer, BytePointer, int, long, BytePointer, BytePointer, BoolPointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Aexists_by_name}
H5Aexists_by_name_async(String, String, int, long, String, String, boolean[], long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aget_create_plist(long) - Static method in class hdf.hdf5lib.H5
 
H5Aget_create_plist(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Gets an attribute creation property list identifier \attr_id
H5Aget_info(long) - Static method in class hdf.hdf5lib.H5
 
H5Aget_info(long, H5A_info_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Retrieves attribute information by attribute identifier \attr_id
H5Aget_info_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Aget_info_by_idx(long, BytePointer, int, int, long, H5A_info_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Retrieves attribute information by attribute index position \fgdt_loc_id
H5Aget_info_by_idx(long, String, int, int, long, H5A_info_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aget_info_by_name(long, String, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Aget_info_by_name(long, BytePointer, BytePointer, H5A_info_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Retrieves attribute information by attribute name \fgdt_loc_id
H5Aget_info_by_name(long, String, String, H5A_info_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aget_name(long) - Static method in class hdf.hdf5lib.H5
 
H5Aget_name(long, long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Gets an attribute name \attr_id
H5Aget_name(long, long, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aget_name(long, long, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aget_name_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Aget_name_by_idx(long, BytePointer, int, int, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Gets an attribute name by attribute index position \fgdt_loc_id
H5Aget_name_by_idx(long, String, int, int, long, ByteBuffer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aget_name_by_idx(long, BytePointer, int, int, long, byte[], long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aget_name_by_idx(long, String, int, int, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aget_name_by_idx(long, BytePointer, int, int, long, ByteBuffer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aget_name_by_idx(long, String, int, int, long, byte[], long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aget_space(long) - Static method in class hdf.hdf5lib.H5
 
H5Aget_space(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Gets a copy of the dataspace for an attribute \attr_id
H5Aget_storage_size(long) - Static method in class hdf.hdf5lib.H5
 
H5Aget_storage_size(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Returns the amount of storage used to store an attribute \attr_id
H5Aget_type(long) - Static method in class hdf.hdf5lib.H5
 
H5Aget_type(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Gets an attribute's datatype \attr_id
H5Aiterate(long, int, int, long, H5A_iterate_cb, H5A_iterate_t) - Static method in class hdf.hdf5lib.H5
 
H5Aiterate2(long, int, int, LongPointer, H5A_operator2_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Calls a user-defined function for each attribute on an object \fgdt_loc_id
H5Aiterate2(long, int, int, LongBuffer, H5A_operator2_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aiterate2(long, int, int, long[], H5A_operator2_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aiterate_by_name(long, String, int, int, long, H5A_iterate_cb, H5A_iterate_t, long) - Static method in class hdf.hdf5lib.H5
 
H5Aiterate_by_name(long, BytePointer, int, int, LongPointer, H5A_operator2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Calls user-defined function for each attribute on an object \fgdt_loc_id
H5Aiterate_by_name(long, String, int, int, LongBuffer, H5A_operator2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aiterate_by_name(long, BytePointer, int, int, long[], H5A_operator2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aiterate_by_name(long, String, int, int, LongPointer, H5A_operator2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aiterate_by_name(long, BytePointer, int, int, LongBuffer, H5A_operator2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aiterate_by_name(long, String, int, int, long[], H5A_operator2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5allocate_memory(long, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Allocates memory that will be freed later internally.
H5Aopen(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Aopen(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Opens an attribute for an object specified by object identifier and attribute name \fgdt_loc_id{obj_id}
H5Aopen(long, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aopen_async(BytePointer, BytePointer, int, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Aopen}
H5Aopen_async(String, String, int, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aopen_by_idx(long, String, int, int, long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Aopen_by_idx(long, BytePointer, int, int, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Opens the nth attribute attached to an object \loc_id
H5Aopen_by_idx(long, String, int, int, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aopen_by_idx_async(BytePointer, BytePointer, int, long, BytePointer, int, int, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Aopen_by_idx}
H5Aopen_by_idx_async(String, String, int, long, String, int, int, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aopen_by_name(long, String, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Aopen_by_name(long, BytePointer, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Opens an attribute for an object by object name and attribute name \fgdt_loc_id
H5Aopen_by_name(long, String, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aopen_by_name_async(BytePointer, BytePointer, int, long, BytePointer, BytePointer, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Aopen_by_name}
H5Aopen_by_name_async(String, String, int, long, String, String, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aread(long, long, byte[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Aread(long, long, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Aread(long, long, Object) - Static method in class hdf.hdf5lib.H5
 
H5Aread(long, long, Object, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Aread(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Reads the value of an attribute \attr_id \mem_type_id{type_id}
H5Aread_async(BytePointer, BytePointer, int, long, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Aread}
H5Aread_async(String, String, int, long, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Aread_double(long, long, double[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Aread_double(long, long, double[]) - Static method in class hdf.hdf5lib.H5
 
H5Aread_float(long, long, float[], boolean) - Static method in class hdf.hdf5lib.H5
H5Aread reads an attribute, specified with attr_id.
H5Aread_float(long, long, float[]) - Static method in class hdf.hdf5lib.H5
 
H5Aread_int(long, long, int[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Aread_int(long, long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Aread_long(long, long, long[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Aread_long(long, long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Aread_reg_ref(long, long, String[]) - Static method in class hdf.hdf5lib.H5
 
H5Aread_short(long, long, short[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Aread_short(long, long, short[]) - Static method in class hdf.hdf5lib.H5
 
H5Aread_string(long, long, String[]) - Static method in class hdf.hdf5lib.H5
 
H5Aread_VLStrings(long, long, Object[]) - Static method in class hdf.hdf5lib.H5
 
H5AreadComplex(long, long, String[]) - Static method in class hdf.hdf5lib.H5
 
H5AreadVL(long, long, Object[]) - Static method in class hdf.hdf5lib.H5
 
H5Arename(long, String, String) - Static method in class hdf.hdf5lib.H5
 
H5Arename(long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Renames an attribute \fgdt_loc_id
H5Arename(long, String, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Arename_async(BytePointer, BytePointer, int, long, BytePointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Arename}
H5Arename_async(String, String, int, long, String, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Arename_by_name(long, String, String, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Arename_by_name(long, BytePointer, BytePointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \fgdt_loc_id
H5Arename_by_name(long, String, String, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Arename_by_name_async(BytePointer, BytePointer, int, long, BytePointer, BytePointer, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Arename_by_name}
H5Arename_by_name_async(String, String, int, long, String, String, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5atclose(H5_atclose_func_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Registers a callback for the library to invoke when it's closing.
H5Awrite(long, long, byte[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Awrite(long, long, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Awrite(long, long, Object) - Static method in class hdf.hdf5lib.H5
 
H5Awrite(long, long, Object, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Awrite(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5A \brief Writes data to an attribute \attr_id \mem_type_id{type_id}
H5Awrite_async(BytePointer, BytePointer, int, long, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ASYNC \async_variant_of{H5Awrite}
H5Awrite_async(String, String, int, long, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Awrite_double(long, long, double[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_double(long, long, double[]) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_float(long, long, float[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_float(long, long, float[]) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_int(long, long, int[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_int(long, long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_long(long, long, long[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_long(long, long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_short(long, long, short[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_short(long, long, short[]) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_string(long, long, String[]) - Static method in class hdf.hdf5lib.H5
 
H5Awrite_VLStrings(long, long, Object[]) - Static method in class hdf.hdf5lib.H5
 
H5AwriteVL(long, long, Object[]) - Static method in class hdf.hdf5lib.H5
 
H5C_decr__age_out - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5C_cache_decr_mode
H5C_decr__age_out_with_threshold - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5C_cache_decr_mode
H5C_decr__off - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5C_cache_decr_mode
H5C_decr__threshold - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5C_cache_decr_mode
H5C_decr_age_out - Static variable in class hdf.hdf5lib.HDF5Constants
At the end of each epoch, search the cache for entries that have not been accessed for at least the number of epochs specified in the epochs_before_eviction field, and evict these entries
H5C_decr_age_out_with_threshold - Static variable in class hdf.hdf5lib.HDF5Constants
Same as age_out, but we only attempt to reduce the cache size when the hit rate observed over the last epoch exceeds the value provided in the upper_hr_threshold field
H5C_decr_off - Static variable in class hdf.hdf5lib.HDF5Constants
Don't attempt to decrease the size of the cache automatically
H5C_decr_threshold - Static variable in class hdf.hdf5lib.HDF5Constants
Attempt to decrease the size of the cache whenever the average hit rate over the last epoch rises above the value supplied in the upper_hr_threshold field
H5C_flash_incr__add_space - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5C_cache_flash_incr_mode
H5C_flash_incr__off - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5C_cache_flash_incr_mode
H5C_flash_incr_add_space - Static variable in class hdf.hdf5lib.HDF5Constants
increase the current maximum cache size by x * flash_multiple less any free space in the cache
H5C_flash_incr_off - Static variable in class hdf.hdf5lib.HDF5Constants
Don't perform flash increases in the size of the cache
H5C_incr__off - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5C_cache_incr_mode
H5C_incr__threshold - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5C_cache_incr_mode
H5C_incr_off - Static variable in class hdf.hdf5lib.HDF5Constants
Don't attempt to increase the size of the cache automatically
H5C_incr_threshold - Static variable in class hdf.hdf5lib.HDF5Constants
Attempt to increase the size of the cache whenever the average hit rate over the last epoch drops below the value supplied in the lower_hr_threshold field
H5check_version(int, int, int) - Static method in class hdf.hdf5lib.H5
 
H5check_version(int, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Verifies that HDF5 library versions are consistent
H5close() - Static method in class hdf.hdf5lib.H5
 
H5close() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Flushes all data to disk, closes all open objects, and releases memory
H5D_ALLOC_TIME_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_ALLOC_TIME_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_alloc_time_t
H5D_ALLOC_TIME_EARLY - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_ALLOC_TIME_EARLY - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_alloc_time_t
H5D_ALLOC_TIME_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_ALLOC_TIME_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_alloc_time_t
H5D_ALLOC_TIME_INCR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_ALLOC_TIME_INCR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_alloc_time_t
H5D_ALLOC_TIME_LATE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_ALLOC_TIME_LATE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_alloc_time_t
H5D_append_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pset/get_append_flush.
H5D_append_cb_t - Class in org.bytedeco.hdf5
 
H5D_append_cb_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5D_append_cb_t
Pointer cast constructor.
H5D_append_cb_t() - Constructor for class org.bytedeco.hdf5.H5D_append_cb_t
 
H5D_append_t - Interface in hdf.hdf5lib.callbacks
Data class for link callback for H5Dappend.
H5D_CHUNK_CACHE_NBYTES_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5D_CHUNK_CACHE_NBYTES_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5D_CHUNK_CACHE_NSLOTS_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5D_CHUNK_CACHE_NSLOTS_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5D_CHUNK_CACHE_W0_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_CHUNK_DONT_FILTER_PARTIAL_CHUNKS - Static variable in class org.bytedeco.hdf5.global.hdf5
Bit flags for the H5Pset_chunk_opts() and H5Pget_chunk_opts()
H5D_CHUNK_IDX_BT2 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_chunk_index_t
H5D_CHUNK_IDX_BTREE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_CHUNK_IDX_BTREE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_chunk_index_t
H5D_CHUNK_IDX_EARRAY - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_chunk_index_t
H5D_CHUNK_IDX_FARRAY - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_chunk_index_t
H5D_CHUNK_IDX_NONE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_chunk_index_t
H5D_CHUNK_IDX_NTYPES - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_chunk_index_t
H5D_CHUNK_IDX_SINGLE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_chunk_index_t
H5D_chunk_iter_op_t - Class in org.bytedeco.hdf5
 
H5D_chunk_iter_op_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5D_chunk_iter_op_t
Pointer cast constructor.
H5D_chunk_iter_op_t() - Constructor for class org.bytedeco.hdf5.H5D_chunk_iter_op_t
 
H5D_CHUNKED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_CHUNKED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_layout_t
H5D_COMPACT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_COMPACT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_layout_t
H5D_CONTIGUOUS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_CONTIGUOUS - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_layout_t
H5D_FILL_TIME_ALLOC - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_FILL_TIME_ALLOC - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_fill_time_t
H5D_FILL_TIME_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_FILL_TIME_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_fill_time_t
H5D_FILL_TIME_IFSET - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_FILL_TIME_IFSET - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_fill_time_t
H5D_FILL_TIME_NEVER - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_FILL_TIME_NEVER - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_fill_time_t
H5D_FILL_VALUE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_FILL_VALUE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_fill_value_t
H5D_FILL_VALUE_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_FILL_VALUE_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_fill_value_t
H5D_FILL_VALUE_UNDEFINED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_FILL_VALUE_UNDEFINED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_fill_value_t
H5D_FILL_VALUE_USER_DEFINED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_FILL_VALUE_USER_DEFINED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_fill_value_t
H5D_gather_func_t - Class in org.bytedeco.hdf5
 
H5D_gather_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5D_gather_func_t
Pointer cast constructor.
H5D_gather_func_t() - Constructor for class org.bytedeco.hdf5.H5D_gather_func_t
 
H5D_iterate_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Diterate.
H5D_iterate_t - Interface in hdf.hdf5lib.callbacks
Data class for link callback for H5Diterate.
H5D_LAYOUT_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_LAYOUT_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_layout_t
H5D_MPIO_CHUNK_COLLECTIVE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_actual_io_mode_t
H5D_MPIO_CHUNK_INDEPENDENT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_actual_io_mode_t
H5D_MPIO_CHUNK_MIXED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_actual_io_mode_t
H5D_MPIO_COLLECTIVE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MPIO_CONTIGUOUS_COLLECTIVE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_actual_io_mode_t
H5D_MPIO_DATA_TRANSFORMS - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MPIO_DATATYPE_CONVERSION - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MPIO_ERROR_WHILE_CHECKING_COLLECTIVE_POSSIBLE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MPIO_LINK_CHUNK - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_actual_chunk_opt_mode_t
H5D_MPIO_MPI_OPT_TYPES_ENV_VAR_DISABLED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MPIO_MULTI_CHUNK - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_actual_chunk_opt_mode_t
H5D_MPIO_NO_CHUNK_OPTIMIZATION - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_actual_chunk_opt_mode_t
H5D_MPIO_NO_COLLECTIVE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_actual_io_mode_t
H5D_MPIO_NO_COLLECTIVE_MAX_CAUSE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MPIO_NO_SELECTION_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MPIO_NO_SELECTION_IO_CAUSES - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5D_MPIO_NOT_CONTIGUOUS_OR_CHUNKED_DATASET - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MPIO_NOT_SIMPLE_OR_SCALAR_DATASPACES - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MPIO_PARALLEL_FILTERED_WRITES_DISABLED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MPIO_SET_INDEPENDENT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_mpio_no_collective_cause_t
H5D_MULTI_CHUNK_IO_COL_THRESHOLD - Static variable in class org.bytedeco.hdf5.global.hdf5
Macros for multi-chunk collective IO case.
H5D_NLAYOUTS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_NLAYOUTS - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_layout_t
H5D_ONE_LINK_CHUNK_IO_THRESHOLD - Static variable in class org.bytedeco.hdf5.global.hdf5
Macros for One linked collective IO case.
H5D_operator_t - Class in org.bytedeco.hdf5
 
H5D_operator_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5D_operator_t
Pointer cast constructor.
H5D_operator_t() - Constructor for class org.bytedeco.hdf5.H5D_operator_t
 
H5D_SCALAR_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
Scalar (or legacy MPIO) I/O was performed
H5D_scatter_func_t - Class in org.bytedeco.hdf5
 
H5D_scatter_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5D_scatter_func_t
Pointer cast constructor.
H5D_scatter_func_t() - Constructor for class org.bytedeco.hdf5.H5D_scatter_func_t
 
H5D_SEL_IO_BKG_BUF_TOO_SMALL - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was not performed because the \ type conversion background buffer is too small
H5D_SEL_IO_CHUNK_CACHE - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was not performed because of \ chunk cache
H5D_SEL_IO_CONTIGUOUS_SIEVE_BUFFER - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was not performed because of \ sieve buffer for contiguous dataset
H5D_SEL_IO_DATASET_FILTER - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was not performed because of \ dataset filters
H5D_SEL_IO_DEFAULT_OFF - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was not performed because the \ selection I/O mode is DEFAULT and the library \ chose it to be off for this case
H5D_SEL_IO_DISABLE_BY_API - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was not performed because \ the feature was disabled by the API
H5D_SEL_IO_NO_VECTOR_OR_SELECTION_IO_CB - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was not performed because the VFD \ does not have vector or selection I/O callback
H5D_SEL_IO_NOT_CONTIGUOUS_OR_CHUNKED_DATASET - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was not performed because the \ dataset was neither contiguous nor chunked
H5D_SEL_IO_PAGE_BUFFER - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was not performed because of \ page buffer
H5D_SEL_IO_TCONV_BUF_TOO_SMALL - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was not performed because the \ type conversion buffer is too small
H5D_SELECTION_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
Selection I/O was performed
H5D_SELECTION_IO_MODE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_selection_io_mode_t
H5D_SELECTION_IO_MODE_OFF - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_selection_io_mode_t
H5D_SELECTION_IO_MODE_ON - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_selection_io_mode_t
H5D_SPACE_STATUS_ALLOCATED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_SPACE_STATUS_ALLOCATED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_space_status_t
H5D_SPACE_STATUS_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_SPACE_STATUS_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_space_status_t
H5D_SPACE_STATUS_NOT_ALLOCATED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_SPACE_STATUS_NOT_ALLOCATED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_space_status_t
H5D_SPACE_STATUS_PART_ALLOCATED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_SPACE_STATUS_PART_ALLOCATED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_space_status_t
H5D_VDS_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_VDS_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_vds_view_t
H5D_VDS_FIRST_MISSING - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_VDS_FIRST_MISSING - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_vds_view_t
H5D_VDS_LAST_AVAILABLE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_VDS_LAST_AVAILABLE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_vds_view_t
H5D_VECTOR_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
Vector I/O was performed
H5D_VIRTUAL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5D_VIRTUAL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5D_layout_t
H5Dchunk_iter(long, long, H5D_chunk_iter_op_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Iterate over all chunks of a chunked dataset \dset_id
H5Dclose(long) - Static method in class hdf.hdf5lib.H5
 
H5Dclose(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Closes the specified dataset \dset_id
H5Dclose_async(BytePointer, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Dclose}
H5Dclose_async(String, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dcopy(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Dcreate(long, String, long, long, long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Dcreate2(long, BytePointer, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Creates a new dataset and links it into the file \fgdta_loc_id
H5Dcreate2(long, String, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dcreate_anon(long, long, long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Dcreate_anon(long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Creates a dataset in a file without linking it into the file structure \fgdta_loc_id \type_id \space_id \dcpl_id \dapl_id
H5Dcreate_async(BytePointer, BytePointer, int, long, BytePointer, long, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Dcreate}
H5Dcreate_async(String, String, int, long, String, long, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ddebug(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\cond DEV
H5Dfill(byte[], long, byte[], long, long) - Static method in class hdf.hdf5lib.H5
 
H5Dfill(Pointer, long, Pointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Fills dataspace elements with a fill value in a memory buffer
H5Dflush(long) - Static method in class hdf.hdf5lib.H5
 
H5Dflush(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Flushes all buffers associated with a dataset to disk \dset_id
H5Dformat_convert(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dgather(long, Pointer, long, long, Pointer, H5D_gather_func_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Gathers data from a selection within a memory buffer raw data chunk in a dataset
H5Dget_access_plist(long) - Static method in class hdf.hdf5lib.H5
 
H5Dget_access_plist(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Returns the dataset access property list associated with a dataset \dset_id
H5Dget_chunk_index_type(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_chunk_index_type(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_chunk_index_type(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_chunk_info(long, long, long, LongPointer, IntPointer, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Retrieves information about a chunk specified by its index \dset_id
H5Dget_chunk_info(long, long, long, LongBuffer, IntBuffer, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_chunk_info(long, long, long, long[], int[], long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_chunk_info_by_coord(long, LongPointer, IntPointer, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Retrieves information about a chunk specified by its coordinates \dset_id
H5Dget_chunk_info_by_coord(long, LongBuffer, IntBuffer, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_chunk_info_by_coord(long, long[], int[], long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_chunk_storage_size(long, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Returns the amount of storage allocated within the file for a raw data chunk in a dataset \dset_id
H5Dget_chunk_storage_size(long, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_chunk_storage_size(long, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_create_plist(long) - Static method in class hdf.hdf5lib.H5
 
H5Dget_create_plist(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Returns an identifier for a copy of the dataset creation property list for a dataset \dset_id
H5Dget_num_chunks(long, long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Retrieves number of chunks that have nonempty intersection with a specified selection \dset_id
H5Dget_num_chunks(long, long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_num_chunks(long, long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_offset(long) - Static method in class hdf.hdf5lib.H5
 
H5Dget_offset(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Returns dataset address in file \dset_id
H5Dget_space(long) - Static method in class hdf.hdf5lib.H5
 
H5Dget_space(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Returns an identifier for a copy of the dataspace for a dataset \dset_id
H5Dget_space_async(BytePointer, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Dget_space}
H5Dget_space_async(String, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_space_status(long) - Static method in class hdf.hdf5lib.H5
 
H5Dget_space_status(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Determines whether space has been allocated for a dataset \dset_id
H5Dget_space_status(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_space_status(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dget_storage_size(long) - Static method in class hdf.hdf5lib.H5
 
H5Dget_storage_size(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Returns the amount of storage allocated for a dataset \dset_id
H5Dget_type(long) - Static method in class hdf.hdf5lib.H5
 
H5Dget_type(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Returns an identifier for a copy of the datatype for a dataset \dset_id
H5Diterate(byte[], long, long, H5D_iterate_cb, H5D_iterate_t) - Static method in class hdf.hdf5lib.H5
 
H5Diterate(Pointer, long, long, H5D_operator_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Iterates over all selected elements in a dataspace
H5DOappend(long, long, int, long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DO \brief Appends data to a dataset along a specified dimension.
H5dont_atexit() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Instructs library not to install atexit() cleanup routine
H5Dopen(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Dopen2(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Opens an existing dataset \fgdta_loc_id
H5Dopen2(long, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dopen_async(BytePointer, BytePointer, int, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Dopen}
H5Dopen_async(String, String, int, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread(long, long, long, long, long, byte[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dread(long, long, long, long, long, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Dread(long, long, long, long, long, Object) - Static method in class hdf.hdf5lib.H5
 
H5Dread(long, long, long, long, long, Object, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dread(long, long, long, long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Reads raw data from a dataset into a provided buffer \dset_id Identifier of the dataset to read from
H5Dread_async(BytePointer, BytePointer, int, long, long, long, long, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Dread}
H5Dread_async(String, String, int, long, long, long, long, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_chunk(long, long, LongPointer, IntPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Reads a raw data chunk directly from a dataset in a file into a buffer \dset_id \dxpl_id
H5Dread_chunk(long, long, LongBuffer, IntBuffer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_chunk(long, long, long[], int[], Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_double(long, long, long, long, long, double[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dread_double(long, long, long, long, long, double[]) - Static method in class hdf.hdf5lib.H5
 
H5Dread_float(long, long, long, long, long, float[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dread_float(long, long, long, long, long, float[]) - Static method in class hdf.hdf5lib.H5
 
H5Dread_int(long, long, long, long, long, int[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dread_int(long, long, long, long, long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Dread_long(long, long, long, long, long, long[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dread_long(long, long, long, long, long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Dread_multi(long, LongPointer, LongPointer, LongPointer, LongPointer, long, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Reads raw data from a set of datasets into the provided buffers
H5Dread_multi(long, LongPointer, LongPointer, LongPointer, LongPointer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_multi(long, LongBuffer, LongBuffer, LongBuffer, LongBuffer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_multi(long, long[], long[], long[], long[], long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_multi_async(BytePointer, BytePointer, int, long, LongPointer, LongPointer, LongPointer, LongPointer, long, PointerPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Dread_multi}
H5Dread_multi_async(BytePointer, BytePointer, int, long, LongPointer, LongPointer, LongPointer, LongPointer, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_multi_async(String, String, int, long, LongBuffer, LongBuffer, LongBuffer, LongBuffer, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_multi_async(BytePointer, BytePointer, int, long, long[], long[], long[], long[], long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_multi_async(String, String, int, long, LongPointer, LongPointer, LongPointer, LongPointer, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_multi_async(BytePointer, BytePointer, int, long, LongBuffer, LongBuffer, LongBuffer, LongBuffer, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_multi_async(String, String, int, long, long[], long[], long[], long[], long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dread_reg_ref(long, long, long, long, long, String[]) - Static method in class hdf.hdf5lib.H5
 
H5Dread_short(long, long, long, long, long, short[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dread_short(long, long, long, long, long, short[]) - Static method in class hdf.hdf5lib.H5
 
H5Dread_string(long, long, long, long, long, String[]) - Static method in class hdf.hdf5lib.H5
 
H5Dread_VLStrings(long, long, long, long, long, Object[]) - Static method in class hdf.hdf5lib.H5
 
H5DreadVL(long, long, long, long, long, Object[]) - Static method in class hdf.hdf5lib.H5
 
H5Drefresh(long) - Static method in class hdf.hdf5lib.H5
 
H5Drefresh(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Refreshes all buffers associated with a dataset \dset_id
H5DS_iterate_t - Class in org.bytedeco.hdf5
 
H5DS_iterate_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5DS_iterate_t
Pointer cast constructor.
H5DS_iterate_t() - Constructor for class org.bytedeco.hdf5.H5DS_iterate_t
 
H5DSattach_scale(long, long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Attach dimension scale \p dsid to dimension \p idx of dataset did.
H5Dscatter(H5D_scatter_func_t, Pointer, long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Scatters data into a selection within a memory buffer
H5DSdetach_scale(long, long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Detach dimension scale \p dsid from the dimension \p idx of dataset \p did.
H5Dset_extent(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Dset_extent(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Changes the sizes of a dataset's dimensions \dset_id
H5Dset_extent(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dset_extent(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dset_extent_async(BytePointer, BytePointer, int, long, LongPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Dset_extent}
H5Dset_extent_async(String, String, int, long, LongBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dset_extent_async(BytePointer, BytePointer, int, long, long[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dset_extent_async(String, String, int, long, LongPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dset_extent_async(BytePointer, BytePointer, int, long, LongBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dset_extent_async(String, String, int, long, long[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5DSget_label(long, int, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Read the label for dimension \p idx of \p did into buffer \p label.
H5DSget_label(long, int, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5DSget_label(long, int, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5DSget_num_scales(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Determines how many Dimension Scales are attached to dimension \p idx of \p did.
H5DSget_scale_name(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Retrieves name of scale \p did into buffer \p name.
H5DSget_scale_name(long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5DSget_scale_name(long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5DSis_attached(long, long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Report if dimension scale \p dsid is currently attached to dimension \p idx of dataset \p did.
H5DSis_scale(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Determines whether \p did is a Dimension Scale.
H5DSiterate_scales(long, int, IntPointer, H5DS_iterate_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Iterates the operation visitor through the scales attached to dimension \p dim.
H5DSiterate_scales(long, int, IntBuffer, H5DS_iterate_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5DSiterate_scales(long, int, int[], H5DS_iterate_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5DSset_label(long, int, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Set label for the dimension \p idx of \p did to the value \p label.
H5DSset_label(long, int, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5DSset_scale(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Convert dataset \p dsid to a dimension scale, with optional name, \p dimname.
H5DSset_scale(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5DSwith_new_ref(long, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5DS \brief Determines if new references are used with dimension scales.
H5DSwith_new_ref(long, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dvlen_get_buf_size(long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Dvlen_get_buf_size(long, long, long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Determines the number of bytes required to store variable-length (VL) data \dset_id \type_id \space_id
H5Dvlen_get_buf_size(long, long, long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dvlen_get_buf_size(long, long, long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dvlen_reclaim(long, long, long, byte[]) - Static method in class hdf.hdf5lib.H5
Deprecated.
As of HDF5 1.12.0 in favor of H5Treclaim
H5Dwrite(long, long, long, long, long, byte[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite(long, long, long, long, long, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite(long, long, long, long, long, Object) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite(long, long, long, long, long, Object, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite(long, long, long, long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Writes raw data from a buffer to a dataset
H5Dwrite_async(BytePointer, BytePointer, int, long, long, long, long, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Dwrite}
H5Dwrite_async(String, String, int, long, long, long, long, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_chunk(long, long, int, LongPointer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Writes a raw data chunk from a buffer directly to a dataset in a file \dset_id \dxpl_id
H5Dwrite_chunk(long, long, int, LongBuffer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_chunk(long, long, int, long[], long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_double(long, long, long, long, long, double[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_double(long, long, long, long, long, double[]) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_float(long, long, long, long, long, float[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_float(long, long, long, long, long, float[]) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_int(long, long, long, long, long, int[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_int(long, long, long, long, long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_long(long, long, long, long, long, long[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_long(long, long, long, long, long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_multi(long, LongPointer, LongPointer, LongPointer, LongPointer, long, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5D \brief Writes raw data from a set buffers to a set of datasets
H5Dwrite_multi(long, LongPointer, LongPointer, LongPointer, LongPointer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_multi(long, LongBuffer, LongBuffer, LongBuffer, LongBuffer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_multi(long, long[], long[], long[], long[], long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_multi_async(BytePointer, BytePointer, int, long, LongPointer, LongPointer, LongPointer, LongPointer, long, PointerPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Dwrite_multi}
H5Dwrite_multi_async(BytePointer, BytePointer, int, long, LongPointer, LongPointer, LongPointer, LongPointer, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_multi_async(String, String, int, long, LongBuffer, LongBuffer, LongBuffer, LongBuffer, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_multi_async(BytePointer, BytePointer, int, long, long[], long[], long[], long[], long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_multi_async(String, String, int, long, LongPointer, LongPointer, LongPointer, LongPointer, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_multi_async(BytePointer, BytePointer, int, long, LongBuffer, LongBuffer, LongBuffer, LongBuffer, long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_multi_async(String, String, int, long, long[], long[], long[], long[], long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Dwrite_short(long, long, long, long, long, short[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_short(long, long, long, long, long, short[]) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_string(long, long, long, long, long, String[]) - Static method in class hdf.hdf5lib.H5
 
H5Dwrite_VLStrings(long, long, long, long, long, Object[]) - Static method in class hdf.hdf5lib.H5
 
H5DwriteVL(long, long, long, long, long, Object[]) - Static method in class hdf.hdf5lib.H5
 
H5E_ALIGNMENT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object header related errors - Alignment error
H5E_ALREADYEXISTS - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Resource errors - Object already exists
H5E_ALREADYINIT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Function entry/exit interface - Object already initialized
H5E_ARGS - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Invalid arguments to routine
H5E_ATTR - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Attribute
H5E_auto2_t - Class in org.bytedeco.hdf5
 
H5E_auto2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5E_auto2_t
Pointer cast constructor.
H5E_auto2_t() - Constructor for class org.bytedeco.hdf5.H5E_auto2_t
 
H5E_BADFILE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors - Bad file ID accessed
H5E_BADGROUP - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object ID related errors - Unable to find ID group information
H5E_BADID - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object ID related errors - Unable to find ID information (already closed?)
H5E_BADITER - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object header related errors - Iteration failed
H5E_BADMESG - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object header related errors - Unrecognized message
H5E_BADRANGE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Argument errors - Out of range
H5E_BADSELECT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Dataspace errors - Invalid selection
H5E_BADSIZE - Static variable in class hdf.hdf5lib.HDF5Constants
Datatype conversion errors - Bad size for object
H5E_BADTYPE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Argument errors - Inappropriate type
H5E_BADVALUE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Argument errors - Bad value
H5E_BTREE - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - B-Tree node
H5E_CACHE - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Object cache
H5E_CALLBACK - Static variable in class hdf.hdf5lib.HDF5Constants
I/O pipeline errors - Callback failed
H5E_CANAPPLY - Static variable in class hdf.hdf5lib.HDF5Constants
I/O pipeline errors - Error from filter 'can apply' callback
H5E_CANTALLOC - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Resource errors - Can't allocate space
H5E_CANTAPPEND - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Dataspace errors - Can't append object
H5E_CANTATTACH - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Heap errors - Can't attach object
H5E_CANTCLEAN - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to mark metadata as clean
H5E_CANTCLIP - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Dataspace errors - Can't clip hyperslab region
H5E_CANTCLOSEFILE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors - Unable to close file
H5E_CANTCLOSEOBJ - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Group related errors - Can't close object
H5E_CANTCOMPARE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Dataspace errors - Can't compare objects
H5E_CANTCOMPUTE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Heap errors - Can't compute value
H5E_CANTCONVERT - Static variable in class hdf.hdf5lib.HDF5Constants
Datatype conversion errors - Can't convert datatypes
H5E_CANTCOPY - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Resource errors - Unable to copy object
H5E_CANTCORK - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to cork an object
H5E_CANTCOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Dataspace errors - Can't count elements
H5E_CANTCREATE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors - Unable to create file
H5E_CANTDEC - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object ID related errors - Unable to decrement reference count
H5E_CANTDECODE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Unable to decode value
H5E_CANTDELETE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object header related errors - Can't delete message
H5E_CANTDELETEFILE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors - Unable to delete file
H5E_CANTDEPEND - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to create a flush dependency
H5E_CANTDIRTY - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to mark metadata as dirty
H5E_CANTENCODE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Unable to encode value
H5E_CANTEXPUNGE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to expunge a metadata cache entry
H5E_CANTEXTEND - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Heap errors - Can't extend heap's space
H5E_CANTFILTER - Static variable in class hdf.hdf5lib.HDF5Constants
I/O pipeline errors - Filter operation failed
H5E_CANTFLUSH - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to flush data from cache
H5E_CANTFREE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Resource errors - Unable to free object
H5E_CANTGATHER - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Parallel MPI - Can't gather data
H5E_CANTGC - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Resource errors - Unable to garbage collect
H5E_CANTGET - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Property list errors - Can't get value
H5E_CANTGETSIZE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Resource errors - Unable to compute size
H5E_CANTINC - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object ID related errors - Unable to increment reference count
H5E_CANTINIT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Function entry/exit interface - Unable to initialize object
H5E_CANTINS - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to insert metadata into cache
H5E_CANTINSERT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Unable to insert object
H5E_CANTLIST - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Unable to list node
H5E_CANTLOAD - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to load metadata into cache
H5E_CANTLOCK - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Resource errors - Unable to lock object
H5E_CANTLOCKFILE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors Unable to lock file
H5E_CANTMARKCLEAN - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to mark a pinned entry as clean
H5E_CANTMARKDIRTY - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to mark a pinned entry as dirty
H5E_CANTMARKSERIALIZED - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to mark an entry as unserialized
H5E_CANTMARKUNSERIALIZED - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to mark an entry as serialized
H5E_CANTMERGE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Free space errors - Can't merge objects
H5E_CANTMODIFY - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Unable to modify record
H5E_CANTMOVE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Link related errors - Can't move object
H5E_CANTNEXT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Dataspace errors - Can't move to next iterator location
H5E_CANTNOTIFY - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to notify object about action
H5E_CANTOPENFILE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors - Unable to open file
H5E_CANTOPENOBJ - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Group related errors - Can't open object
H5E_CANTOPERATE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Heap errors - Can't operate on object
H5E_CANTPACK - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object header related errors - Can't pack messages
H5E_CANTPIN - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to pin cache entry
H5E_CANTPROTECT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to protect metadata
H5E_CANTRECV - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Parallel MPI - Can't receive data
H5E_CANTREDISTRIBUTE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Unable to redistribute records
H5E_CANTREGISTER - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object ID related errors - Unable to register new ID
H5E_CANTRELEASE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Function entry/exit interface - Unable to release object
H5E_CANTREMOVE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Unable to remove object
H5E_CANTRENAME - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object header related errors - Unable to rename object
H5E_CANTRESET - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object header related errors - Can't reset object
H5E_CANTRESIZE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to resize a metadata cache entry
H5E_CANTRESTORE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Heap errors - Can't restore condition
H5E_CANTREVIVE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Free space errors - Can't revive object
H5E_CANTSELECT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Dataspace errors - Can't select hyperslab
H5E_CANTSERIALIZE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to serialize data from cache
H5E_CANTSET - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Property list errors - Can't set value
H5E_CANTSHRINK - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Free space errors - Can't shrink container
H5E_CANTSORT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Link related errors - Can't sort objects
H5E_CANTSPLIT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Unable to split node
H5E_CANTSWAP - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Unable to swap records
H5E_CANTTAG - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to tag metadata in the cache
H5E_CANTUNCORK - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to uncork an object
H5E_CANTUNDEPEND - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to destroy a flush dependency
H5E_CANTUNLOCK - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Resource errors - Unable to unlock object
H5E_CANTUNLOCKFILE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors Unable to unlock file
H5E_CANTUNPIN - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to un-pin cache entry
H5E_CANTUNPROTECT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to unprotect metadata
H5E_CANTUNSERIALIZE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Unable to mark metadata as unserialized
H5E_CANTUPDATE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Heap errors - Can't update object
H5E_CLOSEERROR - Static variable in class hdf.hdf5lib.HDF5Constants
Generic low-level file I/O errors - Close failed
H5E_COMPLEN - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Group related errors - Name component is too long
H5E_CONTEXT - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - API Context
H5E_DATASET - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Dataset
H5E_DATASPACE - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Dataspace
H5E_DATATYPE - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Datatype
H5E_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
Value for the default error stack
H5E_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5E_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
\endcond
H5E_DUPCLASS - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Property list errors - Duplicate class name in parent class
H5E_EARRAY - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Extensible Array
H5E_EFL - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - External file list
H5E_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Error API
H5E_error2_t - Class in hdf.hdf5lib.structs
Information struct for Attribute (For H5Ewalk)
H5E_error2_t - Class in org.bytedeco.hdf5
Information about an error; element of error stack
H5E_error2_t() - Constructor for class org.bytedeco.hdf5.H5E_error2_t
Default native constructor.
H5E_error2_t(long) - Constructor for class org.bytedeco.hdf5.H5E_error2_t
Native array allocator.
H5E_error2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5E_error2_t
Pointer cast constructor.
H5E_EXISTS - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Object already exists
H5E_FARRAY - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Fixed Array
H5E_FCNTL - Static variable in class hdf.hdf5lib.HDF5Constants
Generic low-level file I/O errors - File control (fcntl) failed
H5E_FILE - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - File accessibility
H5E_FILEEXISTS - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors - File already exists
H5E_FILEOPEN - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors - File already open
H5E_FSPACE - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Free Space Manager
H5E_FUNC - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Function entry/exit
H5E_HEAP - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Heap
H5E_ID - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Object ID
H5E_INCONSISTENTSTATE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Dataspace errors - Internal states are inconsistent
H5E_INTERNAL - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Internal error (too specific to document in detail)
H5E_IO - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Low-level I/O
H5E_LINK - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Links
H5E_LINKCOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object header related errors - Bad object header link count
H5E_LOGGING - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Failure in the cache logging framework
H5E_MAJOR - Static variable in class hdf.hdf5lib.HDF5Constants
Different kinds of error information - H5E_type_t
H5E_MAJOR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5E_type_t
H5E_MAP - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Map
H5E_MINOR - Static variable in class hdf.hdf5lib.HDF5Constants
Different kinds of error information - H5E_type_t
H5E_MINOR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5E_type_t
H5E_MOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors - File mount error
H5E_MPI - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Parallel MPI - Some MPI function failed
H5E_MPIERRSTR - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Parallel MPI - MPI Error String
H5E_NLINKS - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Link related errors - Too many soft links in path
H5E_NO_INDEPENDENT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Parallel MPI - Can't perform independent IO
H5E_NOENCODER - Static variable in class hdf.hdf5lib.HDF5Constants
I/O pipeline errors - Filter present but encoding disabled
H5E_NOFILTER - Static variable in class hdf.hdf5lib.HDF5Constants
I/O pipeline errors - Requested filter is not available
H5E_NOIDS - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object ID related errors - Out of IDs for group
H5E_NONE_MAJOR - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - No error
H5E_NONE_MINOR - Static variable in class hdf.hdf5lib.HDF5Constants
No error
H5E_NOSPACE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Resource errors - No space available for allocation
H5E_NOTCACHED - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Metadata not currently cached
H5E_NOTFOUND - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - B-tree related errors - Object not found
H5E_NOTHDF5 - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors - Not an HDF5 file
H5E_NOTREGISTERED - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Link related errors - Link class not registered
H5E_OBJOPEN - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Resource errors - Object is already open
H5E_OHDR - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Object header
H5E_OPENERROR - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Plugin errors - Can't open directory or file
H5E_OVERFLOW - Static variable in class hdf.hdf5lib.HDF5Constants
Generic low-level file I/O errors - Address overflowed
H5E_PAGEBUF - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Page Buffering
H5E_PATH - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Group related errors - Problem with path to object
H5E_PLINE - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Data filters
H5E_PLIST - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Property lists
H5E_PLUGIN - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Plugin for dynamically loaded library
H5E_PROTECT - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Protected metadata error
H5E_READERROR - Static variable in class hdf.hdf5lib.HDF5Constants
Generic low-level file I/O errors - Read failed
H5E_REFERENCE - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - References
H5E_RESOURCE - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Resource unavailable
H5E_RS - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Reference Counted Strings
H5E_SEEKERROR - Static variable in class hdf.hdf5lib.HDF5Constants
Generic low-level file I/O errors - Seek failed
H5E_SETDISALLOWED - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Property list errors - Disallowed operation
H5E_SETLOCAL - Static variable in class hdf.hdf5lib.HDF5Constants
I/O pipeline errors - Error from filter 'set local' callback
H5E_SLIST - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Skip Lists
H5E_SOHM - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Shared Object Header Messages
H5E_STORAGE - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Data storage
H5E_SYM - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Symbol table
H5E_SYSERRSTR - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - System level errors - System error message
H5E_SYSTEM - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Cache related errors - Internal error detected
H5E_TRAVERSE - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Link related errors - Link traversal failure
H5E_TRUNCATED - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - File accessibility errors - File has been truncated
H5E_TST - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Ternary Search Trees
H5E_UNINITIALIZED - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Argument errors - Information is uinitialized
H5E_UNSUPPORTED - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Argument errors - Feature is unsupported
H5E_VERSION - Static variable in class hdf.hdf5lib.HDF5Constants
Minor error codes - Object header related errors - Wrong version number
H5E_VFL - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Virtual File Layer
H5E_VOL - Static variable in class hdf.hdf5lib.HDF5Constants
Major error codes - Virtual Object Layer
H5E_walk2_t - Class in org.bytedeco.hdf5
/** \brief Callback function for H5Ewalk2()
H5E_walk2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5E_walk2_t
Pointer cast constructor.
H5E_walk2_t() - Constructor for class org.bytedeco.hdf5.H5E_walk2_t
 
H5E_walk_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Ewalk.
H5E_WALK_DOWNWARD - Static variable in class hdf.hdf5lib.HDF5Constants
Error stack traversal direction - begin at API function, end deep
H5E_WALK_DOWNWARD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5E_direction_t
H5E_walk_t - Interface in hdf.hdf5lib.callbacks
Data class for link callback for H5Ewalk.
H5E_WALK_UPWARD - Static variable in class hdf.hdf5lib.HDF5Constants
Error stack traversal direction - begin deep, end at API function
H5E_WALK_UPWARD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5E_direction_t
H5E_WRITEERROR - Static variable in class hdf.hdf5lib.HDF5Constants
Generic low-level file I/O errors - Write failed
H5Eauto_is_v2(long) - Static method in class hdf.hdf5lib.H5
 
H5Eauto_is_v2(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Determines the type of error stack \estack_id{err_stack}
H5Eauto_is_v2(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Eauto_is_v2(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Eclear() - Static method in class hdf.hdf5lib.H5
 
H5Eclear(long) - Static method in class hdf.hdf5lib.H5
 
H5Eclear2(long) - Static method in class hdf.hdf5lib.H5
 
H5Eclear2(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Clears the specified error stack or the error stack for the current thread \estack_id{err_stack}
H5Eclose_msg(long) - Static method in class hdf.hdf5lib.H5
 
H5Eclose_msg(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Closes an error message
H5Eclose_stack(long) - Static method in class hdf.hdf5lib.H5
 
H5Eclose_stack(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Closes an error stack handle \estack_id{stack_id}
H5Ecreate_msg(long, int, String) - Static method in class hdf.hdf5lib.H5
 
H5Ecreate_msg(long, int, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Adds a major error message to an error class
H5Ecreate_msg(long, int, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ecreate_stack() - Static method in class hdf.hdf5lib.H5
 
H5Ecreate_stack() - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Creates a new, empty error stack
H5Eget_auto2(long, H5E_auto2_t, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Returns the settings for the automatic error stack traversal function and its data \estack_id
H5Eget_auto2(long, H5E_auto2_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Eget_class_name(long) - Static method in class hdf.hdf5lib.H5
 
H5Eget_class_name(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Retrieves error class name
H5Eget_class_name(long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Eget_class_name(long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Eget_current_stack() - Static method in class hdf.hdf5lib.H5
 
H5Eget_current_stack() - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Returns a copy of the current error stack
H5Eget_msg(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Eget_msg(long, IntPointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Retrieves an error message
H5Eget_msg(long, IntBuffer, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Eget_msg(long, int[], byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Eget_num(long) - Static method in class hdf.hdf5lib.H5
 
H5Eget_num(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Retrieves the number of error messages in an error stack \estack_id{error_stack_id}
H5Epop(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Epop(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Deletes specified number of error messages from the error stack \estack_id{err_stack}
H5Eprint2(long, Object) - Static method in class hdf.hdf5lib.H5
 
H5Eprint2(long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Prints the specified error stack in a default manner \estack_id{err_stack}
H5Epush(long, String, String, int, long, long, long, String) - Static method in class hdf.hdf5lib.H5
 
H5Epush2(long, String, String, int, long, long, long, String) - Static method in class hdf.hdf5lib.H5
 
H5Epush2(long, BytePointer, BytePointer, int, long, long, long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Pushes a new error record onto an error stack \estack_id{err_stack}.
H5Epush2(long, String, String, int, long, long, long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Eregister_class(String, String, String) - Static method in class hdf.hdf5lib.H5
 
H5Eregister_class(BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Registers a client library or application program to the HDF5 error API
H5Eregister_class(String, String, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5error_off() - Static method in class hdf.hdf5lib.H5
 
H5error_on() - Static method in class hdf.hdf5lib.H5
 
H5Eset_auto2(long, H5E_auto2_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Turns automatic error printing on or off \estack_id
H5Eset_current_stack(long) - Static method in class hdf.hdf5lib.H5
 
H5Eset_current_stack(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Replaces the current error stack \estack_id{err_stack_id}
H5ESget_requests(long, int, LongPointer, PointerPointer, long, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5ESget_requests(long, int, LongPointer, Pointer, long, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5ESget_requests(long, int, LongBuffer, Pointer, long, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5ESget_requests(long, int, long[], Pointer, long, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5ESinsert_request(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Eunregister_class(long) - Static method in class hdf.hdf5lib.H5
 
H5Eunregister_class(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Removes an error class
H5Ewalk(long, long, H5E_walk_cb, H5E_walk_t) - Static method in class hdf.hdf5lib.H5
 
H5Ewalk2(long, long, H5E_walk_cb, H5E_walk_t) - Static method in class hdf.hdf5lib.H5
 
H5Ewalk2(long, int, H5E_walk2_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5E \brief Walks the specified error stack, calling the specified function \estack_id{err_stack}
H5export_attribute(String, long, String, int) - Static method in class hdf.hdf5lib.H5
 
H5export_dataset(String, long, String, int) - Static method in class hdf.hdf5lib.H5
 
H5F_ACC_CREAT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_ACC_CREAT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_ACC_CREAT() - Static method in class org.bytedeco.hdf5.global.hdf5
Create non-existing files
H5F_ACC_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_ACC_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_ACC_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
Default property list identifier \internal Value passed to H5Pset_elink_acc_flags to cause flags to be taken from the parent file.
H5F_ACC_EXCL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_ACC_EXCL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_ACC_EXCL() - Static method in class org.bytedeco.hdf5.global.hdf5
Fail if file already exists
H5F_ACC_RDONLY - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_ACC_RDONLY - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_ACC_RDONLY() - Static method in class org.bytedeco.hdf5.global.hdf5
Absence of RDWR: read-only
H5F_ACC_RDWR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_ACC_RDWR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_ACC_RDWR() - Static method in class org.bytedeco.hdf5.global.hdf5
Open for read and write
H5F_ACC_SWMR_READ - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_ACC_SWMR_READ - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_ACC_SWMR_READ() - Static method in class org.bytedeco.hdf5.global.hdf5
Indicate that this file is open for reading in a \ single-writer/multi-reader (SWMR) scenario.
H5F_ACC_SWMR_WRITE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_ACC_SWMR_WRITE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_ACC_SWMR_WRITE() - Static method in class org.bytedeco.hdf5.global.hdf5
Indicate that this file is open for writing in a \ single-writer/multi-reader (SWMR) scenario.
H5F_ACC_TRUNC - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_ACC_TRUNC - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_ACC_TRUNC() - Static method in class org.bytedeco.hdf5.global.hdf5
Overwrite existing files
H5F_CLOSE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_CLOSE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_close_degree_t
H5F_CLOSE_SEMI - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_CLOSE_SEMI - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_close_degree_t
H5F_CLOSE_STRONG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_CLOSE_STRONG - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_close_degree_t
H5F_CLOSE_WEAK - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_CLOSE_WEAK - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_close_degree_t
H5F_FAMILY_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_FAMILY_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5F_FILE_SPACE_AGGR_VFD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_file_space_type_t
H5F_FILE_SPACE_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_file_space_type_t
H5F_FILE_SPACE_ALL_PERSIST - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_file_space_type_t
H5F_FILE_SPACE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_file_space_type_t
H5F_FILE_SPACE_NTYPES - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_file_space_type_t
H5F_FILE_SPACE_VFD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_file_space_type_t
H5F_flush_cb_t - Class in org.bytedeco.hdf5
 
H5F_flush_cb_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5F_flush_cb_t
Pointer cast constructor.
H5F_flush_cb_t() - Constructor for class org.bytedeco.hdf5.H5F_flush_cb_t
 
H5F_FSPACE_STRATEGY_AGGR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_FSPACE_STRATEGY_AGGR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_fspace_strategy_t
H5F_FSPACE_STRATEGY_FSM_AGGR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_FSPACE_STRATEGY_FSM_AGGR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_fspace_strategy_t
H5F_FSPACE_STRATEGY_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_FSPACE_STRATEGY_NONE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_fspace_strategy_t
H5F_FSPACE_STRATEGY_NTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_FSPACE_STRATEGY_NTYPES - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_fspace_strategy_t
H5F_FSPACE_STRATEGY_PAGE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_FSPACE_STRATEGY_PAGE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_fspace_strategy_t
H5F_info2_t - Class in hdf.hdf5lib.structs
Information struct for object (for H5Fget_info)
H5F_info2_t(int, long, long, int, long, long, int, long, H5_ih_info_t) - Constructor for class hdf.hdf5lib.structs.H5F_info2_t
Constructor for current "global" information about file
H5F_info2_t - Class in org.bytedeco.hdf5
 
H5F_info2_t() - Constructor for class org.bytedeco.hdf5.H5F_info2_t
Default native constructor.
H5F_info2_t(long) - Constructor for class org.bytedeco.hdf5.H5F_info2_t
Native array allocator.
H5F_info2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5F_info2_t
Pointer cast constructor.
H5F_LIBVER_EARLIEST - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_LIBVER_EARLIEST - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_libver_t
H5F_LIBVER_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_LIBVER_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_libver_t
H5F_LIBVER_LATEST - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_LIBVER_LATEST - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_LIBVER_NBOUNDS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_LIBVER_NBOUNDS - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_libver_t
H5F_LIBVER_V110 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_LIBVER_V110 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_libver_t
H5F_LIBVER_V112 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_LIBVER_V112 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_libver_t
H5F_LIBVER_V114 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_LIBVER_V114 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_libver_t
H5F_LIBVER_V18 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_LIBVER_V18 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_libver_t
H5F_NUM_METADATA_READ_RETRY_TYPES - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_OBJ_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_OBJ_ATTR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_ATTR - Static variable in class org.bytedeco.hdf5.global.hdf5
Attribute objects
H5F_OBJ_DATASET - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_DATASET - Static variable in class org.bytedeco.hdf5.global.hdf5
Dataset objects
H5F_OBJ_DATATYPE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_DATATYPE - Static variable in class org.bytedeco.hdf5.global.hdf5
Named datatype objects
H5F_OBJ_FILE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_FILE - Static variable in class org.bytedeco.hdf5.global.hdf5
File objects
H5F_OBJ_GROUP - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_GROUP - Static variable in class org.bytedeco.hdf5.global.hdf5
Group objects
H5F_OBJ_LOCAL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_OBJ_LOCAL - Static variable in class org.bytedeco.hdf5.global.hdf5
Restrict search to objects opened through current file ID \ (as opposed to objects opened through any file ID accessing this file)
H5F_retry_info_t - Class in org.bytedeco.hdf5
Data structure to report the collection of read retries for metadata items with checksum as used by H5Fget_metadata_read_retry_info()
H5F_retry_info_t() - Constructor for class org.bytedeco.hdf5.H5F_retry_info_t
Default native constructor.
H5F_retry_info_t(long) - Constructor for class org.bytedeco.hdf5.H5F_retry_info_t
Native array allocator.
H5F_retry_info_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5F_retry_info_t
Pointer cast constructor.
H5F_SCOPE_GLOBAL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_SCOPE_GLOBAL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_scope_t
H5F_SCOPE_LOCAL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_SCOPE_LOCAL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_scope_t
H5F_sect_info_t - Class in org.bytedeco.hdf5
 
H5F_sect_info_t() - Constructor for class org.bytedeco.hdf5.H5F_sect_info_t
Default native constructor.
H5F_sect_info_t(long) - Constructor for class org.bytedeco.hdf5.H5F_sect_info_t
Native array allocator.
H5F_sect_info_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5F_sect_info_t
Pointer cast constructor.
H5F_UNLIMITED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5F_UNLIMITED - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5F_UNLIMITED() - Static method in class org.bytedeco.hdf5.global.hdf5
Unlimited file size for H5Pset_external()
H5Fclear_elink_file_cache(long) - Static method in class hdf.hdf5lib.H5
 
H5Fclear_elink_file_cache(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Clears the external link open file cache \file_id
H5Fclose(long) - Static method in class hdf.hdf5lib.H5
 
H5Fclose(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Terminates access to an HDF5 file \file_id
H5Fclose_async(BytePointer, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Fclose}
H5Fclose_async(String, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fcreate(String, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Fcreate(BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Creates an HDF5 file
H5Fcreate(String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fcreate_async(BytePointer, BytePointer, int, BytePointer, int, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Fcreate}
H5Fcreate_async(String, String, int, String, int, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_class_t - Class in org.bytedeco.hdf5
 
H5FD_class_t() - Constructor for class org.bytedeco.hdf5.H5FD_class_t
Default native constructor.
H5FD_class_t(long) - Constructor for class org.bytedeco.hdf5.H5FD_class_t
Native array allocator.
H5FD_class_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t
Pointer cast constructor.
H5FD_class_t.Alloc_H5FD_t_int_long_long - Class in org.bytedeco.hdf5
 
H5FD_class_t.Close_H5FD_t - Class in org.bytedeco.hdf5
 
H5FD_class_t.Cmp_H5FD_t_H5FD_t - Class in org.bytedeco.hdf5
 
H5FD_class_t.Ctl_H5FD_t_long_long_Pointer_PointerPointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Del_BytePointer_long - Class in org.bytedeco.hdf5
 
H5FD_class_t.Dxpl_copy_Pointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Dxpl_free_Pointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Fapl_copy_Pointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Fapl_free_Pointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Fapl_get_H5FD_t - Class in org.bytedeco.hdf5
 
H5FD_class_t.Flush_H5FD_t_long_boolean - Class in org.bytedeco.hdf5
 
H5FD_class_t.Free_H5FD_t_int_long_long_long - Class in org.bytedeco.hdf5
 
H5FD_class_t.Get_eoa_H5FD_t_int - Class in org.bytedeco.hdf5
 
H5FD_class_t.Get_eof_H5FD_t_int - Class in org.bytedeco.hdf5
 
H5FD_class_t.Get_handle_H5FD_t_long_PointerPointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Get_type_map_H5FD_t_IntPointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Int_Terminate - Class in org.bytedeco.hdf5
 
H5FD_class_t.Lock_H5FD_t_boolean - Class in org.bytedeco.hdf5
 
H5FD_class_t.Open_BytePointer_int_long_long - Class in org.bytedeco.hdf5
 
H5FD_class_t.Query_H5FD_t_CLongPointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Read_H5FD_t_int_long_long_long_Pointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Read_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Read_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Sb_decode_H5FD_t_BytePointer_BytePointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Sb_encode_H5FD_t_BytePointer_BytePointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Sb_size_H5FD_t - Class in org.bytedeco.hdf5
 
H5FD_class_t.Set_eoa_H5FD_t_int_long - Class in org.bytedeco.hdf5
 
H5FD_class_t.Truncate_H5FD_t_long_boolean - Class in org.bytedeco.hdf5
 
H5FD_class_t.Unlock_H5FD_t - Class in org.bytedeco.hdf5
 
H5FD_class_t.Write_H5FD_t_int_long_long_long_Pointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Write_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer - Class in org.bytedeco.hdf5
 
H5FD_class_t.Write_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer - Class in org.bytedeco.hdf5
 
H5FD_CLASS_VERSION - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CORE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_CORE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CORE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_core_init() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CORE_VALUE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_FAIL_IF_UNKNOWN_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_GET_MPI_COMMUNICATOR_OPCODE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_GET_MPI_FILE_SYNC_OPCODE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_GET_MPI_RANK_OPCODE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_GET_MPI_SIZE_OPCODE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_INVALID_OPCODE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_MEM_ALLOC - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_MEM_COPY - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_MEM_FREE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_ctl_memcpy_args_t - Class in org.bytedeco.hdf5
 
H5FD_ctl_memcpy_args_t() - Constructor for class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
Default native constructor.
H5FD_ctl_memcpy_args_t(long) - Constructor for class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
Native array allocator.
H5FD_ctl_memcpy_args_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
Pointer cast constructor.
H5FD_CTL_OPC_EXPER_MAX - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_OPC_EXPER_MIN - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_OPC_RESERVED - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_ROUTE_TO_TERMINAL_VFD_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_CTL_TEST_OPCODE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_DEFAULT_HADDR_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_DIRECT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_DIRECT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_DIRECT_VALUE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FAMILY - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_FAMILY - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FAMILY() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_family_init() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FAMILY_VALUE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_ACCUMULATE_METADATA - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_ACCUMULATE_METADATA_READ - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_ACCUMULATE_METADATA_WRITE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_AGGREGATE_METADATA - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_AGGREGATE_SMALLDATA - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_ALLOCATE_EARLY - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_ALLOW_FILE_IMAGE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_CAN_USE_FILE_IMAGE_CALLBACKS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_DATA_SIEVE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_DEFAULT_VFD_COMPATIBLE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_DIRTY_DRVRINFO_LOAD - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_HAS_MPI - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_IGNORE_DRVRINFO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_MEMMANAGE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_PAGED_AGGR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_POSIX_COMPAT_HANDLE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_SUPPORTS_SWMR_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_FEAT_USE_ALLOC_SIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_file_image_callbacks_t - Class in org.bytedeco.hdf5
 
H5FD_file_image_callbacks_t() - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
Default native constructor.
H5FD_file_image_callbacks_t(long) - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
Native array allocator.
H5FD_file_image_callbacks_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
Pointer cast constructor.
H5FD_file_image_callbacks_t.Image_free_Pointer_int_Pointer - Class in org.bytedeco.hdf5
 
H5FD_file_image_callbacks_t.Image_malloc_long_int_Pointer - Class in org.bytedeco.hdf5
 
H5FD_file_image_callbacks_t.Image_memcpy_Pointer_Pointer_long_int_Pointer - Class in org.bytedeco.hdf5
 
H5FD_file_image_callbacks_t.Image_realloc_Pointer_long_int_Pointer - Class in org.bytedeco.hdf5
 
H5FD_file_image_callbacks_t.Udata_copy_Pointer - Class in org.bytedeco.hdf5
 
H5FD_file_image_callbacks_t.Udata_free_Pointer - Class in org.bytedeco.hdf5
 
H5FD_FILE_IMAGE_OP_FILE_CLOSE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_file_image_op_t
H5FD_FILE_IMAGE_OP_FILE_OPEN - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_file_image_op_t
H5FD_FILE_IMAGE_OP_FILE_RESIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_file_image_op_t
H5FD_FILE_IMAGE_OP_NO_OP - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_file_image_op_t
H5FD_FILE_IMAGE_OP_PROPERTY_LIST_CLOSE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_file_image_op_t
H5FD_FILE_IMAGE_OP_PROPERTY_LIST_COPY - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_file_image_op_t
H5FD_FILE_IMAGE_OP_PROPERTY_LIST_GET - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_file_image_op_t
H5FD_FILE_IMAGE_OP_PROPERTY_LIST_SET - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_file_image_op_t
H5FD_free_t - Class in org.bytedeco.hdf5
 
H5FD_free_t() - Constructor for class org.bytedeco.hdf5.H5FD_free_t
Default native constructor.
H5FD_free_t(long) - Constructor for class org.bytedeco.hdf5.H5FD_free_t
Native array allocator.
H5FD_free_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_free_t
Pointer cast constructor.
H5FD_HDFS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_hdfs_fapl_t - Class in hdf.hdf5lib.structs
Java representation of the HDFS VFD file access property list (fapl) structure.
H5FD_hdfs_fapl_t(String, int, String, String, int) - Constructor for class hdf.hdf5lib.structs.H5FD_hdfs_fapl_t
Create a fapl_t structure with the specified components.
H5FD_init_t - Class in org.bytedeco.hdf5
 
H5FD_init_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_init_t
Pointer cast constructor.
H5FD_init_t() - Constructor for class org.bytedeco.hdf5.H5FD_init_t
 
H5FD_LOG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_ALLOC - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_ALLOC - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_FILE_IO - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_FILE_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_FILE_READ - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_FILE_READ - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_FILE_WRITE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_FILE_WRITE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_FLAVOR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_FLAVOR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_FREE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_log_init() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_LOC_IO - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_LOC_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_LOC_READ - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_LOC_READ - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_LOC_SEEK - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_LOC_SEEK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_LOC_WRITE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_LOC_WRITE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_META_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_NUM_IO - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_NUM_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_NUM_READ - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_NUM_READ - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_NUM_SEEK - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_NUM_SEEK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_NUM_TRUNCATE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_NUM_TRUNCATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_NUM_WRITE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_NUM_WRITE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_TIME_CLOSE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_TIME_CLOSE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_TIME_IO - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_TIME_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_TIME_OPEN - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_TIME_OPEN - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_TIME_READ - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_TIME_READ - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_TIME_SEEK - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_TIME_SEEK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_TIME_STAT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_TIME_STAT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_TIME_TRUNCATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_TIME_WRITE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_LOG_TIME_WRITE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_TRUNCATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_LOG_VALUE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_BTREE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_BTREE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_mem_t
H5FD_MEM_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_mem_t
H5FD_MEM_DEFAULT_BTREE_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_DEFAULT_DRAW_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_DEFAULT_GHEAP_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_DEFAULT_LHEAP_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_DEFAULT_OHDR_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_DEFAULT_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_DEFAULT_SUPER_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_DRAW - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_DRAW - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_mem_t
H5FD_MEM_EARRAY_DBLK_PAGE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_EARRAY_DBLOCK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_EARRAY_HDR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_EARRAY_IBLOCK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_EARRAY_SBLOCK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_FARRAY_DBLK_PAGE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_FARRAY_DBLOCK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_FARRAY_HDR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_FHEAP_DBLOCK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_FHEAP_HDR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_FHEAP_HUGE_OBJ - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_FHEAP_IBLOCK - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_FSPACE_HDR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_FSPACE_SINFO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_GHEAP - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_GHEAP - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_mem_t
H5FD_MEM_LHEAP - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_LHEAP - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_mem_t
H5FD_MEM_NOLIST - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_NOLIST - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_mem_t
H5FD_MEM_NTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_NTYPES - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_mem_t
H5FD_MEM_OHDR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_OHDR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_mem_t
H5FD_MEM_SOHM_INDEX - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_SOHM_TABLE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MEM_SUPER - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MEM_SUPER - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5F_mem_t
H5FD_MPIO - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MPIO_CHUNK_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_mpio_chunk_opt_t
H5FD_MPIO_CHUNK_MULTI_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_mpio_chunk_opt_t
H5FD_MPIO_CHUNK_ONE_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_mpio_chunk_opt_t
H5FD_MPIO_COLLECTIVE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_mpio_xfer_t
H5FD_MPIO_COLLECTIVE_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_mpio_collective_opt_t
H5FD_MPIO_INDEPENDENT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_mpio_xfer_t
H5FD_MPIO_INDIVIDUAL_IO - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5FD_mpio_collective_opt_t
H5FD_MULTI - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_MULTI - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_MULTI() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_multi_init() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_ROS3 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_ros3_fapl_t - Class in hdf.hdf5lib.structs
Java representation of the ROS3 VFD file access property list (fapl) structure.
H5FD_ros3_fapl_t() - Constructor for class hdf.hdf5lib.structs.H5FD_ros3_fapl_t
Create a "default" fapl_t structure, for anonymous access.
H5FD_ros3_fapl_t(String, String, String) - Constructor for class hdf.hdf5lib.structs.H5FD_ros3_fapl_t
Create a fapl_t structure with the specified components.
H5FD_SEC2 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_SEC2 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_SEC2() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_sec2_init() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_SEC2_VALUE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_STDIO - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FD_STDIO - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_STDIO() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_stdio_init() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FD_t - Class in org.bytedeco.hdf5
 
H5FD_t() - Constructor for class org.bytedeco.hdf5.H5FD_t
Default native constructor.
H5FD_t(long) - Constructor for class org.bytedeco.hdf5.H5FD_t
Native array allocator.
H5FD_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_t
Pointer cast constructor.
H5FD_VFD_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5FD_WINDOWS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5FDalloc(H5FD_t, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDclose(H5FD_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDcmp(H5FD_t, H5FD_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDctl(H5FD_t, long, long, Pointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDctl(H5FD_t, long, long, Pointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDdelete(BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDdelete(String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDdriver_query(long, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5FD \brief Allows querying a VFD ID for features before the file is opened
H5Fdelete(BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Deletes an HDF5 file
H5Fdelete(String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDflush(H5FD_t, long, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDfree(H5FD_t, int, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDget_eoa(H5FD_t, int) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDget_eof(H5FD_t, int) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDget_vfd_handle(H5FD_t, long, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDget_vfd_handle(H5FD_t, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDis_driver_registered_by_name(BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDis_driver_registered_by_name(String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDis_driver_registered_by_value(int) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDlock(H5FD_t, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDopen(BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDopen(String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDperform_init(H5FD_init_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDquery(H5FD_t, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread(H5FD_t, int, long, long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_from_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_from_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_from_selection(H5FD_t, int, long, int, LongBuffer, LongBuffer, LongBuffer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_from_selection(H5FD_t, int, long, int, long[], long[], long[], SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_selection(H5FD_t, int, long, int, LongBuffer, LongBuffer, LongBuffer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_selection(H5FD_t, int, long, int, long[], long[], long[], SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_vector(H5FD_t, long, int, IntPointer, LongPointer, SizeTPointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_vector(H5FD_t, long, int, IntPointer, LongPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_vector(H5FD_t, long, int, IntBuffer, LongBuffer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_vector(H5FD_t, long, int, int[], long[], SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_vector_from_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_vector_from_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_vector_from_selection(H5FD_t, int, long, int, LongBuffer, LongBuffer, LongBuffer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDread_vector_from_selection(H5FD_t, int, long, int, long[], long[], long[], SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDregister(H5FD_class_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDset_eoa(H5FD_t, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDtruncate(H5FD_t, long, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDunlock(H5FD_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDunregister(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite(H5FD_t, int, long, long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_from_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_from_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_from_selection(H5FD_t, int, long, int, LongBuffer, LongBuffer, LongBuffer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_from_selection(H5FD_t, int, long, int, long[], long[], long[], SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_selection(H5FD_t, int, long, int, LongBuffer, LongBuffer, LongBuffer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_selection(H5FD_t, int, long, int, long[], long[], long[], SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_vector(H5FD_t, long, int, IntPointer, LongPointer, SizeTPointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_vector(H5FD_t, long, int, IntPointer, LongPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_vector(H5FD_t, long, int, IntBuffer, LongBuffer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_vector(H5FD_t, long, int, int[], long[], SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_vector_from_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_vector_from_selection(H5FD_t, int, long, int, LongPointer, LongPointer, LongPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_vector_from_selection(H5FD_t, int, long, int, LongBuffer, LongBuffer, LongBuffer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5FDwrite_vector_from_selection(H5FD_t, int, long, int, long[], long[], long[], SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fflush(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Fflush(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Flushes all buffers associated with a file to storage \loc_id{object_id}
H5Fflush_async(BytePointer, BytePointer, int, long, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Fflush}
H5Fflush_async(String, String, int, long, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fformat_convert(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\cond DEV
H5Fget_access_plist(long) - Static method in class hdf.hdf5lib.H5
 
H5Fget_access_plist(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Returns a file access property list identifier \file_id
H5Fget_create_plist(long) - Static method in class hdf.hdf5lib.H5
 
H5Fget_create_plist(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Returns a file creation property list identifier \file_id
H5Fget_dset_no_attrs_hint(long) - Static method in class hdf.hdf5lib.H5
 
H5Fget_dset_no_attrs_hint(long, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Retrieves the setting for whether or not a file will create minimized dataset object headers \file_id
H5Fget_dset_no_attrs_hint(long, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_eoa(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Retrieves the file's end-of-allocation (EOA) \file_id
H5Fget_eoa(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_eoa(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_file_image(long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Retrieves a copy of the image of an existing, open file \file_id
H5Fget_fileno(long) - Static method in class hdf.hdf5lib.H5
 
H5Fget_fileno(long, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Retrieves a file's file number that uniquely identifies an open file \file_id
H5Fget_filesize(long) - Static method in class hdf.hdf5lib.H5
 
H5Fget_filesize(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Returns the size of an HDF5 file (in bytes) \file_id
H5Fget_filesize(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_filesize(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_free_sections(long, int, long, H5F_sect_info_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Retrieves free-space section information for a file \file_id
H5Fget_freespace(long) - Static method in class hdf.hdf5lib.H5
 
H5Fget_freespace(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Returns the amount of free space in a file (in bytes) \file_id
H5Fget_info(long) - Static method in class hdf.hdf5lib.H5
 
H5Fget_info2(long, H5F_info2_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Retrieves global file information \fgdta_obj_id
H5Fget_intent(long) - Static method in class hdf.hdf5lib.H5
 
H5Fget_intent(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Determines the read/write or read-only status of a file \file_id
H5Fget_intent(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_intent(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_mdc_config(long, H5AC_cache_config_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup MDC \brief Obtains current metadata cache configuration for target file \file_id
H5Fget_mdc_hit_rate(long) - Static method in class hdf.hdf5lib.H5
 
H5Fget_mdc_hit_rate(long, DoublePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup MDC \brief Obtains target file's metadata cache hit rate \file_id
H5Fget_mdc_hit_rate(long, DoubleBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_mdc_hit_rate(long, double[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_mdc_image_info(long, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup MDC \brief Obtains information about a cache image if it exists \file_id
H5Fget_mdc_image_info(long, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_mdc_image_info(long, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_mdc_logging_status(long, boolean[]) - Static method in class hdf.hdf5lib.H5
 
H5Fget_mdc_logging_status(long, BoolPointer, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup MDC \brief Gets the current metadata cache logging status \file_id
H5Fget_mdc_logging_status(long, boolean[], boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_mdc_size(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Fget_mdc_size(long, SizeTPointer, SizeTPointer, SizeTPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup MDC \brief Obtains current metadata cache size data for specified file \file_id
H5Fget_mdc_size(long, SizeTPointer, SizeTPointer, SizeTPointer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_mdc_size(long, SizeTPointer, SizeTPointer, SizeTPointer, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_metadata_read_retry_info(long, H5F_retry_info_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup SWMR \brief Retrieves the collection of read retries for metadata entries with checksum \file_id
H5Fget_name(long) - Static method in class hdf.hdf5lib.H5
 
H5Fget_name(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Retrieves name of file to which object belongs \obj_id
H5Fget_name(long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_name(long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_obj_count(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Fget_obj_count(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Returns the number of open object identifiers for an open file \file_id or #H5F_OBJ_ALL for all currently-open HDF5 files
H5Fget_obj_ids(long, int, long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Fget_obj_ids(long, int, long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5F \brief Returns a list of open object identifiers \file_id or #H5F_OBJ_ALL for all currently-open HDF5 files
H5Fget_obj_ids(long, int, long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_obj_ids(long, int, long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_page_buffering_stats(long, IntPointer, IntPointer, IntPointer, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Retrieves statistics about page access when it is enabled \file_id
H5Fget_page_buffering_stats(long, IntBuffer, IntBuffer, IntBuffer, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_page_buffering_stats(long, int[], int[], int[], int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fget_vfd_handle(long, long, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Returns pointer to the file handle from the virtual file driver \file_id \fapl_id{fapl}
H5Fget_vfd_handle(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5File - Class in org.bytedeco.hdf5
\class H5File \brief Class H5File represents an HDF5 file and inherits from class Group as file is a root group.
H5File(Pointer) - Constructor for class org.bytedeco.hdf5.H5File
Pointer cast constructor.
H5File(H5Location) - Constructor for class org.bytedeco.hdf5.H5File
Downcast constructor.
H5File(BytePointer, int, FileCreatPropList, FileAccPropList) - Constructor for class org.bytedeco.hdf5.H5File
 
H5File(BytePointer, int) - Constructor for class org.bytedeco.hdf5.H5File
 
H5File(String, int, FileCreatPropList, FileAccPropList) - Constructor for class org.bytedeco.hdf5.H5File
 
H5File(String, int) - Constructor for class org.bytedeco.hdf5.H5File
 
H5File(BytePointer, int, FileAccPropList) - Constructor for class org.bytedeco.hdf5.H5File
 
H5File(String, int, FileAccPropList) - Constructor for class org.bytedeco.hdf5.H5File
 
H5File(long) - Constructor for class org.bytedeco.hdf5.H5File
 
H5File() - Constructor for class org.bytedeco.hdf5.H5File
 
H5File(H5File) - Constructor for class org.bytedeco.hdf5.H5File
 
H5Fincrement_filesize(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Sets the file' EOA to the maximum of (EOA, EOF) + increment \file_id
H5Fis_accessible(String, long) - Static method in class hdf.hdf5lib.H5
 
H5Fis_accessible(BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Checks if a file can be opened with a given file access property list
H5Fis_accessible(String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fis_hdf5(String) - Static method in class hdf.hdf5lib.H5
Deprecated.
As of HDF5 1.10.5 in favor of H5Fis_accessible.
H5Fmount(long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Fmount(long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Mounts an HDF5 file \loc_id{loc}
H5Fmount(long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fopen(String, int, long) - Static method in class hdf.hdf5lib.H5
 
H5Fopen(BytePointer, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Opens an existing HDF5 file
H5Fopen(String, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Fopen_async(BytePointer, BytePointer, int, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Fopen}
H5Fopen_async(String, String, int, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5free_memory(Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Frees memory allocated by the HDF5 library
H5Freopen(long) - Static method in class hdf.hdf5lib.H5
 
H5Freopen(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Returns a new identifier for a previously-opened HDF5 file
H5Freopen_async(BytePointer, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Freopen}
H5Freopen_async(String, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Freset_mdc_hit_rate_stats(long) - Static method in class hdf.hdf5lib.H5
 
H5Freset_mdc_hit_rate_stats(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup MDC \brief Resets hit rate statistics counters for the target file \file_id
H5Freset_page_buffering_stats(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Resets the page buffer statistics \file_id
H5Fset_dset_no_attrs_hint(long, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Fset_dset_no_attrs_hint(long, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Sets the flag to create minimized dataset object headers \file_id
H5Fset_libver_bounds(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Fset_libver_bounds(long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Enables the switch of version bounds setting for a file \file_id
H5Fset_mdc_config(long, H5AC_cache_config_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup MDC \brief Attempts to configure metadata cache of target file \file_id
H5Fstart_mdc_logging(long) - Static method in class hdf.hdf5lib.H5
 
H5Fstart_mdc_logging(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup MDC \brief Starts logging metadata cache events if logging was previously enabled \file_id
H5Fstart_swmr_write(long) - Static method in class hdf.hdf5lib.H5
 
H5Fstart_swmr_write(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup SWMR \brief Retrieves free-space section information for a file \file_id
H5Fstop_mdc_logging(long) - Static method in class hdf.hdf5lib.H5
 
H5Fstop_mdc_logging(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup MDC \brief Stops logging metadata cache events if logging was previously enabled and is currently ongoing \file_id
H5Funmount(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Funmount(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5F \brief Unounts an HDF5 file \loc_id{loc}
H5Funmount(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5G_info_t - Class in hdf.hdf5lib.structs
Information struct for group (for H5Gget_info/H5Gget_info_by_name/H5Gget_info_by_idx)
H5G_info_t() - Constructor for class hdf.hdf5lib.structs.H5G_info_t
 
H5G_info_t - Class in org.bytedeco.hdf5
 
H5G_info_t() - Constructor for class org.bytedeco.hdf5.H5G_info_t
Default native constructor.
H5G_info_t(long) - Constructor for class org.bytedeco.hdf5.H5G_info_t
Native array allocator.
H5G_info_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5G_info_t
Pointer cast constructor.
H5G_STORAGE_TYPE_COMPACT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5G_STORAGE_TYPE_COMPACT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5G_storage_type_t
H5G_STORAGE_TYPE_DENSE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5G_STORAGE_TYPE_DENSE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5G_storage_type_t
H5G_STORAGE_TYPE_SYMBOL_TABLE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5G_STORAGE_TYPE_SYMBOL_TABLE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5G_storage_type_t
H5G_STORAGE_TYPE_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5G_STORAGE_TYPE_UNKNOWN - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5G_storage_type_t
H5garbage_collect() - Static method in class hdf.hdf5lib.H5
 
H5garbage_collect() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Garbage collects on all free-lists of all types
H5Gclose(long) - Static method in class hdf.hdf5lib.H5
 
H5Gclose(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5G \brief Closes the specified group \group_id
H5Gclose_async(BytePointer, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Gclose}
H5Gclose_async(String, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Gcreate(long, String, long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Gcreate2(long, BytePointer, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5G \brief Creates a new group and links it into the file \fgdta_loc_id
H5Gcreate2(long, String, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Gcreate_anon(long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Gcreate_anon(long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5G \brief Creates a new empty group without linking it into the file structure \fgdta_loc_id \gcpl_id \gapl_id
H5Gcreate_async(BytePointer, BytePointer, int, long, BytePointer, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Gcreate}
H5Gcreate_async(String, String, int, long, String, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5get_free_list_sizes(SizeTPointer, SizeTPointer, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Gets the current size of the free lists used to manage memory
H5get_libversion(int[]) - Static method in class hdf.hdf5lib.H5
 
H5get_libversion(IntPointer, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Returns the HDF library release number
H5get_libversion(IntBuffer, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5get_libversion(int[], int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Gflush(long) - Static method in class hdf.hdf5lib.H5
 
H5Gflush(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5G \brief Flushes all buffers associated with a group to disk \group_id
H5Gget_create_plist(long) - Static method in class hdf.hdf5lib.H5
 
H5Gget_create_plist(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5G \brief Gets a group creation property list identifier \group_id
H5Gget_info(long) - Static method in class hdf.hdf5lib.H5
 
H5Gget_info(long, H5G_info_t) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5G \brief Retrieves information about a group \fgdta_loc_id
H5Gget_info_async(BytePointer, BytePointer, int, long, H5G_info_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Gget_info}
H5Gget_info_async(String, String, int, long, H5G_info_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Gget_info_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Gget_info_by_idx(long, BytePointer, int, int, long, H5G_info_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5G \brief Retrieves information about a group, according to the group's position within an index \fgdta_loc_id
H5Gget_info_by_idx(long, String, int, int, long, H5G_info_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Gget_info_by_idx_async(BytePointer, BytePointer, int, long, BytePointer, int, int, long, H5G_info_t, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Gget_info_by_idx}
H5Gget_info_by_idx_async(String, String, int, long, String, int, int, long, H5G_info_t, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Gget_info_by_name(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Gget_info_by_name(long, BytePointer, H5G_info_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5G \brief Retrieves information about a group by its name \fgdta_loc_id
H5Gget_info_by_name(long, String, H5G_info_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Gget_info_by_name_async(BytePointer, BytePointer, int, long, BytePointer, H5G_info_t, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Gget_info_by_name}
H5Gget_info_by_name_async(String, String, int, long, String, H5G_info_t, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Gget_obj_info_all(long, String, String[], int[], H5O_token_t[]) - Static method in class hdf.hdf5lib.H5
 
H5Gget_obj_info_all(long, String, String[], int[], int[], H5O_token_t[], int) - Static method in class hdf.hdf5lib.H5
 
H5Gget_obj_info_all(long, String, String[], int[], int[], long[], H5O_token_t[], int) - Static method in class hdf.hdf5lib.H5
 
H5Gget_obj_info_full(long, String, String[], int[], int[], long[], H5O_token_t[], int, int) - Static method in class hdf.hdf5lib.H5
 
H5Gget_obj_info_idx(long, String, int, String[], int[]) - Static method in class hdf.hdf5lib.H5
 
H5Gget_obj_info_max(long, String[], int[], int[], H5O_token_t[], long) - Static method in class hdf.hdf5lib.H5
 
H5Gn_members(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Gopen(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Gopen2(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5G \brief Opens an existing group in a file \fgdta_loc_id
H5Gopen2(long, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Gopen_async(BytePointer, BytePointer, int, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Gopen}
H5Gopen_async(String, String, int, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Grefresh(long) - Static method in class hdf.hdf5lib.H5
 
H5Grefresh(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5G \brief Refreshes all buffers associated with a group \group_id
H5I_ATTR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_ATTR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_BADID - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_BADID - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_DATASET - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_DATASET - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_DATASPACE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_DATASPACE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_DATATYPE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_DATATYPE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_ERROR_CLASS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_ERROR_CLASS - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_ERROR_MSG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_ERROR_MSG - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_ERROR_STACK - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_ERROR_STACK - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_EVENTSET - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_FILE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_FILE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_free_t - Class in org.bytedeco.hdf5
A function for freeing objects.
H5I_free_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5I_free_t
Pointer cast constructor.
H5I_free_t() - Constructor for class org.bytedeco.hdf5.H5I_free_t
 
H5I_future_discard_func_t - Class in org.bytedeco.hdf5
 
H5I_future_discard_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5I_future_discard_func_t
Pointer cast constructor.
H5I_future_discard_func_t() - Constructor for class org.bytedeco.hdf5.H5I_future_discard_func_t
 
H5I_future_realize_func_t - Class in org.bytedeco.hdf5
 
H5I_future_realize_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5I_future_realize_func_t
Pointer cast constructor.
H5I_future_realize_func_t() - Constructor for class org.bytedeco.hdf5.H5I_future_realize_func_t
 
H5I_GENPROP_CLS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_GENPROP_CLS - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_GENPROP_LST - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_GENPROP_LST - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_GROUP - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_GROUP - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_INVALID_HID - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_INVALID_HID - Static variable in class org.bytedeco.hdf5.global.hdf5
An invalid object ID.
H5I_iterate_func_t - Class in org.bytedeco.hdf5
 
H5I_iterate_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5I_iterate_func_t
Pointer cast constructor.
H5I_iterate_func_t() - Constructor for class org.bytedeco.hdf5.H5I_iterate_func_t
 
H5I_MAP - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_NTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_NTYPES - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_search_func_t - Class in org.bytedeco.hdf5
 
H5I_search_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5I_search_func_t
Pointer cast constructor.
H5I_search_func_t() - Constructor for class org.bytedeco.hdf5.H5I_search_func_t
 
H5I_SPACE_SEL_ITER - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_UNINIT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_UNINIT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_VFL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_VFL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5I_VOL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5I_VOL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5I_type_t
H5Iclear_type(int, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Iclear_type(int, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Deletes all identifiers of the given type
H5Idec_ref(long) - Static method in class hdf.hdf5lib.H5
 
H5Idec_ref(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5I \brief Decrements the reference count for an object \obj_id{id}
H5Idec_type_ref(long) - Static method in class hdf.hdf5lib.H5
 
H5Idec_type_ref(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Decrements the reference count on an identifier type
H5Idestroy_type(int) - Static method in class hdf.hdf5lib.H5
 
H5Idestroy_type(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Removes an identifier type and all identifiers within that type
H5Iget_file_id(long) - Static method in class hdf.hdf5lib.H5
 
H5Iget_file_id(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5I \brief Retrieves an identifier for the file containing the specified object \obj_id{id}
H5Iget_name(long) - Static method in class hdf.hdf5lib.H5
 
H5Iget_name(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5I \brief Retrieves a name of an object based on the object identifier \obj_id{id}
H5Iget_name(long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Iget_name(long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Iget_name_long(long, String[], long) - Static method in class hdf.hdf5lib.H5
Deprecated. 
H5Iget_ref(long) - Static method in class hdf.hdf5lib.H5
 
H5Iget_ref(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5I \brief Retrieves the reference count for an object \obj_id{id}
H5Iget_type(long) - Static method in class hdf.hdf5lib.H5
 
H5Iget_type(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5I \brief Retrieves the type of an object \obj_id{id}
H5Iget_type_ref(long) - Static method in class hdf.hdf5lib.H5
 
H5Iget_type_ref(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Retrieves the reference count on an ID type
H5Iinc_ref(long) - Static method in class hdf.hdf5lib.H5
 
H5Iinc_ref(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5I \brief Increments the reference count for an object \obj_id{id}
H5Iinc_type_ref(long) - Static method in class hdf.hdf5lib.H5
 
H5Iinc_type_ref(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Increments the reference count on an ID type
H5Iis_valid(long) - Static method in class hdf.hdf5lib.H5
 
H5Iis_valid(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5I \brief Determines whether an identifier is valid \obj_id{id}
H5Iiterate(int, H5I_iterate_func_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Calls a callback for each member of the identifier type specified
H5IMget_image_info(long, BytePointer, LongPointer, LongPointer, LongPointer, BytePointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5IM \brief Gets information about an image dataset (dimensions, interlace mode and number of associated palettes).
H5IMget_image_info(long, String, LongBuffer, LongBuffer, LongBuffer, ByteBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_image_info(long, BytePointer, long[], long[], long[], byte[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_image_info(long, String, LongPointer, LongPointer, LongPointer, BytePointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_image_info(long, BytePointer, LongBuffer, LongBuffer, LongBuffer, ByteBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_image_info(long, String, long[], long[], long[], byte[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_npalettes(long, BytePointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Gets the number of palettes associated to an image.
H5IMget_npalettes(long, String, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_npalettes(long, BytePointer, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_npalettes(long, String, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_npalettes(long, BytePointer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_npalettes(long, String, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_palette(long, BytePointer, int, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Gets the palette dataset.
H5IMget_palette(long, String, int, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_palette(long, BytePointer, int, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_palette(long, String, int, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_palette(long, BytePointer, int, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_palette(long, String, int, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_palette_info(long, BytePointer, int, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Gets information about a palette dataset (dimensions).
H5IMget_palette_info(long, String, int, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_palette_info(long, BytePointer, int, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_palette_info(long, String, int, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_palette_info(long, BytePointer, int, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMget_palette_info(long, String, int, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMis_image(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Inquires if a dataset is an image.
H5IMis_image(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMis_palette(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Inquires if a dataset is a palette \fg_loc_id
H5IMis_palette(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMlink_palette(long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Attaches a palette to an image.
H5IMlink_palette(long, String, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_image_24bit(long, BytePointer, long, long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Creates and writes a true color image.
H5IMmake_image_24bit(long, String, long, long, String, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_image_24bit(long, BytePointer, long, long, BytePointer, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_image_24bit(long, String, long, long, String, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_image_24bit(long, BytePointer, long, long, BytePointer, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_image_24bit(long, String, long, long, String, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_image_8bit(long, BytePointer, long, long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Creates and writes an image.
H5IMmake_image_8bit(long, String, long, long, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_image_8bit(long, BytePointer, long, long, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_image_8bit(long, String, long, long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_image_8bit(long, BytePointer, long, long, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_image_8bit(long, String, long, long, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_palette(long, BytePointer, LongPointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Creates and writes a palette.
H5IMmake_palette(long, String, LongBuffer, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_palette(long, BytePointer, long[], byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_palette(long, String, LongPointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_palette(long, BytePointer, LongBuffer, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMmake_palette(long, String, long[], byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMread_image(long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Reads image data from disk.
H5IMread_image(long, String, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMread_image(long, BytePointer, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMread_image(long, String, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMread_image(long, BytePointer, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMread_image(long, String, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5IMunlink_palette(long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5IM \brief Detaches a palette from an image.
H5IMunlink_palette(long, String, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Inmembers(long) - Static method in class hdf.hdf5lib.H5
 
H5Inmembers(int, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Returns the number of identifiers in a given identifier type
H5Inmembers(int, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Inmembers(int, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Iobject_verify(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Returns the object referenced by an ID
H5Iregister(int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Registers an object under a type and returns an ID for it
H5Iregister_future(int, Pointer, H5I_future_realize_func_t, H5I_future_discard_func_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5I \brief Registers a "future" object under a type and returns an ID for it
H5Iregister_type(long, int, H5I_free_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Creates and returns a new ID type
H5Iremove_verify(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Removes an ID from its type
H5is_library_terminating(BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Checks whether the HDF5 library is closing.
H5is_library_terminating(boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5is_library_threadsafe(BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Determines whether the HDF5 library was built with the thread-safety feature enabled
H5is_library_threadsafe(boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Isearch(int, H5I_search_func_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Finds the memory referred to by an ID within the given ID type such that some criterion is satisfied
H5Itype_exists(int) - Static method in class hdf.hdf5lib.H5
 
H5Itype_exists(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5IUD \brief Determines whether an identifier type is registered
H5L_class_t - Class in org.bytedeco.hdf5
 
H5L_class_t() - Constructor for class org.bytedeco.hdf5.H5L_class_t
Default native constructor.
H5L_class_t(long) - Constructor for class org.bytedeco.hdf5.H5L_class_t
Native array allocator.
H5L_class_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5L_class_t
Pointer cast constructor.
H5L_copy_func_t - Class in org.bytedeco.hdf5
\brief Callback for link copy
H5L_copy_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5L_copy_func_t
Pointer cast constructor.
H5L_copy_func_t() - Constructor for class org.bytedeco.hdf5.H5L_copy_func_t
 
H5L_create_func_t - Class in org.bytedeco.hdf5
\brief Link creation callback
H5L_create_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5L_create_func_t
Pointer cast constructor.
H5L_create_func_t() - Constructor for class org.bytedeco.hdf5.H5L_create_func_t
 
H5L_delete_func_t - Class in org.bytedeco.hdf5
\brief Callback for link deletion
H5L_delete_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5L_delete_func_t
Pointer cast constructor.
H5L_delete_func_t() - Constructor for class org.bytedeco.hdf5.H5L_delete_func_t
 
H5L_elink_traverse_t - Class in org.bytedeco.hdf5
 
H5L_elink_traverse_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5L_elink_traverse_t
Pointer cast constructor.
H5L_elink_traverse_t() - Constructor for class org.bytedeco.hdf5.H5L_elink_traverse_t
 
H5L_EXT_FLAGS_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
\brief Valid flags for external links
H5L_EXT_VERSION - Static variable in class org.bytedeco.hdf5.global.hdf5
\brief Version of external link format
H5L_info2_t - Class in org.bytedeco.hdf5
 
H5L_info2_t() - Constructor for class org.bytedeco.hdf5.H5L_info2_t
Default native constructor.
H5L_info2_t(long) - Constructor for class org.bytedeco.hdf5.H5L_info2_t
Native array allocator.
H5L_info2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5L_info2_t
Pointer cast constructor.
H5L_info_t - Class in hdf.hdf5lib.structs
Information struct for link (for H5Lget_info/H5Lget_info_by_idx)
H5L_iterate2_t - Class in org.bytedeco.hdf5
 
H5L_iterate2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5L_iterate2_t
Pointer cast constructor.
H5L_iterate2_t() - Constructor for class org.bytedeco.hdf5.H5L_iterate2_t
 
H5L_iterate_opdata_t - Interface in hdf.hdf5lib.callbacks
Data class for link callback for H5Lvisit/H5Lvisit_by_name.
H5L_iterate_t - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Lvisit/H5Lvisit_by_name.
H5L_LINK_CLASS_T_VERS - Static variable in class org.bytedeco.hdf5.global.hdf5
\brief Current version of the H5L_class_t struct
H5L_MAX_LINK_NAME_LEN - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5L_MAX_LINK_NAME_LEN() - Static method in class org.bytedeco.hdf5.global.hdf5
\brief Maximum length of a link's name The maximum length of a link's name is encoded in a 32-bit unsigned integer.
H5L_move_func_t - Class in org.bytedeco.hdf5
\brief Callback for link move
H5L_move_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5L_move_func_t
Pointer cast constructor.
H5L_move_func_t() - Constructor for class org.bytedeco.hdf5.H5L_move_func_t
 
H5L_query_func_t - Class in org.bytedeco.hdf5
\brief Callback for querying the link.
H5L_query_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5L_query_func_t
Pointer cast constructor.
H5L_query_func_t() - Constructor for class org.bytedeco.hdf5.H5L_query_func_t
 
H5L_SAME_LOC - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5L_SAME_LOC() - Static method in class org.bytedeco.hdf5.global.hdf5
\brief Macro to indicate operation occurs on same location
H5L_traverse_func_t - Class in org.bytedeco.hdf5
\brief Callback during link traversal
H5L_traverse_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5L_traverse_func_t
Pointer cast constructor.
H5L_traverse_func_t() - Constructor for class org.bytedeco.hdf5.H5L_traverse_func_t
 
H5L_TYPE_BUILTIN_MAX - Static variable in class org.bytedeco.hdf5.global.hdf5
\brief Maximum value link value for "built-in" link types
H5L_TYPE_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5L_TYPE_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5L_type_t
H5L_TYPE_EXTERNAL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5L_TYPE_EXTERNAL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5L_type_t
H5L_TYPE_HARD - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5L_TYPE_HARD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5L_type_t
H5L_TYPE_MAX - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5L_TYPE_MAX - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5L_type_t
H5L_TYPE_SOFT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5L_TYPE_SOFT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5L_type_t
H5L_TYPE_UD_MAX - Static variable in class org.bytedeco.hdf5.global.hdf5
\brief Maximum link id value for "user-defined" link types.
H5L_TYPE_UD_MIN - Static variable in class org.bytedeco.hdf5.global.hdf5
\brief Link ids at or above this value are "user-defined" link types.
H5Lcopy(long, String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Lcopy(long, BytePointer, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Creates an identical copy of a link with the same creation time and target.
H5Lcopy(long, String, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lcreate_external(String, String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Lcreate_external(BytePointer, BytePointer, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Creates an external link, a soft link to an object in a different file.
H5Lcreate_external(String, String, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lcreate_hard(long, String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Lcreate_hard(long, BytePointer, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Creates a hard link to an object \fgdta_loc_id{cur_loc}
H5Lcreate_hard(long, String, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lcreate_hard_async(BytePointer, BytePointer, int, long, BytePointer, long, BytePointer, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Lcreate_hard}
H5Lcreate_hard_async(String, String, int, long, String, long, String, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lcreate_soft(String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Lcreate_soft(BytePointer, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Creates a soft link
H5Lcreate_soft(String, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lcreate_soft_async(BytePointer, BytePointer, int, BytePointer, long, BytePointer, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Lcreate_soft}
H5Lcreate_soft_async(String, String, int, String, long, String, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lcreate_ud(long, BytePointer, int, Pointer, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Creates a link of a user-defined type \loc_id{link_loc_id}
H5Lcreate_ud(long, String, int, Pointer, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ldelete(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Ldelete(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Removes a link from a group \fgdta_loc_id
H5Ldelete(long, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ldelete_async(BytePointer, BytePointer, int, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Ldelete}
H5Ldelete_async(String, String, int, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ldelete_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Ldelete_by_idx(long, BytePointer, int, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Removes the \Emph{n}-th link in a group \fgdta_loc_id
H5Ldelete_by_idx(long, String, int, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ldelete_by_idx_async(BytePointer, BytePointer, int, long, BytePointer, int, int, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Ldelete_by_idx}
H5Ldelete_by_idx_async(String, String, int, long, String, int, int, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LDget_dset_dims(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Retrieves the current dimension sizes of a dataset.
H5LDget_dset_dims(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LDget_dset_dims(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LDget_dset_elmts(long, LongPointer, LongPointer, BytePointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Retrieves selected data from the dataset
H5LDget_dset_elmts(long, LongBuffer, LongBuffer, String, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LDget_dset_elmts(long, long[], long[], BytePointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LDget_dset_elmts(long, LongPointer, LongPointer, String, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LDget_dset_elmts(long, LongBuffer, LongBuffer, BytePointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LDget_dset_elmts(long, long[], long[], String, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LDget_dset_type_size(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Returns the size in bytes of the dataset's datatype
H5LDget_dset_type_size(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lexists(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Lexists(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Determines whether a link with the specified name exists in a group \fgdta_loc_id
H5Lexists(long, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lexists_async(BytePointer, BytePointer, int, long, BytePointer, BoolPointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Lexists}
H5Lexists_async(String, String, int, long, String, boolean[], long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lget_info(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Lget_info2(long, BytePointer, H5L_info2_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Returns information about a link \fgdta_loc_id
H5Lget_info2(long, String, H5L_info2_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lget_info_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Lget_info_by_idx2(long, BytePointer, int, int, long, H5L_info2_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Retrieves metadata for a link in a group, according to the order within a field or index \loc_id
H5Lget_info_by_idx2(long, String, int, int, long, H5L_info2_t, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lget_name_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Lget_name_by_idx(long, BytePointer, int, int, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Retrieves name of the \Emph{n}-th link in a group, according to the order within a specified field or index \loc_id
H5Lget_name_by_idx(long, String, int, int, long, ByteBuffer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lget_name_by_idx(long, BytePointer, int, int, long, byte[], long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lget_name_by_idx(long, String, int, int, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lget_name_by_idx(long, BytePointer, int, int, long, ByteBuffer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lget_name_by_idx(long, String, int, int, long, byte[], long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lget_val(long, BytePointer, Pointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Returns the value of a link \fgdta_loc_id
H5Lget_val(long, String, Pointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lget_val_by_idx(long, BytePointer, int, int, long, Pointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Retrieves value of the \Emph{n}-th link in a group, according to the order within an index \fgdta_loc_id
H5Lget_val_by_idx(long, String, int, int, long, Pointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lget_value(long, String, String[], long) - Static method in class hdf.hdf5lib.H5
 
H5Lget_value_by_idx(long, String, int, int, long, String[], long) - Static method in class hdf.hdf5lib.H5
 
H5Library - Class in org.bytedeco.hdf5
\class H5Library \brief Class H5Library operates the HDF5 library globably.
H5Library(Pointer) - Constructor for class org.bytedeco.hdf5.H5Library
Pointer cast constructor.
H5Lis_registered(int) - Static method in class hdf.hdf5lib.H5
 
H5Lis_registered(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5LA \brief Determines whether a class of user-defined links is registered
H5Literate(long, int, int, long, H5L_iterate_t, H5L_iterate_opdata_t) - Static method in class hdf.hdf5lib.H5
 
H5Literate2(long, int, int, LongPointer, H5L_iterate2_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup TRAV \brief Iterates over links in a group, with user callback routine, according to the order within an index.
H5Literate2(long, int, int, LongBuffer, H5L_iterate2_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate2(long, int, int, long[], H5L_iterate2_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate_async(BytePointer, BytePointer, int, long, int, int, LongPointer, H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \warning The returned value of the callback routine op will not be set in the return value for H5Literate_async(), so the \p herr_t value should not be used for determining the return state of the callback routine.
H5Literate_async(String, String, int, long, int, int, LongBuffer, H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate_async(BytePointer, BytePointer, int, long, int, int, long[], H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate_async(String, String, int, long, int, int, LongPointer, H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate_async(BytePointer, BytePointer, int, long, int, int, LongBuffer, H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate_async(String, String, int, long, int, int, long[], H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate_by_name(long, String, int, int, long, H5L_iterate_t, H5L_iterate_opdata_t, long) - Static method in class hdf.hdf5lib.H5
 
H5Literate_by_name2(long, BytePointer, int, int, LongPointer, H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup TRAV \brief Iterates through links in a group \loc_id
H5Literate_by_name2(long, String, int, int, LongBuffer, H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate_by_name2(long, BytePointer, int, int, long[], H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate_by_name2(long, String, int, int, LongPointer, H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate_by_name2(long, BytePointer, int, int, LongBuffer, H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Literate_by_name2(long, String, int, int, long[], H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lmove(long, String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Lmove(long, BytePointer, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Moves a link within an HDF5 file \fgdta_loc_id{src_loc}
H5Lmove(long, String, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Location - Class in org.bytedeco.hdf5
\class H5Location \brief H5Location is an abstract base class, added in version 1.8.12.
H5Location(Pointer) - Constructor for class org.bytedeco.hdf5.H5Location
Pointer cast constructor.
H5Lregister(H5L_class_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5LA \brief Registers a user-defined link class or changes behavior of an existing class
H5LT_C - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5LT_lang_t
H5LT_DDL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5LT_lang_t
H5LT_FILE_IMAGE_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5LT_FILE_IMAGE_DONT_COPY - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5LT_FILE_IMAGE_DONT_RELEASE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5LT_FILE_IMAGE_OPEN_RW - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5LT_FORTRAN - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5LT_lang_t
H5LT_LANG_ERR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5LT_lang_t
H5LT_NO_LANG - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5LT_lang_t
H5LTdtype_to_text(long, BytePointer, int, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates a text description of an HDF5 datatype.
H5LTdtype_to_text(long, ByteBuffer, int, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTdtype_to_text(long, byte[], int, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTfind_attribute(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Determines whether an attribute exists.
H5LTfind_attribute(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTfind_dataset(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Determines whether a dataset exists.
H5LTfind_dataset(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute(long, BytePointer, BytePointer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute(long, String, String, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_char(long, BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_char(long, String, String, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_char(long, BytePointer, BytePointer, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_char(long, String, String, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_char(long, BytePointer, BytePointer, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_char(long, String, String, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_double(long, BytePointer, BytePointer, DoublePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_double(long, String, String, DoubleBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_double(long, BytePointer, BytePointer, double[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_double(long, String, String, DoublePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_double(long, BytePointer, BytePointer, DoubleBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_double(long, String, String, double[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_float(long, BytePointer, BytePointer, FloatPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_float(long, String, String, FloatBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_float(long, BytePointer, BytePointer, float[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_float(long, String, String, FloatPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_float(long, BytePointer, BytePointer, FloatBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_float(long, String, String, float[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_info(long, BytePointer, BytePointer, LongPointer, IntPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Gets information about an attribute.
H5LTget_attribute_info(long, String, String, LongBuffer, IntBuffer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_info(long, BytePointer, BytePointer, long[], int[], SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_info(long, String, String, LongPointer, IntPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_info(long, BytePointer, BytePointer, LongBuffer, IntBuffer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_info(long, String, String, long[], int[], SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_int(long, BytePointer, BytePointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_int(long, String, String, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_int(long, BytePointer, BytePointer, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_int(long, String, String, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_int(long, BytePointer, BytePointer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_int(long, String, String, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_long(long, BytePointer, BytePointer, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_long(long, String, String, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_long_long(long, BytePointer, BytePointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads a \e long \e long attribute.
H5LTget_attribute_long_long(long, String, String, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_long_long(long, BytePointer, BytePointer, long[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_long_long(long, String, String, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_long_long(long, BytePointer, BytePointer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_long_long(long, String, String, long[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ndims(long, BytePointer, BytePointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Gets the dimensionality of an attribute.
H5LTget_attribute_ndims(long, String, String, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ndims(long, BytePointer, BytePointer, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ndims(long, String, String, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ndims(long, BytePointer, BytePointer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ndims(long, String, String, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_short(long, BytePointer, BytePointer, ShortPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_short(long, String, String, ShortBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_short(long, BytePointer, BytePointer, short[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_short(long, String, String, ShortPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_short(long, BytePointer, BytePointer, ShortBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_short(long, String, String, short[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_string(long, BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_string(long, String, String, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_string(long, BytePointer, BytePointer, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_string(long, String, String, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_string(long, BytePointer, BytePointer, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_string(long, String, String, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_uchar(long, BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_uchar(long, String, String, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_uchar(long, BytePointer, BytePointer, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_uchar(long, String, String, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_uchar(long, BytePointer, BytePointer, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_uchar(long, String, String, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_uint(long, BytePointer, BytePointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_uint(long, String, String, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_uint(long, BytePointer, BytePointer, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_uint(long, String, String, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_uint(long, BytePointer, BytePointer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_uint(long, String, String, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ullong(long, BytePointer, BytePointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_ullong(long, String, String, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ullong(long, BytePointer, BytePointer, long[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ullong(long, String, String, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ullong(long, BytePointer, BytePointer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ullong(long, String, String, long[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ulong(long, BytePointer, BytePointer, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_ulong(long, String, String, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ushort(long, BytePointer, BytePointer, ShortPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads an attribute from disk.
H5LTget_attribute_ushort(long, String, String, ShortBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ushort(long, BytePointer, BytePointer, short[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ushort(long, String, String, ShortPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ushort(long, BytePointer, BytePointer, ShortBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_attribute_ushort(long, String, String, short[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_dataset_info(long, BytePointer, LongPointer, IntPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Retrieves information about a dataset
H5LTget_dataset_info(long, String, LongBuffer, IntBuffer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_dataset_info(long, BytePointer, long[], int[], SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_dataset_info(long, String, LongPointer, IntPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_dataset_info(long, BytePointer, LongBuffer, IntBuffer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_dataset_info(long, String, long[], int[], SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_dataset_ndims(long, BytePointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Gets the dimensionality of a dataset
H5LTget_dataset_ndims(long, String, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_dataset_ndims(long, BytePointer, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_dataset_ndims(long, String, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_dataset_ndims(long, BytePointer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTget_dataset_ndims(long, String, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset(long, BytePointer, int, LongPointer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes a dataset of a type \p type_id.
H5LTmake_dataset(long, String, int, LongBuffer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset(long, BytePointer, int, long[], long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset(long, String, int, LongPointer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset(long, BytePointer, int, LongBuffer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset(long, String, int, long[], long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_char(long, BytePointer, int, LongPointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes a dataset.
H5LTmake_dataset_char(long, String, int, LongBuffer, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_char(long, BytePointer, int, long[], BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_char(long, String, int, LongPointer, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_char(long, BytePointer, int, LongBuffer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_char(long, String, int, long[], String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_double(long, BytePointer, int, LongPointer, DoublePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes a dataset.
H5LTmake_dataset_double(long, String, int, LongBuffer, DoubleBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_double(long, BytePointer, int, long[], double[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_double(long, String, int, LongPointer, DoublePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_double(long, BytePointer, int, LongBuffer, DoubleBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_double(long, String, int, long[], double[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_float(long, BytePointer, int, LongPointer, FloatPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes a dataset.
H5LTmake_dataset_float(long, String, int, LongBuffer, FloatBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_float(long, BytePointer, int, long[], float[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_float(long, String, int, LongPointer, FloatPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_float(long, BytePointer, int, LongBuffer, FloatBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_float(long, String, int, long[], float[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_int(long, BytePointer, int, LongPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes a dataset.
H5LTmake_dataset_int(long, String, int, LongBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_int(long, BytePointer, int, long[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_int(long, String, int, LongPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_int(long, BytePointer, int, LongBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_int(long, String, int, long[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_long(long, BytePointer, int, LongPointer, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes a dataset.
H5LTmake_dataset_long(long, String, int, LongBuffer, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_long(long, BytePointer, int, long[], CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_long(long, String, int, LongPointer, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_long(long, BytePointer, int, LongBuffer, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_long(long, String, int, long[], CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_short(long, BytePointer, int, LongPointer, ShortPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes a dataset.
H5LTmake_dataset_short(long, String, int, LongBuffer, ShortBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_short(long, BytePointer, int, long[], short[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_short(long, String, int, LongPointer, ShortPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_short(long, BytePointer, int, LongBuffer, ShortBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_short(long, String, int, long[], short[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTmake_dataset_string(long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes a dataset with string datatype.
H5LTmake_dataset_string(long, String, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTopen_file_image(Pointer, long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Opens an HDF5 file image in memory.
H5LTpath_valid(long, BytePointer, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Determines whether an HDF5 path is valid and, optionally, whether the path resolves to an HDF5 object.
H5LTpath_valid(long, String, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset(long, BytePointer, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads a dataset from disk.
H5LTread_dataset(long, String, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_char(long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads a dataset from disk.
H5LTread_dataset_char(long, String, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_char(long, BytePointer, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_char(long, String, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_char(long, BytePointer, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_char(long, String, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_double(long, BytePointer, DoublePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads a dataset from disk.
H5LTread_dataset_double(long, String, DoubleBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_double(long, BytePointer, double[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_double(long, String, DoublePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_double(long, BytePointer, DoubleBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_double(long, String, double[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_float(long, BytePointer, FloatPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads a dataset from disk.
H5LTread_dataset_float(long, String, FloatBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_float(long, BytePointer, float[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_float(long, String, FloatPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_float(long, BytePointer, FloatBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_float(long, String, float[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_int(long, BytePointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads a dataset from disk.
H5LTread_dataset_int(long, String, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_int(long, BytePointer, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_int(long, String, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_int(long, BytePointer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_int(long, String, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_long(long, BytePointer, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads a dataset from disk.
H5LTread_dataset_long(long, String, CLongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_short(long, BytePointer, ShortPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads a dataset from disk.
H5LTread_dataset_short(long, String, ShortBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_short(long, BytePointer, short[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_short(long, String, ShortPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_short(long, BytePointer, ShortBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_short(long, String, short[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_string(long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Reads a dataset from disk.
H5LTread_dataset_string(long, String, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_string(long, BytePointer, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_string(long, String, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_string(long, BytePointer, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTread_dataset_string(long, String, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_char(long, BytePointer, BytePointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_char(long, String, String, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_double(long, BytePointer, BytePointer, DoublePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_double(long, String, String, DoubleBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_double(long, BytePointer, BytePointer, double[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_double(long, String, String, DoublePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_double(long, BytePointer, BytePointer, DoubleBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_double(long, String, String, double[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_float(long, BytePointer, BytePointer, FloatPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_float(long, String, String, FloatBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_float(long, BytePointer, BytePointer, float[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_float(long, String, String, FloatPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_float(long, BytePointer, BytePointer, FloatBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_float(long, String, String, float[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_int(long, BytePointer, BytePointer, IntPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_int(long, String, String, IntBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_int(long, BytePointer, BytePointer, int[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_int(long, String, String, IntPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_int(long, BytePointer, BytePointer, IntBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_int(long, String, String, int[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_long(long, BytePointer, BytePointer, CLongPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_long(long, String, String, CLongPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_long_long(long, BytePointer, BytePointer, LongPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_long_long(long, String, String, LongBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_long_long(long, BytePointer, BytePointer, long[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_long_long(long, String, String, LongPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_long_long(long, BytePointer, BytePointer, LongBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_long_long(long, String, String, long[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_short(long, BytePointer, BytePointer, ShortPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_short(long, String, String, ShortBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_short(long, BytePointer, BytePointer, short[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_short(long, String, String, ShortPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_short(long, BytePointer, BytePointer, ShortBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_short(long, String, String, short[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_string(long, BytePointer, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes a string attribute.
H5LTset_attribute_string(long, String, String, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_uchar(long, BytePointer, BytePointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_uchar(long, String, String, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_uchar(long, BytePointer, BytePointer, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_uchar(long, String, String, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_uchar(long, BytePointer, BytePointer, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_uchar(long, String, String, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_uint(long, BytePointer, BytePointer, IntPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_uint(long, String, String, IntBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_uint(long, BytePointer, BytePointer, int[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_uint(long, String, String, IntPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_uint(long, BytePointer, BytePointer, IntBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_uint(long, String, String, int[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ullong(long, BytePointer, BytePointer, LongPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_ullong(long, String, String, LongBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ullong(long, BytePointer, BytePointer, long[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ullong(long, String, String, LongPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ullong(long, BytePointer, BytePointer, LongBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ullong(long, String, String, long[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ulong(long, BytePointer, BytePointer, CLongPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_ulong(long, String, String, CLongPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ushort(long, BytePointer, BytePointer, ShortPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates and writes an attribute.
H5LTset_attribute_ushort(long, String, String, ShortBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ushort(long, BytePointer, BytePointer, short[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ushort(long, String, String, ShortPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ushort(long, BytePointer, BytePointer, ShortBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTset_attribute_ushort(long, String, String, short[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5LTtext_to_dtype(BytePointer, int) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5LT \brief Creates an HDF5 datatype given a text description.
H5LTtext_to_dtype(String, int) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lunpack_elink_val(Pointer, long, IntPointer, PointerPointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5L \brief Decodes external link information
H5Lunpack_elink_val(Pointer, long, IntPointer, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lunpack_elink_val(Pointer, long, IntBuffer, ByteBuffer, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lunpack_elink_val(Pointer, long, int[], byte[], byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Lunregister(int) - Static method in class hdf.hdf5lib.H5
 
H5Lunregister(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5LA \brief Unregisters a class of user-defined links
H5Lvisit(long, int, int, H5L_iterate_t, H5L_iterate_opdata_t) - Static method in class hdf.hdf5lib.H5
 
H5Lvisit2(long, int, int, H5L_iterate2_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup TRAV \brief Recursively visits all links starting from a specified group \group_id{grp_id} \idx_type \order \op \op_data
H5Lvisit_by_name(long, String, int, int, H5L_iterate_t, H5L_iterate_opdata_t, long) - Static method in class hdf.hdf5lib.H5
 
H5Lvisit_by_name2(long, BytePointer, int, int, H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup TRAV \brief Recursively visits all links starting from a specified group \loc_id
H5Lvisit_by_name2(long, String, int, int, H5L_iterate2_t, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5MM_allocate_t - Class in org.bytedeco.hdf5
 
H5MM_allocate_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5MM_allocate_t
Pointer cast constructor.
H5MM_allocate_t() - Constructor for class org.bytedeco.hdf5.H5MM_allocate_t
 
H5MM_free_t - Class in org.bytedeco.hdf5
 
H5MM_free_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5MM_free_t
Pointer cast constructor.
H5MM_free_t() - Constructor for class org.bytedeco.hdf5.H5MM_free_t
 
H5O_COPY_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
All object copying flags (for internal checking)
H5O_COPY_EXPAND_EXT_LINK_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_COPY_EXPAND_EXT_LINK_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
Expand external links into new objects
H5O_COPY_EXPAND_REFERENCE_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_COPY_EXPAND_REFERENCE_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
Copy objects that are pointed by references
H5O_COPY_EXPAND_SOFT_LINK_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_COPY_EXPAND_SOFT_LINK_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
Expand soft links into new objects
H5O_COPY_MERGE_COMMITTED_DTYPE_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
Merge committed datatypes in dest file
H5O_COPY_PRESERVE_NULL_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_COPY_PRESERVE_NULL_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
Copy NULL messages (empty space)
H5O_COPY_SHALLOW_HIERARCHY_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_COPY_SHALLOW_HIERARCHY_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
Copy only immediate members
H5O_COPY_WITHOUT_ATTR_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_COPY_WITHOUT_ATTR_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
Copy object without copying attributes
H5O_HDR_ALL_FLAGS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_HDR_ATTR_CRT_ORDER_INDEXED - Static variable in class org.bytedeco.hdf5.global.hdf5
Attribute creation order has index
H5O_HDR_ATTR_CRT_ORDER_TRACKED - Static variable in class org.bytedeco.hdf5.global.hdf5
Attribute creation order is tracked
H5O_HDR_ATTR_STORE_PHASE_CHANGE - Static variable in class org.bytedeco.hdf5.global.hdf5
Non-default attribute storage phase change values stored
H5O_HDR_CHUNK0_SIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
2-bit field indicating # of bytes to store the size of chunk 0's data
H5O_hdr_info_t - Class in hdf.hdf5lib.structs
Information struct for object header metadata (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx)
H5O_hdr_info_t - Class in org.bytedeco.hdf5
 
H5O_hdr_info_t() - Constructor for class org.bytedeco.hdf5.H5O_hdr_info_t
Default native constructor.
H5O_hdr_info_t(long) - Constructor for class org.bytedeco.hdf5.H5O_hdr_info_t
Native array allocator.
H5O_hdr_info_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5O_hdr_info_t
Pointer cast constructor.
H5O_HDR_STORE_TIMES - Static variable in class org.bytedeco.hdf5.global.hdf5
Store access, modification, change & birth times for object
H5O_info2_t - Class in org.bytedeco.hdf5
 
H5O_info2_t() - Constructor for class org.bytedeco.hdf5.H5O_info2_t
Default native constructor.
H5O_info2_t(long) - Constructor for class org.bytedeco.hdf5.H5O_info2_t
Native array allocator.
H5O_info2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5O_info2_t
Pointer cast constructor.
H5O_INFO_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_INFO_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_INFO_BASIC - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_INFO_BASIC - Static variable in class org.bytedeco.hdf5.global.hdf5
Fill in the fileno, addr, type, and rc fields
H5O_INFO_NUM_ATTRS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_INFO_NUM_ATTRS - Static variable in class org.bytedeco.hdf5.global.hdf5
Fill in the num_attrs field
H5O_info_t - Class in hdf.hdf5lib.structs
Information struct for object (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx)
H5O_info_t(long, H5O_token_t, int, int, long, long, long, long, long) - Constructor for class hdf.hdf5lib.structs.H5O_info_t
Constructor for data model information struct for objects
H5O_INFO_TIME - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_INFO_TIME - Static variable in class org.bytedeco.hdf5.global.hdf5
Fill in the atime, mtime, ctime, and btime fields
H5O_iterate2_t - Class in org.bytedeco.hdf5
/** Prototype for H5Ovisit(), H5Ovisit_by_name() operator (version 3)
H5O_iterate2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5O_iterate2_t
Pointer cast constructor.
H5O_iterate2_t() - Constructor for class org.bytedeco.hdf5.H5O_iterate2_t
 
H5O_iterate_opdata_t - Interface in hdf.hdf5lib.callbacks
Data class for link callback for H5Ovisit/H5Ovisit_by_name.
H5O_iterate_t - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Ovisit/H5Ovisit_by_name.
H5O_MAX_TOKEN_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_MAX_TOKEN_SIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_mcdt_search_cb_t - Class in org.bytedeco.hdf5
 
H5O_mcdt_search_cb_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5O_mcdt_search_cb_t
Pointer cast constructor.
H5O_mcdt_search_cb_t() - Constructor for class org.bytedeco.hdf5.H5O_mcdt_search_cb_t
 
H5O_MCDT_SEARCH_CONT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5O_mcdt_search_ret_t
H5O_MCDT_SEARCH_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5O_mcdt_search_ret_t
H5O_MCDT_SEARCH_STOP - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5O_mcdt_search_ret_t
H5O_NATIVE_INFO_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_NATIVE_INFO_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_NATIVE_INFO_HDR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_NATIVE_INFO_HDR - Static variable in class org.bytedeco.hdf5.global.hdf5
Fill in the hdr field
H5O_NATIVE_INFO_META_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_NATIVE_INFO_META_SIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
Fill in the meta_size field
H5O_native_info_t - Class in hdf.hdf5lib.structs
Information struct for native HDF5 object info, such as object header metadata (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx).
H5O_native_info_t - Class in org.bytedeco.hdf5
 
H5O_native_info_t() - Constructor for class org.bytedeco.hdf5.H5O_native_info_t
Default native constructor.
H5O_native_info_t(long) - Constructor for class org.bytedeco.hdf5.H5O_native_info_t
Native array allocator.
H5O_native_info_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5O_native_info_t
Pointer cast constructor.
H5O_SHMESG_ALL_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_SHMESG_ALL_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_SHMESG_ATTR_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_SHMESG_ATTR_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_SHMESG_ATTR_FLAG() - Static method in class org.bytedeco.hdf5.global.hdf5
Attribute Message.
H5O_SHMESG_DTYPE_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_SHMESG_DTYPE_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_SHMESG_DTYPE_FLAG() - Static method in class org.bytedeco.hdf5.global.hdf5
Datatype Message.
H5O_SHMESG_FILL_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_SHMESG_FILL_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_SHMESG_FILL_FLAG() - Static method in class org.bytedeco.hdf5.global.hdf5
Fill Value Message.
H5O_SHMESG_MAX_LIST_SIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_SHMESG_MAX_NINDEXES - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_SHMESG_NONE_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_SHMESG_NONE_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
No shared messages
H5O_SHMESG_PLINE_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_SHMESG_PLINE_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_SHMESG_PLINE_FLAG() - Static method in class org.bytedeco.hdf5.global.hdf5
Filter pipeline message.
H5O_SHMESG_SDSPACE_FLAG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_SHMESG_SDSPACE_FLAG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_SHMESG_SDSPACE_FLAG() - Static method in class org.bytedeco.hdf5.global.hdf5
Simple Dataspace Message.
H5O_token_t - Class in hdf.hdf5lib.structs
Object token, which is a unique and permanent identifier, for an HDF5 object within a container.
H5O_token_t - Class in org.bytedeco.hdf5
/** Type for object tokens \internal (Hoisted here, since it's used by both the H5Lpublic.h and H5Opublic.h headers)
H5O_token_t() - Constructor for class org.bytedeco.hdf5.H5O_token_t
Default native constructor.
H5O_token_t(long) - Constructor for class org.bytedeco.hdf5.H5O_token_t
Native array allocator.
H5O_token_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5O_token_t
Pointer cast constructor.
H5O_TOKEN_UNDEF - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_TOKEN_UNDEF_g() - Static method in class org.bytedeco.hdf5.global.hdf5
\endcond
H5O_TYPE_DATASET - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_TYPE_DATASET - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5O_type_t
H5O_TYPE_GROUP - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_TYPE_GROUP - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5O_type_t
H5O_TYPE_MAP - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5O_type_t
H5O_TYPE_NAMED_DATATYPE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_TYPE_NAMED_DATATYPE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5O_type_t
H5O_TYPE_NTYPES - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_TYPE_NTYPES - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5O_type_t
H5O_TYPE_UNKNOWN - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5O_TYPE_UNKNOWN - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5O_type_t
H5O_VERSION_1 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5O_VERSION_2 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5Oare_mdc_flushes_disabled(long) - Static method in class hdf.hdf5lib.H5
 
H5Oare_mdc_flushes_disabled(long, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Retrieves comment for specified object
H5Oare_mdc_flushes_disabled(long, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Object - Class in org.bytedeco.hdf5
 
H5Object(Pointer) - Constructor for class org.bytedeco.hdf5.H5Object
Pointer cast constructor.
H5Object(H5Location) - Constructor for class org.bytedeco.hdf5.H5Object
Downcast constructor.
H5Oclose(long) - Static method in class hdf.hdf5lib.H5
 
H5Oclose(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Closes an object in an HDF5 file \obj_id{object_id}
H5Oclose_async(BytePointer, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Oclose}
H5Oclose_async(String, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ocopy(long, String, long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Ocopy(long, BytePointer, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Copies an object in an HDF5 file
H5Ocopy(long, String, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ocopy_async(BytePointer, BytePointer, int, long, BytePointer, long, BytePointer, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Ocopy}
H5Ocopy_async(String, String, int, long, String, long, String, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Odecr_refcount(long) - Static method in class hdf.hdf5lib.H5
 
H5Odecr_refcount(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Decrements an object reference count \fgdta_loc_obj_id{object_id}
H5Odisable_mdc_flushes(long) - Static method in class hdf.hdf5lib.H5
 
H5Odisable_mdc_flushes(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Prevents metadata entries for an HDF5 object from being flushed from the metadata cache to storage
H5Oenable_mdc_flushes(long) - Static method in class hdf.hdf5lib.H5
 
H5Oenable_mdc_flushes(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Enables flushing of dirty metadata entries from a file's metadata cache
H5Oexists_by_name(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Oexists_by_name(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Determines whether a link resolves to an actual object.
H5Oexists_by_name(long, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oflush(long) - Static method in class hdf.hdf5lib.H5
 
H5Oflush(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Flushes all buffers associated with an HDF5 object to disk \fgdta_loc_obj_id{obj_id}
H5Oflush_async(BytePointer, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Oflush}
H5Oflush_async(String, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_comment(long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_comment(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Retrieves comment for specified object \fgdta_loc_obj_id{obj_id}
H5Oget_comment(long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_comment(long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_comment_by_name(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_comment_by_name(long, BytePointer, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Retrieves comment for specified object \fgdta_loc_obj_id{loc_id}
H5Oget_comment_by_name(long, String, ByteBuffer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_comment_by_name(long, BytePointer, byte[], long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_comment_by_name(long, String, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_comment_by_name(long, BytePointer, ByteBuffer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_comment_by_name(long, String, byte[], long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_info(long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_info(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Oget_info3(long, H5O_info2_t, int) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Retrieves the metadata for an object specified by an identifier \fgdta_loc_obj_id{loc_id}
H5Oget_info_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_info_by_idx(long, String, int, int, long, int, long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_info_by_idx3(long, BytePointer, int, int, long, H5O_info2_t, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Retrieves the metadata for an object, identifying the object by an index position \fgdta_loc_obj_id{loc_id}
H5Oget_info_by_idx3(long, String, int, int, long, H5O_info2_t, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_info_by_name(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_info_by_name(long, String, int, long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_info_by_name3(long, BytePointer, H5O_info2_t, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Retrieves the metadata for an object, identifying the object by location and relative name \fgdta_loc_obj_id{loc_id}
H5Oget_info_by_name3(long, String, H5O_info2_t, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_info_by_name_async(BytePointer, BytePointer, int, long, BytePointer, H5O_info2_t, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Oget_info_by_name}
H5Oget_info_by_name_async(String, String, int, long, String, H5O_info2_t, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_native_info(long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_native_info(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Oget_native_info(long, H5O_native_info_t, int) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Retrieve native file format information about an object \fgdta_loc_obj_id{loc_id}
H5Oget_native_info_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_native_info_by_idx(long, String, int, int, long, int, long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_native_info_by_idx(long, BytePointer, int, int, long, H5O_native_info_t, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Retrieve native file format information about an object according to the order of an index \fgdta_loc_obj_id{loc_id}
H5Oget_native_info_by_idx(long, String, int, int, long, H5O_native_info_t, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oget_native_info_by_name(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_native_info_by_name(long, String, int, long) - Static method in class hdf.hdf5lib.H5
 
H5Oget_native_info_by_name(long, BytePointer, H5O_native_info_t, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Retrieve native file format information about an object given its name \fgdta_loc_obj_id{loc_id}
H5Oget_native_info_by_name(long, String, H5O_native_info_t, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oincr_refcount(long) - Static method in class hdf.hdf5lib.H5
 
H5Oincr_refcount(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Increments an object reference count \fgdta_loc_obj_id{object_id}
H5Olink(long, long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Olink(long, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Creates a hard link to an object in an HDF5 file
H5Olink(long, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oopen(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Oopen(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Opens an object in an HDF5 file by location identifier and path name.
H5Oopen(long, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oopen_async(BytePointer, BytePointer, int, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Oopen}
H5Oopen_async(String, String, int, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oopen_by_idx(long, String, int, int, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Oopen_by_idx(long, BytePointer, int, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Opens the nth object in a group \fgdta_loc_obj_id{loc_id}
H5Oopen_by_idx(long, String, int, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oopen_by_idx_async(BytePointer, BytePointer, int, long, BytePointer, int, int, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Oopen_by_idx}
H5Oopen_by_idx_async(String, String, int, long, String, int, int, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oopen_by_token(long, H5O_token_t) - Static method in class hdf.hdf5lib.H5
 
H5Oopen_by_token(long, H5O_token_t) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Opens an object in an HDF5 file using its VOL independent token \fgdta_loc_obj_id{loc_id}
H5open() - Static method in class hdf.hdf5lib.H5
 
H5open() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Initializes the HDF5 library
H5Orefresh(long) - Static method in class hdf.hdf5lib.H5
 
H5Orefresh(long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Refreshes all buffers associated with an HDF5 object \fgdta_loc_obj_id{oid}
H5Orefresh_async(BytePointer, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Orefresh}
H5Orefresh_async(String, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oset_comment(long, String) - Static method in class hdf.hdf5lib.H5
Deprecated.
As of HDF5 1.8 in favor of object attributes.
H5Oset_comment(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Sets comment for specified object \fgdta_loc_obj_id{obj_id}
H5Oset_comment(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Oset_comment_by_name(long, String, String, long) - Static method in class hdf.hdf5lib.H5
Deprecated.
As of HDF5 1.8 in favor of object attributes.
H5Oset_comment_by_name(long, BytePointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Sets comment for specified object \fgdta_loc_obj_id{loc_id}
H5Oset_comment_by_name(long, String, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Otoken_cmp(long, H5O_token_t, H5O_token_t, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Compares two VOL connector object tokens \fgdta_loc_obj_id{loc_id}
H5Otoken_cmp(long, H5O_token_t, H5O_token_t, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Otoken_cmp(long, H5O_token_t, H5O_token_t, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Otoken_from_str(long, BytePointer, H5O_token_t) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Deserializes a string into a connector object token \fgdta_loc_obj_id{loc_id}
H5Otoken_from_str(long, String, H5O_token_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Otoken_to_str(long, H5O_token_t, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Serializes a connector's object token into a string \fgdta_loc_obj_id{loc_id}
H5Otoken_to_str(long, H5O_token_t, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Otoken_to_str(long, H5O_token_t, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Otoken_to_str(long, H5O_token_t, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ovisit(long, int, int, H5O_iterate_t, H5O_iterate_opdata_t) - Static method in class hdf.hdf5lib.H5
 
H5Ovisit(long, int, int, H5O_iterate_t, H5O_iterate_opdata_t, int) - Static method in class hdf.hdf5lib.H5
 
H5Ovisit3(long, int, int, H5O_iterate2_t, Pointer, int) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Recursively visits all objects accessible from a specified object \fgdta_loc_obj_id{obj_id} \idx_type \order
H5Ovisit_by_name(long, String, int, int, H5O_iterate_t, H5O_iterate_opdata_t, long) - Static method in class hdf.hdf5lib.H5
 
H5Ovisit_by_name(long, String, int, int, H5O_iterate_t, H5O_iterate_opdata_t, int, long) - Static method in class hdf.hdf5lib.H5
 
H5Ovisit_by_name3(long, BytePointer, int, int, H5O_iterate2_t, Pointer, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
------------------------------------------------------------------------- \ingroup H5O \brief Recursively visits all objects accessible from a specified object \fgdta_loc_obj_id{loc_id}
H5Ovisit_by_name3(long, String, int, int, H5O_iterate2_t, Pointer, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_ATTRIBUTE_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_ATTRIBUTE_ACCESS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_ATTRIBUTE_ACCESS() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_ATTRIBUTE_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_ATTRIBUTE_ACCESS_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_ATTRIBUTE_ACCESS_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_ATTRIBUTE_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_ATTRIBUTE_CREATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_ATTRIBUTE_CREATE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_ATTRIBUTE_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_ATTRIBUTE_CREATE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_ATTRIBUTE_CREATE_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_ATTRIBUTE_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_ATTRIBUTE_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_ATTRIBUTE_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_ATTRIBUTE_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_cls_close_func_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pcreate_class.
H5P_cls_close_func_t - Interface in hdf.hdf5lib.callbacks
Data class for link callback for H5Pcreate_class.
H5P_cls_close_func_t - Class in org.bytedeco.hdf5
 
H5P_cls_close_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5P_cls_close_func_t
Pointer cast constructor.
H5P_cls_close_func_t() - Constructor for class org.bytedeco.hdf5.H5P_cls_close_func_t
 
H5P_cls_copy_func_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pcreate_class
H5P_cls_copy_func_t - Interface in hdf.hdf5lib.callbacks
Data class for link callback for H5Pcreate_class.
H5P_cls_copy_func_t - Class in org.bytedeco.hdf5
 
H5P_cls_copy_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5P_cls_copy_func_t
Pointer cast constructor.
H5P_cls_copy_func_t() - Constructor for class org.bytedeco.hdf5.H5P_cls_copy_func_t
 
H5P_cls_create_func_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pcreate_class.
H5P_cls_create_func_t - Interface in hdf.hdf5lib.callbacks
Data class for link callback for H5Pcreate_class.
H5P_cls_create_func_t - Class in org.bytedeco.hdf5
/** \brief Callback function for H5Pcreate_class()
H5P_cls_create_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5P_cls_create_func_t
Pointer cast constructor.
H5P_cls_create_func_t() - Constructor for class org.bytedeco.hdf5.H5P_cls_create_func_t
 
H5P_CLS_DATASET_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_DATASET_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_DATASET_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_DATASET_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_DATASET_XFER_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_DATASET_XFER_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_DATATYPE_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_DATATYPE_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_DATATYPE_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_DATATYPE_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_FILE_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_FILE_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_FILE_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_FILE_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_FILE_MOUNT_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_FILE_MOUNT_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_GROUP_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_GROUP_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_GROUP_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_GROUP_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_LINK_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_LINK_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_LINK_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_LINK_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_MAP_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_MAP_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_MAP_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_MAP_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_OBJECT_COPY_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_OBJECT_COPY_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_OBJECT_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_OBJECT_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_REFERENCE_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_REFERENCE_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_ROOT_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_ROOT_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_STRING_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_STRING_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_VOL_INITIALIZE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CLS_VOL_INITIALIZE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_CRT_ORDER_INDEXED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_CRT_ORDER_INDEXED - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_CRT_ORDER_TRACKED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_CRT_ORDER_TRACKED - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DATASET_ACCESS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_ACCESS() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DATASET_ACCESS_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_ACCESS_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DATASET_CREATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_CREATE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DATASET_CREATE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_CREATE_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_XFER - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DATASET_XFER - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_XFER() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_XFER_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DATASET_XFER_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATASET_XFER_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATATYPE_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DATATYPE_ACCESS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATATYPE_ACCESS() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATATYPE_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DATATYPE_ACCESS_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATATYPE_ACCESS_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATATYPE_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DATATYPE_CREATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATATYPE_CREATE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATATYPE_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DATATYPE_CREATE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DATATYPE_CREATE_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
Default value of type \ref hid_t for all property list classes
H5P_equal(long, long) - Static method in class hdf.hdf5lib.H5
 
H5P_FILE_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_FILE_ACCESS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_ACCESS() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_FILE_ACCESS_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_ACCESS_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_FILE_CREATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_CREATE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_FILE_CREATE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_CREATE_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_MOUNT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_FILE_MOUNT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_MOUNT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_MOUNT_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_FILE_MOUNT_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_FILE_MOUNT_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_GROUP_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_GROUP_ACCESS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_GROUP_ACCESS() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_GROUP_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_GROUP_ACCESS_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_GROUP_ACCESS_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_GROUP_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_GROUP_CREATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_GROUP_CREATE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_GROUP_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_GROUP_CREATE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_GROUP_CREATE_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_iterate_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Piterate.
H5P_iterate_t - Interface in hdf.hdf5lib.callbacks
Data class for link callback for H5Piterate.
H5P_iterate_t - Class in org.bytedeco.hdf5
/** \brief Callback function for H5Piterate()
H5P_iterate_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5P_iterate_t
Pointer cast constructor.
H5P_iterate_t() - Constructor for class org.bytedeco.hdf5.H5P_iterate_t
 
H5P_LINK_ACCESS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_LINK_ACCESS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_LINK_ACCESS() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LINK_ACCESS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_LINK_ACCESS_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_LINK_ACCESS_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LINK_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_LINK_CREATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_LINK_CREATE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LINK_CREATE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_LINK_CREATE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_LINK_CREATE_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_ATTRIBUTE_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_ATTRIBUTE_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_ATTRIBUTE_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_ATTRIBUTE_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_DATASET_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_DATASET_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_DATASET_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_DATASET_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_DATASET_XFER_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_DATASET_XFER_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_DATATYPE_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_DATATYPE_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_DATATYPE_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_DATATYPE_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_FILE_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_FILE_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_FILE_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_FILE_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_FILE_MOUNT_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_FILE_MOUNT_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_GROUP_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_GROUP_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_GROUP_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_GROUP_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_LINK_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_LINK_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_LINK_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_LINK_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_MAP_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_MAP_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_MAP_CREATE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_MAP_CREATE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_OBJECT_COPY_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_OBJECT_COPY_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_REFERENCE_ACCESS_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_REFERENCE_ACCESS_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_VOL_INITIALIZE_ID_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_LST_VOL_INITIALIZE_ID_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_MAP_ACCESS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_MAP_ACCESS() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_MAP_ACCESS_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_MAP_ACCESS_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_MAP_CREATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_MAP_CREATE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_MAP_CREATE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_MAP_CREATE_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_OBJECT_COPY - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_OBJECT_COPY - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_OBJECT_COPY() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_OBJECT_COPY_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_OBJECT_COPY_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_OBJECT_COPY_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_OBJECT_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_OBJECT_CREATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_OBJECT_CREATE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_prp_cb1_t - Class in org.bytedeco.hdf5
/** \brief Callback function for H5Pregister2(),H5Pregister1(),H5Pinsert2(),H5Pinsert1()
H5P_prp_cb1_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5P_prp_cb1_t
Pointer cast constructor.
H5P_prp_cb1_t() - Constructor for class org.bytedeco.hdf5.H5P_prp_cb1_t
 
H5P_prp_cb2_t - Class in org.bytedeco.hdf5
 
H5P_prp_cb2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5P_prp_cb2_t
Pointer cast constructor.
H5P_prp_cb2_t() - Constructor for class org.bytedeco.hdf5.H5P_prp_cb2_t
 
H5P_prp_close_func_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pregister2.
H5P_prp_compare_func_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pregister2.
H5P_prp_compare_func_t - Class in org.bytedeco.hdf5
/** \brief Callback function for comparing property values
H5P_prp_compare_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5P_prp_compare_func_t
Pointer cast constructor.
H5P_prp_compare_func_t() - Constructor for class org.bytedeco.hdf5.H5P_prp_compare_func_t
 
H5P_prp_copy_func_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pregister2.
H5P_prp_create_func_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pregister2.
H5P_prp_decode_func_t - Class in org.bytedeco.hdf5
/** \brief Callback function for decoding property values
H5P_prp_decode_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5P_prp_decode_func_t
Pointer cast constructor.
H5P_prp_decode_func_t() - Constructor for class org.bytedeco.hdf5.H5P_prp_decode_func_t
 
H5P_prp_delete_func_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pregister2.
H5P_prp_encode_func_t - Class in org.bytedeco.hdf5
/** \brief Callback function for encoding property values
H5P_prp_encode_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5P_prp_encode_func_t
Pointer cast constructor.
H5P_prp_encode_func_t() - Constructor for class org.bytedeco.hdf5.H5P_prp_encode_func_t
 
H5P_prp_get_func_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pregister2.
H5P_prp_set_func_cb - Interface in hdf.hdf5lib.callbacks
Information class for link callback for H5Pregister2.
H5P_REFERENCE_ACCESS - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_REFERENCE_ACCESS() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_REFERENCE_ACCESS_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_REFERENCE_ACCESS_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_ROOT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_ROOT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_ROOT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_STRING_CREATE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_STRING_CREATE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_STRING_CREATE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_VOL_INITIALIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_VOL_INITIALIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_VOL_INITIALIZE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5P_VOL_INITIALIZE_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5P_VOL_INITIALIZE_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5P_VOL_INITIALIZE_DEFAULT() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Padd_merge_committed_dtype_path(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPYPL \brief Adds a path to the list of paths that will be searched in the destination file for a matching committed datatype
H5Padd_merge_committed_dtype_path(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pall_filters_avail(long) - Static method in class hdf.hdf5lib.H5
 
H5Pall_filters_avail(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Verifies that all required filters are available \plist_id
H5PATH_PROPERTY_KEY - Static variable in class hdf.hdf5lib.H5
 
H5Pclose(long) - Static method in class hdf.hdf5lib.H5
 
H5Pclose(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCR \brief Terminates access to a property list \plist_id
H5Pclose_class(long) - Static method in class hdf.hdf5lib.H5
 
H5Pclose_class(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Closes an existing property list class \plistcls_id{plist_id}
H5Pcopy(long) - Static method in class hdf.hdf5lib.H5
 
H5Pcopy(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCR \brief Copies an existing property list to create a new property list \plist_id
H5Pcopy_prop(long, long, String) - Static method in class hdf.hdf5lib.H5
 
H5Pcopy_prop(long, long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Copies a property from one list or class to another
H5Pcopy_prop(long, long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pcreate(long) - Static method in class hdf.hdf5lib.H5
 
H5Pcreate(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCR \brief Creates a new property list as an instance of a property list class \plistcls_id{cls_id}
H5Pcreate_class(long, BytePointer, H5P_cls_create_func_t, Pointer, H5P_cls_copy_func_t, Pointer, H5P_cls_close_func_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Creates a new property list class \plistcls_id{parent}
H5Pcreate_class(long, String, H5P_cls_create_func_t, Pointer, H5P_cls_copy_func_t, Pointer, H5P_cls_close_func_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pcreate_class_nocb(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Pdecode(Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCR \brief Decodes property list received in a binary object buffer and returns a new property list identifier
H5Pencode2(long, Pointer, SizeTPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCR \brief Encodes the property values in a property list into a binary buffer \plist_id
H5Pequal(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pequal(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Compares two property lists or classes for equality
H5Pexist(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Pexist(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Queries whether a property name exists in a property list or class
H5Pexist(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pfill_value_defined(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pfill_value_defined(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Determines whether fill value is defined \dcpl_id{plist}
H5Pfill_value_defined(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pfill_value_defined(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pfree_merge_committed_dtype_paths(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPYPL \brief Clears the list of paths stored in the object copy property list
H5Pget(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Pget(long, BytePointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Queries the value of a property \plist_id
H5Pget(long, String, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_actual_selection_io_mode(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Retrieves the type(s) of I/O that HDF5 actually performed on raw data during the last I/O call \dxpl_id{plist_id}
H5Pget_actual_selection_io_mode(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_actual_selection_io_mode(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_alignment(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_alignment(long, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves the current settings for alignment properties from a file access property list \fapl_id
H5Pget_alignment(long, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_alignment(long, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_alloc_time(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_alloc_time(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Retrieves the timing for storage space allocation \dcpl_id{plist_id}
H5Pget_alloc_time(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_alloc_time(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_append_flush(long, int, LongPointer, H5D_append_cb_t, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Retrieves the values of the append property that is set up in the dataset access property list \dapl_id
H5Pget_append_flush(long, int, LongPointer, H5D_append_cb_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_append_flush(long, int, LongBuffer, H5D_append_cb_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_append_flush(long, int, long[], H5D_append_cb_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_attr_creation_order(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_attr_creation_order(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Retrieves tracking and indexing settings for attribute creation order \plist_id
H5Pget_attr_creation_order(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_attr_creation_order(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_attr_phase_change(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_attr_phase_change(long, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Retrieves attribute storage phase change thresholds \plist_id
H5Pget_attr_phase_change(long, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_attr_phase_change(long, int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_btree_ratios(long, double[], double[], double[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_btree_ratios(long, DoublePointer, DoublePointer, DoublePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Gets B-tree split ratios for a dataset transfer property list \dxpl_id{plist_id}
H5Pget_btree_ratios(long, DoubleBuffer, DoubleBuffer, DoubleBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_btree_ratios(long, double[], double[], double[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_buffer(long, byte[], byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_buffer(long, PointerPointer, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Reads buffer settings
H5Pget_buffer(long, Pointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_buffer_size(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_cache(long, int[], long[], long[], double[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_cache(long, IntPointer, SizeTPointer, SizeTPointer, DoublePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Queries the raw data chunk cache parameters \fapl_id{plist_id}
H5Pget_cache(long, IntBuffer, SizeTPointer, SizeTPointer, DoubleBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_cache(long, int[], SizeTPointer, SizeTPointer, double[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_char_encoding(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_char_encoding(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ACPL \brief Retrieves the character encoding used to create a link or attribute name
H5Pget_char_encoding(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_char_encoding(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_chunk(long, int, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_chunk(long, int, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Retrieves the size of chunks for the raw data of a chunked layout dataset \dcpl_id{plist_id}
H5Pget_chunk(long, int, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_chunk(long, int, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_chunk_cache(long, long[], long[], double[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_chunk_cache(long, SizeTPointer, SizeTPointer, DoublePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Retrieves the raw data chunk cache parameters \dapl_id
H5Pget_chunk_cache(long, SizeTPointer, SizeTPointer, DoubleBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_chunk_cache(long, SizeTPointer, SizeTPointer, double[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_chunk_opts(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_chunk_opts(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Retrieves the edge chunk option setting from a dataset creation property list \dcpl_id{plist_id}
H5Pget_chunk_opts(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_chunk_opts(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_class(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_class(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCR \brief Returns the property list class identifier for a property list \plist_id
H5Pget_class_name(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_class_name(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Retrieves the name of a class \plistcls_id{pclass_id}
H5Pget_class_parent(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_class_parent(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Retrieves the parent class of a property class \plistcls_id{pclass_id}
H5Pget_copy_object(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_copy_object(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPYPL \brief Retrieves the properties to be used when an object is copied
H5Pget_copy_object(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_copy_object(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_core_write_tracking(long, BoolPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Gets information about the write tracking feature used by the core VFD \fapl_id
H5Pget_core_write_tracking(long, boolean[], SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_create_intermediate_group(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_create_intermediate_group(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LCPL \brief Determines whether property is set to enable creating missing intermediate groups \lcpl_id{plist_id}
H5Pget_create_intermediate_group(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_create_intermediate_group(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_data_transform(long, String[], long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_data_transform(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Retrieves a data transform expression
H5Pget_data_transform(long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_data_transform(long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_driver(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_driver(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Returns low-lever driver identifier \plist_id
H5Pget_driver_config_str(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves a string representation of the configuration for the driver set on the given FAPL.
H5Pget_driver_config_str(long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_driver_config_str(long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_driver_info(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Returns a pointer to file driver information
H5Pget_dset_no_attrs_hint(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_dset_no_attrs_hint(long, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Retrieves the setting for whether or not to create minimized dataset object headers \dcpl_id
H5Pget_dset_no_attrs_hint(long, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_edc_check(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_edc_check(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Determines whether error-detection is enabled for dataset reads
H5Pget_efile_prefix(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_efile_prefix(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Retrieves the prefix for external raw data storage files as set in the dataset access property list \dapl_id
H5Pget_efile_prefix(long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_efile_prefix(long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_elink_acc_flags(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_elink_acc_flags(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LAPL \brief Retrieves the external link traversal file access flag from the specified link access property list \lapl_id
H5Pget_elink_acc_flags(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_elink_acc_flags(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_elink_cb(long, H5L_elink_traverse_t, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LAPL \brief Retrieves the external link traversal callback function from the specified link access property list \lapl_id
H5Pget_elink_cb(long, H5L_elink_traverse_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_elink_fapl(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_elink_fapl(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LAPL \brief Retrieves the file access property list identifier associated with the link access property list \lapl_id
H5Pget_elink_file_cache_size(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_elink_file_cache_size(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves the size of the external link open file cache \fapl_id{plist_id}
H5Pget_elink_file_cache_size(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_elink_file_cache_size(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_elink_prefix(long, String[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_elink_prefix(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LAPL \brief Retrieves prefix applied to external link paths \lapl_id{plist_id}
H5Pget_elink_prefix(long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_elink_prefix(long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_est_link_info(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_est_link_info(long, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup GCPL \brief Returns the estimated link count and average link name length in a group \gcpl_id{plist_id}
H5Pget_est_link_info(long, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_est_link_info(long, int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_evict_on_close(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_evict_on_close(long, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves the file access property list setting that determines whether an HDF5 object will be evicted from the library's metadata cache when it is closed \fapl_id
H5Pget_evict_on_close(long, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_external(long, int, long, String[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_external(long, int, long, BytePointer, SizeTPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Returns information about an external file \dcpl_id{plist_id}
H5Pget_external(long, int, long, ByteBuffer, SizeTPointer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_external(long, int, long, byte[], SizeTPointer, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_external_count(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_external_count(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Returns the number of external files for a dataset \dcpl_id{plist_id}
H5Pget_family_offset(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_family_offset(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves a data offset from the file access property list \fapl_id
H5Pget_family_offset(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_family_offset(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fapl_core(long, long[], boolean[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fapl_core(long, SizeTPointer, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Queries core file driver properties \fapl_id
H5Pget_fapl_core(long, SizeTPointer, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fapl_direct(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fapl_family(long, long[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fapl_family(long, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Returns file access property list information \fapl_id
H5Pget_fapl_family(long, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fapl_family(long, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fapl_hdfs(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fapl_multi(long, int[], long[], String[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fapl_multi(long, IntPointer, LongPointer, PointerPointer, LongPointer, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Returns information about the multi-file access property list \fapl_id
H5Pget_fapl_multi(long, IntPointer, LongPointer, BytePointer, LongPointer, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fapl_multi(long, IntBuffer, LongBuffer, ByteBuffer, LongBuffer, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fapl_multi(long, int[], long[], byte[], long[], BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fapl_multi(long, IntPointer, LongPointer, BytePointer, LongPointer, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fapl_multi(long, IntBuffer, LongBuffer, ByteBuffer, LongBuffer, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fapl_multi(long, int[], long[], byte[], long[], boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fapl_ros3(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fclose_degree(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fclose_degree(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Returns the file close degree \fapl_id
H5Pget_fclose_degree(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fclose_degree(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_file_image(long, PointerPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves a copy of the file image designated as the initial content and structure of a file \fapl_id
H5Pget_file_image(long, Pointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_file_image_callbacks(long, H5FD_file_image_callbacks_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves callback routines for working with file images \fapl_id
H5Pget_file_locking(long, BoolPointer, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves the file locking property values \fapl_id
H5Pget_file_locking(long, boolean[], boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_file_space_page_size(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_file_space_page_size(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Retrieves the file space page size for a file creation property list \fcpl_id{plist_id}
H5Pget_file_space_page_size(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_file_space_page_size(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_file_space_strategy(long, boolean[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_file_space_strategy(long, IntPointer, BoolPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Retrieves the file space handling strategy, persisting free-space condition and threshold value for a file creation property list \fcpl_id{plist_id}
H5Pget_file_space_strategy(long, IntBuffer, boolean[], LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_file_space_strategy(long, int[], BoolPointer, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_file_space_strategy(long, IntPointer, boolean[], LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_file_space_strategy(long, IntBuffer, BoolPointer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_file_space_strategy(long, int[], boolean[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_file_space_strategy_persist(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_file_space_strategy_threshold(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fill_time(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fill_time(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Retrieves the time when fill values are written to a dataset \dcpl_id{plist_id}
H5Pget_fill_time(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fill_time(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_fill_value(long, long, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fill_value(long, long, Object) - Static method in class hdf.hdf5lib.H5
 
H5Pget_fill_value(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Retrieves a dataset fill value \dcpl_id{plist_id}
H5Pget_filter(long, int, int[], long[], int[], long, String[], int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_filter2(long, int, IntPointer, SizeTPointer, IntPointer, long, BytePointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Returns information about a filter in a pipeline \ocpl_id{plist_id}
H5Pget_filter2(long, int, IntBuffer, SizeTPointer, IntBuffer, long, ByteBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_filter2(long, int, int[], SizeTPointer, int[], long, byte[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_filter_by_id(long, long, int[], long[], int[], long, String[], int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_filter_by_id2(long, long, int[], long[], int[], long, String[], int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_filter_by_id2(long, int, IntPointer, SizeTPointer, IntPointer, long, BytePointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Returns information about the specified filter \ocpl_id{plist_id}
H5Pget_filter_by_id2(long, int, IntBuffer, SizeTPointer, IntBuffer, long, ByteBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_filter_by_id2(long, int, int[], SizeTPointer, int[], long, byte[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_gc_references(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_gc_references(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Returns garbage collecting references setting \fapl_id
H5Pget_gc_references(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_gc_references(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_hyper_vector_size(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_hyper_vector_size(long, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Retrieves number of I/O vectors to be read/written in hyperslab I/O
H5Pget_ignore_disabled_file_locking(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_istore_k(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_istore_k(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Queries the 1/2 rank of an indexed storage B-tree \fcpl_id{plist_id}
H5Pget_istore_k(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_istore_k(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_layout(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_layout(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Returns the layout of the raw data for a dataset \dcpl_id{plist_id}
H5Pget_libver_bounds(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_libver_bounds(long, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves library version bounds settings that indirectly control the format versions used when creating objects \fapl_id{plist_id}
H5Pget_libver_bounds(long, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_libver_bounds(long, int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_link_creation_order(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_link_creation_order(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup GCPL \brief Queries whether link creation order is tracked and/or indexed in a group
H5Pget_link_creation_order(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_link_creation_order(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_link_phase_change(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_link_phase_change(long, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup GCPL \brief Queries the settings for conversion between compact and dense groups \gcpl_id{plist_id}
H5Pget_link_phase_change(long, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_link_phase_change(long, int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_local_heap_size_hint(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_local_heap_size_hint(long, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup GCPL \brief Retrieves the anticipated size of the local heap for original-style groups \gcpl_id{plist_id}
H5Pget_mcdt_search_cb(long, H5O_mcdt_search_cb_t, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPYPL \brief Retrieves the callback function from the specified object copy property list
H5Pget_mcdt_search_cb(long, H5O_mcdt_search_cb_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_mdc_config(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_mdc_config(long, H5AC_cache_config_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Get the current initial metadata cache configuration from the provided file access property list \fapl_id{plist_id}
H5Pget_mdc_image_config(long, H5AC_cache_image_config_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves the metadata cache image configuration values for a file access property list \fapl_id{plist_id}
H5Pget_mdc_log_options(long, boolean[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_mdc_log_options(long, BoolPointer, BytePointer, SizeTPointer, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Gets metadata cache logging options \fapl_id{plist_id}
H5Pget_mdc_log_options(long, boolean[], ByteBuffer, SizeTPointer, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_mdc_log_options(long, BoolPointer, byte[], SizeTPointer, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_mdc_log_options(long, boolean[], BytePointer, SizeTPointer, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_mdc_log_options(long, BoolPointer, ByteBuffer, SizeTPointer, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_mdc_log_options(long, boolean[], byte[], SizeTPointer, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_meta_block_size(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_meta_block_size(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Returns the current metadata block size setting \fapl_id{fapl_id}
H5Pget_meta_block_size(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_meta_block_size(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_metadata_read_attempts(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_metadata_read_attempts(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves the number of read attempts from a file access property list \fapl_id{plist_id}
H5Pget_metadata_read_attempts(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_metadata_read_attempts(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_modify_write_buf(long, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Retrieves the "modify write buffer" property \dxpl_id{plist_id}
H5Pget_modify_write_buf(long, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_multi_type(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves type of data property for MULTI driver
H5Pget_multi_type(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_multi_type(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_nfilters(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_nfilters(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Returns the number of filters in the pipeline \ocpl_id{plist_id}
H5Pget_nlinks(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_nlinks(long, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LAPL \brief Retrieves the maximum number of link traversals \lapl_id{plist_id}
H5Pget_no_selection_io_cause(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Retrieves the cause for not performing selection or vector I/O on the last parallel I/O call \dxpl_id{plist_id}
H5Pget_no_selection_io_cause(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_no_selection_io_cause(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_nprops(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_nprops(long, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Queries the number of properties in a property list or class
H5Pget_obj_track_times(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_obj_track_times(long, BoolPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Determines whether times associated with an object are being recorded \plist_id
H5Pget_obj_track_times(long, boolean[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_object_flush_cb(long, H5F_flush_cb_t, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves the object flush property values from the file access property list \fapl_id{plist_id}
H5Pget_object_flush_cb(long, H5F_flush_cb_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_page_buffer_size(long, SizeTPointer, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves the maximum size for the page buffer and the minimum percentage for metadata and raw data pages \fapl_id{plist_id}
H5Pget_page_buffer_size(long, SizeTPointer, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_page_buffer_size(long, SizeTPointer, int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_preserve(long) - Static method in class org.bytedeco.hdf5.global.hdf5
Deprecated.
{H5Pget_preserve() is deprecated as it is no longer useful; compound datatype field preservation is now core functionality in the HDF5 library.}
H5Pget_selection_io(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Retrieves the selection I/O mode \dxpl_id{plist_id}
H5Pget_selection_io(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_selection_io(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_shared_mesg_index(long, int, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_shared_mesg_index(long, int, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Retrieves the configuration settings for a shared message index \fcpl_id{plist_id}
H5Pget_shared_mesg_index(long, int, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_shared_mesg_index(long, int, int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_shared_mesg_nindexes(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_shared_mesg_nindexes(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Retrieves the number of shared object header message indexes in file creation property list \fcpl_id{plist_id}
H5Pget_shared_mesg_nindexes(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_shared_mesg_nindexes(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_shared_mesg_phase_change(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_shared_mesg_phase_change(long, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Retrieves shared object header message phase change information \fcpl_id{plist_id}
H5Pget_shared_mesg_phase_change(long, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_shared_mesg_phase_change(long, int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_sieve_buf_size(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_sieve_buf_size(long, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Returns maximum data sieve buffer size \fapl_id{fapl_id}
H5Pget_size(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Pget_size(long, BytePointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Queries the size of a property value in bytes
H5Pget_size(long, String, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_sizes(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_sizes(long, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Retrieves the size of the offsets and lengths used in an HDF5 file \fcpl_id{plist_id}
H5Pget_small_data_block_size(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_small_data_block_size(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Retrieves the current small data block size setting \fapl_id{fapl_id}
H5Pget_small_data_block_size(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_small_data_block_size(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_sym_k(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_sym_k(long, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Retrieves the size of the symbol table B-tree 1/2 rank and the symbol table leaf node 1/2 size \fcpl_id{plist_id}
H5Pget_sym_k(long, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_sym_k(long, int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_type_conv_cb(long, H5T_conv_except_func_t, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Gets user-defined datatype conversion callback function
H5Pget_type_conv_cb(long, H5T_conv_except_func_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_use_file_locking(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_userblock(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pget_userblock(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Retrieves the size of a user block \fcpl_id{plist_id}
H5Pget_userblock(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_userblock(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_count(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_virtual_count(long, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Gets the number of mappings for the virtual dataset \dcpl_id
H5Pget_virtual_dsetname(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_virtual_dsetname(long, long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Gets the name of a source dataset used in the mapping \dcpl_id
H5Pget_virtual_dsetname(long, long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_dsetname(long, long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_filename(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_virtual_filename(long, long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Gets the filename of a source dataset used in the mapping \dcpl_id
H5Pget_virtual_filename(long, long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_filename(long, long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_prefix(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_virtual_prefix(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Retrieves prefix applied to VDS source file paths \dapl_id
H5Pget_virtual_prefix(long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_prefix(long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_printf_gap(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_virtual_printf_gap(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Returns the maximum number of missing source files and/or datasets with the printf-style names when getting the extent for an unlimited virtual dataset \dapl_id
H5Pget_virtual_printf_gap(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_printf_gap(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_srcspace(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_virtual_srcspace(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Gets a dataspace identifier for the selection within the source dataset used in the mapping \dcpl_id
H5Pget_virtual_view(long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_virtual_view(long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Retrieves the view of a virtual dataset accessed with \p dapl_id \dapl_id
H5Pget_virtual_view(long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_view(long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_virtual_vspace(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pget_virtual_vspace(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Gets a dataspace identifier for the selection within the virtual dataset used in the mapping \dcpl_id
H5Pget_vlen_mem_manager(long, H5MM_allocate_t, PointerPointer, H5MM_free_t, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Gets the memory manager for variable-length datatype allocation in H5Dread() and H5Dvlen_reclaim()
H5Pget_vlen_mem_manager(long, H5MM_allocate_t, Pointer, H5MM_free_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_vol_cap_flags(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Query the capability flags for the VOL connector that will be used with this file access property list (FAPL).
H5Pget_vol_cap_flags(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_vol_cap_flags(long, long[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_vol_id(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Returns the identifier of the current VOL connector \fapl_id{plist_id}
H5Pget_vol_id(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_vol_id(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pget_vol_info(long, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Returns a copy of the VOL information for a connector \fapl_id{plist_id}
H5Pget_vol_info(long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pinsert2(long, BytePointer, long, Pointer, H5P_prp_cb2_t, H5P_prp_cb2_t, H5P_prp_cb2_t, H5P_prp_cb1_t, H5P_prp_compare_func_t, H5P_prp_cb1_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Registers a temporary property with a property list \plist_id
H5Pinsert2(long, String, long, Pointer, H5P_prp_cb2_t, H5P_prp_cb2_t, H5P_prp_cb2_t, H5P_prp_cb1_t, H5P_prp_compare_func_t, H5P_prp_cb1_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pinsert2_nocb(long, String, long, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Pisa_class(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pisa_class(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Determines whether a property list is a member of a class \plist_id \plistcls_id{pclass_id}
H5Piterate(long, int[], H5P_iterate_cb, H5P_iterate_t) - Static method in class hdf.hdf5lib.H5
 
H5Piterate(long, IntPointer, H5P_iterate_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Iterates over properties in a property class or list
H5Piterate(long, IntBuffer, H5P_iterate_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Piterate(long, int[], H5P_iterate_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PL_ALL_PLUGIN - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5PL_ALL_PLUGIN - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5PL_FILTER_PLUGIN - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5PL_FILTER_PLUGIN - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5PL_NO_PLUGIN - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5PL_TYPE_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5PL_TYPE_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5PL_type_t
H5PL_TYPE_FILTER - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5PL_TYPE_FILTER - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5PL_type_t
H5PL_TYPE_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5PL_TYPE_NONE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5PL_type_t
H5PL_TYPE_VFD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5PL_type_t
H5PL_TYPE_VOL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5PL_TYPE_VOL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5PL_type_t
H5PL_VFD_PLUGIN - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5PL_VOL_PLUGIN - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5PL_VOL_PLUGIN - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5PLappend(String) - Static method in class hdf.hdf5lib.H5
 
H5PLappend(BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5PL \brief Inserts a plugin path at the end of the plugin search path list
H5PLappend(String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PLget(int) - Static method in class hdf.hdf5lib.H5
 
H5PLget(int, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5PL \brief Queries the plugin search path list at the specified index
H5PLget(int, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PLget(int, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PLget_loading_state() - Static method in class hdf.hdf5lib.H5
 
H5PLget_loading_state(IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5PL \brief Queries the loadability of dynamic plugin types
H5PLget_loading_state(IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PLget_loading_state(int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PLinsert(String, int) - Static method in class hdf.hdf5lib.H5
 
H5PLinsert(BytePointer, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5PL \brief Inserts a path at the specified index in the plugin search path list
H5PLinsert(String, int) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PLprepend(String) - Static method in class hdf.hdf5lib.H5
 
H5PLprepend(BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5PL \brief Inserts a plugin path at the beginning of the plugin search path list
H5PLprepend(String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PLremove(int) - Static method in class hdf.hdf5lib.H5
 
H5PLremove(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5PL \brief Removes a plugin path at a specified index from the plugin search path list
H5PLreplace(String, int) - Static method in class hdf.hdf5lib.H5
 
H5PLreplace(BytePointer, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5PL \brief Replaces the path at the specified index in the plugin search path list
H5PLreplace(String, int) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PLset_loading_state(int) - Static method in class hdf.hdf5lib.H5
 
H5PLset_loading_state(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5PL \brief Controls the loadability of dynamic plugin types
H5PLsize() - Static method in class hdf.hdf5lib.H5
 
H5PLsize(IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5PL \brief Retrieves the number of stored plugin paths
H5PLsize(IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PLsize(int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pmodify_filter(long, long, int, long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pmodify_filter(long, int, int, long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Modifies a filter in the filter pipeline \ocpl_id{plist_id}
H5Pmodify_filter(long, int, int, long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pmodify_filter(long, int, int, long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pregister2(long, BytePointer, long, Pointer, H5P_prp_cb1_t, H5P_prp_cb2_t, H5P_prp_cb2_t, H5P_prp_cb2_t, H5P_prp_cb1_t, H5P_prp_compare_func_t, H5P_prp_cb1_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Registers a permanent property with a property list class \plistcls_id{cls_id}
H5Pregister2(long, String, long, Pointer, H5P_prp_cb1_t, H5P_prp_cb2_t, H5P_prp_cb2_t, H5P_prp_cb2_t, H5P_prp_cb1_t, H5P_prp_compare_func_t, H5P_prp_cb1_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pregister2_nocb(long, String, long, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Premove(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Premove(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Removes a property from a property list \plist_id
H5Premove(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Premove_filter(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Premove_filter(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Delete one or more filters in the filter pipeline \ocpl_id{plist_id}
H5Pset(long, String, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset(long, BytePointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Sets a property list value \plist_id
H5Pset(long, String, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_alignment(long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_alignment(long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets alignment properties of a file access property list \fapl_id
H5Pset_alloc_time(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_alloc_time(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets the timing for storage space allocation \dcpl_id{plist_id}
H5Pset_append_flush(long, int, LongPointer, H5D_append_cb_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Sets two actions to perform when the size of a dataset's dimension being appended reaches a specified boundary \dapl_id
H5Pset_append_flush(long, int, LongBuffer, H5D_append_cb_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_append_flush(long, int, long[], H5D_append_cb_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_attr_creation_order(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_attr_creation_order(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Sets tracking and indexing of attribute creation order \plist_id
H5Pset_attr_phase_change(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_attr_phase_change(long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Sets attribute storage phase change thresholds \plist_id
H5Pset_btree_ratios(long, double, double, double) - Static method in class hdf.hdf5lib.H5
 
H5Pset_btree_ratios(long, double, double, double) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Sets B-tree split ratios for a dataset transfer property list
H5Pset_buffer(long, long, Pointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Sets type conversion and background buffers \dxpl_id{plist_id}
H5Pset_buffer_size(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_cache(long, int, long, long, double) - Static method in class hdf.hdf5lib.H5
 
H5Pset_cache(long, int, long, long, double) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the raw data chunk cache parameters \fapl_id{plist_id}
H5Pset_char_encoding(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_char_encoding(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ACPL \brief Sets the character encoding used to encode link and attribute names
H5Pset_chunk(long, int, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Pset_chunk(long, int, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Pset_chunk(long, int, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets the size of the chunks used to store a chunked layout dataset \dcpl_id{plist_id}
H5Pset_chunk(long, int, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_chunk(long, int, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_chunk_cache(long, long, long, double) - Static method in class hdf.hdf5lib.H5
 
H5Pset_chunk_cache(long, long, long, double) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Sets the raw data chunk cache parameters \dapl_id
H5Pset_chunk_opts(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_chunk_opts(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets the edge chunk option in a dataset creation property list \dcpl_id{plist_id}
H5Pset_copy_object(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_copy_object(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPYPL \brief Sets properties to be used when an object is copied
H5Pset_core_write_tracking(long, boolean, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets write tracking information for core driver, #H5FD_CORE \fapl_id{fapl_id}
H5Pset_create_intermediate_group(long, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Pset_create_intermediate_group(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LCPL \brief Specifies in property list whether to create missing intermediate groups \lcpl_id{plist_id}
H5Pset_data_transform(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Pset_data_transform(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Sets a data transform expression \dxpl_id{plist_id}
H5Pset_data_transform(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_dataset_io_hyperslab_selection(long, int, int, LongPointer, LongPointer, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Sets a hyperslab file selection for a dataset I/O operation
H5Pset_dataset_io_hyperslab_selection(long, int, int, LongBuffer, LongBuffer, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_dataset_io_hyperslab_selection(long, int, int, long[], long[], long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_deflate(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_deflate(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets deflate (GNU gzip) compression method and compression level \ocpl_id{plist_id}
H5Pset_driver(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets a file driver \plist_id
H5Pset_driver_by_name(long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets a file driver according to a given driver name \plist_id
H5Pset_driver_by_name(long, String, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_driver_by_value(long, int, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets a file driver according to a given driver value (ID).
H5Pset_driver_by_value(long, int, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_dset_no_attrs_hint(long, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Pset_dset_no_attrs_hint(long, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets the flag to create minimized dataset object headers \dcpl_id
H5Pset_edc_check(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_edc_check(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Sets the dataset transfer property list to enable or disable error detection when reading data \dxpl_id{plist_id}
H5Pset_efile_prefix(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Pset_efile_prefix(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Sets the external dataset storage file prefix in the dataset access property list \dapl_id
H5Pset_efile_prefix(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_elink_acc_flags(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_elink_acc_flags(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LAPL \brief Sets the external link traversal file access flag in a link access property list \lapl_id
H5Pset_elink_cb(long, H5L_elink_traverse_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LAPL \brief Sets the external link traversal callback function in a link access property list \lapl_id
H5Pset_elink_fapl(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_elink_fapl(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LAPL \brief Sets a file access property list for use in accessing a file pointed to by an external link \lapl_id \fapl_id
H5Pset_elink_file_cache_size(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_elink_file_cache_size(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the number of files that can be held open in an external link open file cache \par Motivation \parblock The external link open file cache holds files open after they have been accessed via an external link.
H5Pset_elink_prefix(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Pset_elink_prefix(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LAPL \brief Sets prefix to be applied to external link paths \lapl_id{plist_id}
H5Pset_elink_prefix(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_est_link_info(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_est_link_info(long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup GCPL \brief Sets estimated number of links and length of link names in a group \gcpl_id{plist_id}
H5Pset_evict_on_close(long, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Pset_evict_on_close(long, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Controls the library's behavior of evicting metadata associated with a closed object \fapl_id
H5Pset_external(long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_external(long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Adds an external file to the list of external files \dcpl_id{plist_id}
H5Pset_external(long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_family_offset(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_family_offset(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets offset property for low-level access to a file in a family of files \fapl_id
H5Pset_fapl_core(long, long, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fapl_core(long, long, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Modifies the file access property list to use the #H5FD_CORE driver \fapl_id
H5Pset_fapl_direct(long, long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fapl_family(long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fapl_family(long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the file access property list to use the family driver \fapl_id
H5Pset_fapl_hdfs(long, H5FD_hdfs_fapl_t) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fapl_log(long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fapl_log(long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets up the logging virtual file driver (#H5FD_LOG) for use \fapl_id
H5Pset_fapl_log(long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_fapl_multi(long, int[], long[], String[], long[], boolean) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fapl_multi(long, IntPointer, LongPointer, PointerPointer, LongPointer, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets up use of the multi-file driver \fapl_id
H5Pset_fapl_multi(long, IntPointer, LongPointer, BytePointer, LongPointer, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_fapl_multi(long, IntBuffer, LongBuffer, ByteBuffer, LongBuffer, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_fapl_multi(long, int[], long[], byte[], long[], boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_fapl_ros3(long, H5FD_ros3_fapl_t) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fapl_sec2(long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fapl_sec2(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Modifies the file access property list to use the #H5FD_SEC2 driver \fapl_id
H5Pset_fapl_split(long, String, long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fapl_split(long, BytePointer, long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Emulates the old split file driver \fapl_id{fapl}
H5Pset_fapl_split(long, String, long, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_fapl_stdio(long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fapl_stdio(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the standard I/O driver \fapl_id
H5Pset_fapl_windows(long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fclose_degree(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fclose_degree(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the file close degree \fapl_id
H5Pset_file_image(long, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets an initial file image in a memory buffer \fapl_id
H5Pset_file_image_callbacks(long, H5FD_file_image_callbacks_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the callbacks for working with file images \note **Motivation:** H5Pset_file_image_callbacks() and other elements of HDF5 are used to load an image of an HDF5 file into system memory and open that image as a regular HDF5 file.
H5Pset_file_locking(long, boolean, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Pset_file_locking(long, boolean, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the file locking property values \fapl_id
H5Pset_file_space_page_size(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_file_space_page_size(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Sets the file space page size for a file creation property list \fcpl_id{plist_id}
H5Pset_file_space_strategy(long, int, boolean, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_file_space_strategy(long, int, boolean, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Sets the file space handling strategy and persisting free-space values for a file creation property list \fcpl_id{plist_id}
H5Pset_fill_time(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fill_time(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets the time when fill values are written to a dataset \dcpl_id{plist_id}
H5Pset_fill_value(long, long, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fill_value(long, long, Object) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fill_value(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets the fill value for a dataset \dcpl_id{plist_id}
H5Pset_filter(long, int, int, long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Pset_filter(long, int, int, long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Adds a filter to the filter pipeline \ocpl_id{plist_id}
H5Pset_filter(long, int, int, long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_filter(long, int, int, long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_filter_callback(long, H5Z_filter_func_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Sets user-defined filter callback function \dxpl_id{plist_id}
H5Pset_fletcher32(long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_fletcher32(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Sets up use of the Fletcher32 checksum filter \ocpl_id{plist_id}
H5Pset_gc_references(long, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Pset_gc_references(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets garbage collecting references flag \fapl_id
H5Pset_hyper_vector_size(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_hyper_vector_size(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Sets number of I/O vectors to be read/written in hyperslab I/O \dxpl_id{plist_id}
H5Pset_istore_k(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_istore_k(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Sets the size of the parameter used to control the B-trees for indexing chunked datasets \fcpl_id{plist_id}
H5Pset_layout(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_layout(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets the type of storage used to store the raw data for a dataset \dcpl_id{plist_id}
H5Pset_libver_bounds(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_libver_bounds(long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Controls the range of library release versions used when creating objects in a file \fapl_id{plist_id}
H5Pset_link_creation_order(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_link_creation_order(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup GCPL \brief Sets creation order tracking and indexing for links in a group
H5Pset_link_phase_change(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_link_phase_change(long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup GCPL \brief Sets the parameters for conversion between compact and dense groups \gcpl_id{plist_id}
H5Pset_local_heap_size_hint(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_local_heap_size_hint(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup GCPL \brief Specifies the anticipated maximum size of a local heap \gcpl_id{plist_id}
H5Pset_mcdt_search_cb(long, H5O_mcdt_search_cb_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPYPL \brief Sets the callback function that H5Ocopy() will invoke before searching the entire destination file for a matching committed datatype
H5Pset_mdc_config(long, H5AC_cache_config_t) - Static method in class hdf.hdf5lib.H5
 
H5Pset_mdc_config(long, H5AC_cache_config_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Set the initial metadata cache configuration in the indicated File Access Property List to the supplied value \fapl_id{plist_id}
H5Pset_mdc_image_config(long, H5AC_cache_image_config_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the metadata cache image option for a file access property list \fapl_id{plist_id}
H5Pset_mdc_log_options(long, boolean, String, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Pset_mdc_log_options(long, boolean, BytePointer, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets metadata cache logging options \fapl_id{plist_id}
H5Pset_mdc_log_options(long, boolean, String, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_meta_block_size(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_meta_block_size(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the minimum metadata block size \fapl_id{fapl_id}
H5Pset_metadata_read_attempts(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_metadata_read_attempts(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the number of read attempts in a file access property list \fapl_id{plist_id}
H5Pset_modify_write_buf(long, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Allows the library to modify the contents of the write buffer \dxpl_id{plist_id}
H5Pset_multi_type(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Specifies type of data to be accessed via the \Code{MULTI} driver, enabling more direct access \fapl_id{fapl_id}
H5Pset_nbit(long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_nbit(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets up the use of the N-Bit filter \dcpl_id{plist_id}
H5Pset_nlinks(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_nlinks(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup LAPL \brief Sets maximum number of soft or user-defined link traversals \lapl_id{plist_id}
H5Pset_obj_track_times(long, boolean) - Static method in class hdf.hdf5lib.H5
 
H5Pset_obj_track_times(long, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OCPL \brief Sets the recording of times associated with an object
H5Pset_object_flush_cb(long, H5F_flush_cb_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets a callback function to invoke when an object flush occurs in the file \fapl_id{plist_id} \op{func} \op_data_in{udata}
H5Pset_page_buffer_size(long, long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the maximum size for the page buffer and the minimum percentage for metadata and raw data pages \fapl_id{plist_id}
H5Pset_preserve(long, boolean) - Static method in class org.bytedeco.hdf5.global.hdf5
Deprecated.
This function is deprecated as it no longer has any effect; compound datatype field preservation is now core functionality in the HDF5 library. \details H5Pset_preserve() sets the dataset transfer property list status to \c 1 or \c 0. When reading or writing compound datatypes and the destination is partially initialized and the read/write is intended to initialize the other members, one must set this property to \c 1. Otherwise the I/O pipeline treats the destination datapoints as completely uninitialized.
H5Pset_scaleoffset(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_scaleoffset(long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets up the use of the scale-offset filter \dcpl_id{plist_id}
H5Pset_selection_io(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Sets the selection I/O mode \dxpl_id{plist_id}
H5Pset_shared_mesg_index(long, int, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_shared_mesg_index(long, int, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Configures the specified shared object header message index \fcpl_id{plist_id}
H5Pset_shared_mesg_nindexes(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_shared_mesg_nindexes(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Sets number of shared object header message indexes \fcpl_id{plist_id}
H5Pset_shared_mesg_phase_change(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_shared_mesg_phase_change(long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Sets shared object header message storage phase change thresholds \fcpl_id{plist_id}
H5Pset_shuffle(long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_shuffle(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets up use of the shuffle filter \dcpl_id{plist_id}
H5Pset_sieve_buf_size(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_sieve_buf_size(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the maximum size of the data sieve buffer \fapl_id{fapl_id}
H5Pset_sizes(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_sizes(long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Sets the byte size of the offsets and lengths used to address objects in an HDF5 file \fcpl_id{plist_id}
H5Pset_small_data_block_size(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_small_data_block_size(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Sets the size of a contiguous block reserved for small data \fapl_id{fapl_id}
H5Pset_sym_k(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_sym_k(long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief \fcpl_id{plist_id}
H5Pset_szip(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_szip(long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets up use of the SZIP compression filter \dcpl_id{plist_id}
H5Pset_type_conv_cb(long, H5T_conv_except_func_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Sets user-defined datatype conversion callback function \dxpl_id
H5Pset_userblock(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_userblock(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FCPL \brief Sets user block size \fcpl_id{plist_id}
H5Pset_virtual(long, long, String, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_virtual(long, long, BytePointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DCPL \brief Sets the mapping between virtual and source datasets \dcpl_id
H5Pset_virtual(long, long, String, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_virtual_prefix(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Pset_virtual_prefix(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Sets prefix to be applied to VDS source file paths \dapl_id
H5Pset_virtual_prefix(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Pset_virtual_printf_gap(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Pset_virtual_printf_gap(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Sets the maximum number of missing source files and/or datasets with the printf-style names when getting the extent of an unlimited virtual dataset \dapl_id
H5Pset_virtual_view(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Pset_virtual_view(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DAPL \brief Sets the view of the virtual dataset (VDS) to include or exclude missing mapped elements \dapl_id
H5Pset_vlen_mem_manager(long, H5MM_allocate_t, Pointer, H5MM_free_t, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup DXPL \brief Sets the memory manager for variable-length datatype allocation in H5Dread() and H5Dvlen_reclaim() \dxpl_id{plist_id}
H5Pset_vol(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup FAPL \brief Set the file VOL connector for a file access property list \fapl_id{plist_id}
H5PTappend(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Appends packets to the end of a packet table.
H5PTclose(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Closes an open packet table.
H5PTcreate(long, BytePointer, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Creates a packet table to store fixed-length or variable-length packets.
H5PTcreate(long, String, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PTcreate_fl(long, BytePointer, long, long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
Deprecated.
This function was deprecated in favor of the function H5PTcreate(). \details The H5PTcreate_fl() creates and opens a packet table named \p dset_name attached to the object specified by the identifier \p loc_id. It should be closed with H5PTclose(). The datatype, \p dtype_id, may specify any datatype, including variable-length data. If \p dtype_id specifies a compound datatype, one or more fields in that compound type may be variable-length. \p chunk_size is the size in number of table entries per chunk. Packet table datasets use HDF5 chunked storage to allow them to grow. This value allows the user to set the size of a chunk. The chunk size affects performance. \p compression is the compression level, a value of 0 through 9. Level 0 is faster but offers the least compression; level 9 is slower but offers maximum compression. A setting of -1 indicates that no compression is desired.
H5PTcreate_fl(long, String, long, long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PTcreate_index(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Resets a packet table's index to the first packet.
H5PTfree_vlen_buff(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Releases memory allocated in the process of reading variable-length packets.
H5PTget_dataset(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Returns the backend dataset of this packet table.
H5PTget_index(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Gets the current record index for a packet table.
H5PTget_index(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PTget_index(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PTget_next(long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Reads packets from a packet table starting at the current index.
H5PTget_num_packets(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Returns the number of packets in a packet table.
H5PTget_num_packets(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PTget_num_packets(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PTget_type(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Returns the backend datatype of this packet table.
H5PTis_valid(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Determines whether an identifier points to a packet table.
H5PTis_varlen(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Determines whether a packet table contains variable-length or fixed-length packets.
H5PTopen(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Opens an existing packet table.
H5PTopen(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5PTread_packets(long, long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Reads a number of packets from a packet table.
H5PTset_index(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5PT \brief Sets a packet table's index.
H5Punregister(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Punregister(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PLCRA \brief Removes a property from a property list class \plistcls_id{pclass_id}
H5Punregister(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5R_ATTR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_ATTR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5R_type_t
H5R_BADTYPE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_BADTYPE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5R_type_t
H5R_DATASET_REGION - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_DATASET_REGION - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5R_DATASET_REGION1 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_DATASET_REGION1 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5R_type_t
H5R_DATASET_REGION2 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_DATASET_REGION2 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5R_type_t
H5R_DSET_REG_REF_BUF_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_DSET_REG_REF_BUF_SIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5R_DSET_REG_REF_BUF_SIZE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5R_MAXTYPE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_MAXTYPE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5R_type_t
H5R_OBJ_REF_BUF_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_OBJ_REF_BUF_SIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5R_OBJ_REF_BUF_SIZE() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5R_OBJECT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_OBJECT - Static variable in class org.bytedeco.hdf5.global.hdf5
\endcond
H5R_OBJECT1 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_OBJECT1 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5R_type_t
H5R_OBJECT2 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_OBJECT2 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5R_type_t
H5R_REF_BUF_SIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5R_REF_BUF_SIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
Default reference buffer size.
H5R_ref_t - Class in org.bytedeco.hdf5
 
H5R_ref_t() - Constructor for class org.bytedeco.hdf5.H5R_ref_t
Default native constructor.
H5R_ref_t(long) - Constructor for class org.bytedeco.hdf5.H5R_ref_t
Native array allocator.
H5R_ref_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5R_ref_t
Pointer cast constructor.
H5Rcopy(byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Rcopy(H5R_ref_t, H5R_ref_t) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Copies an existing reference
H5Rcreate(long, String, int, long) - Static method in class hdf.hdf5lib.H5
 
H5Rcreate(Pointer, long, BytePointer, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Creates a reference
H5Rcreate(Pointer, long, String, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rcreate_attr(long, String, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Rcreate_attr(long, BytePointer, BytePointer, long, H5R_ref_t) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Creates an attribute reference \fgdta_loc_id
H5Rcreate_attr(long, String, String, long, H5R_ref_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rcreate_object(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Rcreate_object(long, BytePointer, long, H5R_ref_t) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Creates an object reference \fgdta_loc_id
H5Rcreate_object(long, String, long, H5R_ref_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rcreate_region(long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Rcreate_region(long, BytePointer, long, long, H5R_ref_t) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Creates a region reference \fgdta_loc_id
H5Rcreate_region(long, String, long, long, H5R_ref_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rdereference(long, long, int, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Rdereference2(long, long, int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Opens the HDF5 object referenced \obj_id \oapl_id
H5Rdestroy(byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Rdestroy(H5R_ref_t) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Closes a reference
H5Requal(byte[], byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Requal(H5R_ref_t, H5R_ref_t) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Determines whether two references are equal
H5resize_memory(Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Resizes and, if required, re-allocates memory that will later be freed internally by the HDF5 library
H5Rget_attr_name(byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Rget_attr_name(H5R_ref_t, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Retrieves the attribute name for a referenced object
H5Rget_attr_name(H5R_ref_t, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_attr_name(H5R_ref_t, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_file_name(byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Rget_file_name(H5R_ref_t, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Retrieves the file name for a referenced object
H5Rget_file_name(H5R_ref_t, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_file_name(H5R_ref_t, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_name(long, int, byte[], String[], long) - Static method in class hdf.hdf5lib.H5
 
H5Rget_name(long, int, Pointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Retrieves a name for a referenced object
H5Rget_name(long, int, Pointer, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_name(long, int, Pointer, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_name_string(long, int, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Rget_obj_name(byte[], long) - Static method in class hdf.hdf5lib.H5
 
H5Rget_obj_name(H5R_ref_t, long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Retrieves the object name for a referenced object
H5Rget_obj_name(H5R_ref_t, long, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_obj_name(H5R_ref_t, long, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_obj_type(long, int, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Rget_obj_type2(long, int, Pointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Retrieves the type of object that an object reference points to
H5Rget_obj_type2(long, int, Pointer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_obj_type2(long, int, Pointer, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_obj_type3(byte[], long) - Static method in class hdf.hdf5lib.H5
 
H5Rget_obj_type3(H5R_ref_t, long, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Retrieves the type of object that an object reference points to
H5Rget_obj_type3(H5R_ref_t, long, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_obj_type3(H5R_ref_t, long, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Rget_region(long, int, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Rget_region(long, int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Sets up a dataspace and selection as specified by a region reference
H5Rget_type(byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Rget_type(H5R_ref_t) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Retrieves the type of a reference
H5Ropen_attr(byte[], long, long) - Static method in class hdf.hdf5lib.H5
 
H5Ropen_attr(H5R_ref_t, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Opens the HDF5 attribute referenced
H5Ropen_attr_async(BytePointer, BytePointer, int, H5R_ref_t, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Ropen_attr}
H5Ropen_attr_async(String, String, int, H5R_ref_t, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ropen_object(byte[], long, long) - Static method in class hdf.hdf5lib.H5
 
H5Ropen_object(H5R_ref_t, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Opens the HDF5 object referenced
H5Ropen_object_async(BytePointer, BytePointer, int, H5R_ref_t, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Ropen_object}
H5Ropen_object_async(String, String, int, H5R_ref_t, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ropen_region(byte[], long, long) - Static method in class hdf.hdf5lib.H5
 
H5Ropen_region(H5R_ref_t, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5R \brief Sets up a dataspace and selection as specified by a region reference.
H5Ropen_region_async(BytePointer, BytePointer, int, H5R_ref_t, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ASYNC \async_variant_of{H5Ropen_region}
H5Ropen_region_async(String, String, int, H5R_ref_t, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5S_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
Define atomic datatypes
H5S_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5S_ALL() - Static method in class org.bytedeco.hdf5.global.hdf5
Used with \ref H5Dread and \ref H5Dwrite to indicate that the entire dataspace will be selected.
H5S_BLOCK - Static variable in class org.bytedeco.hdf5.global.hdf5
Indicates that the buffer provided in a call to \ref H5Dread or \ref H5Dwrite is a single contiguous block of memory, with the same number of elements as the file dataspace.
H5S_MAX_RANK - Static variable in class hdf.hdf5lib.HDF5Constants
Define user-level maximum number of dimensions
H5S_MAX_RANK - Static variable in class org.bytedeco.hdf5.global.hdf5
The maximum dataspace rank or number of dimensions
H5S_NO_CLASS - Static variable in class hdf.hdf5lib.HDF5Constants
Different types of dataspaces - error
H5S_NO_CLASS - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_class_t
H5S_NULL - Static variable in class hdf.hdf5lib.HDF5Constants
Different types of dataspaces - null dataspace
H5S_NULL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_class_t
H5S_PLIST - Static variable in class org.bytedeco.hdf5.global.hdf5
Used with \ref H5Dread and \ref H5Dwrite to indicate that the file dataspace selection was set via \ref H5Pset_dataset_io_hyperslab_selection calls.
H5S_SCALAR - Static variable in class hdf.hdf5lib.HDF5Constants
Different types of dataspaces - scalar variable
H5S_SCALAR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_class_t
H5S_SEL_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
Enumerated type for the type of selection - Entire extent selected
H5S_SEL_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_sel_type
H5S_SEL_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
Enumerated type for the type of selection - Error
H5S_SEL_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_sel_type
H5S_SEL_HYPERSLABS - Static variable in class hdf.hdf5lib.HDF5Constants
Enumerated type for the type of selection - Hyperslab selected
H5S_SEL_HYPERSLABS - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_sel_type
H5S_SEL_ITER_GET_SEQ_LIST_SORTED - Static variable in class org.bytedeco.hdf5.global.hdf5
Retrieve elements from iterator in increasing offset order, for \ each call to retrieve sequences.
H5S_SEL_ITER_SHARE_WITH_DATASPACE - Static variable in class org.bytedeco.hdf5.global.hdf5
Don't copy the dataspace selection when creating the selection \ iterator.
H5S_SEL_N - Static variable in class hdf.hdf5lib.HDF5Constants
Enumerated type for the type of selection - LAST
H5S_SEL_N - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_sel_type
H5S_SEL_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
Enumerated type for the type of selection - Nothing selected
H5S_SEL_NONE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_sel_type
H5S_SEL_POINTS - Static variable in class hdf.hdf5lib.HDF5Constants
Enumerated type for the type of selection - Points / elements selected
H5S_SEL_POINTS - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_sel_type
H5S_SELECT_AND - Static variable in class hdf.hdf5lib.HDF5Constants
Different ways of combining selections - Binary "and" operation for hyperslabs
H5S_SELECT_AND - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_seloper_t
H5S_SELECT_APPEND - Static variable in class hdf.hdf5lib.HDF5Constants
Different ways of combining selections - Append elements to end of point selection
H5S_SELECT_APPEND - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_seloper_t
H5S_SELECT_INVALID - Static variable in class hdf.hdf5lib.HDF5Constants
Different ways of combining selections - Invalid upper bound on selection operations
H5S_SELECT_INVALID - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_seloper_t
H5S_SELECT_NOOP - Static variable in class hdf.hdf5lib.HDF5Constants
Different ways of combining selections - error
H5S_SELECT_NOOP - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_seloper_t
H5S_SELECT_NOTA - Static variable in class hdf.hdf5lib.HDF5Constants
Different ways of combining selections - Binary "not" operation for hyperslabs
H5S_SELECT_NOTA - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_seloper_t
H5S_SELECT_NOTB - Static variable in class hdf.hdf5lib.HDF5Constants
Different ways of combining selections - Binary "not" operation for hyperslabs
H5S_SELECT_NOTB - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_seloper_t
H5S_SELECT_OR - Static variable in class hdf.hdf5lib.HDF5Constants
Different ways of combining selections - Binary "or" operation for hyperslabs
H5S_SELECT_OR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_seloper_t
H5S_SELECT_PREPEND - Static variable in class hdf.hdf5lib.HDF5Constants
Different ways of combining selections - Prepend elements to beginning of point selection
H5S_SELECT_PREPEND - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_seloper_t
H5S_SELECT_SET - Static variable in class hdf.hdf5lib.HDF5Constants
Different ways of combining selections - Select "set" operation
H5S_SELECT_SET - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_seloper_t
H5S_SELECT_XOR - Static variable in class hdf.hdf5lib.HDF5Constants
Different ways of combining selections - Binary "xor" operation for hyperslabs
H5S_SELECT_XOR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_seloper_t
H5S_SIMPLE - Static variable in class hdf.hdf5lib.HDF5Constants
Different types of dataspaces - simple dataspace
H5S_SIMPLE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5S_class_t
H5S_UNLIMITED - Static variable in class hdf.hdf5lib.HDF5Constants
Define atomic datatypes
H5S_UNLIMITED - Static variable in class org.bytedeco.hdf5.global.hdf5
Value for 'unlimited' dimensions
H5Sclose(long) - Static method in class hdf.hdf5lib.H5
 
H5Sclose(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Releases and terminates access to a dataspace \space_id
H5Scombine_hyperslab(long, int, long[], long[], long[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Scombine_hyperslab(long, int, LongPointer, LongPointer, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Performs an operation on a hyperslab and an existing selection and returns the resulting selection \space_id
H5Scombine_hyperslab(long, int, LongBuffer, LongBuffer, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Scombine_hyperslab(long, int, long[], long[], long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Scombine_select(long, int, long) - Static method in class hdf.hdf5lib.H5
 
H5Scombine_select(long, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Combine two hyperslab selections with an operation, returning a dataspace with the resulting selection \space_id{space1_id}
H5Scopy(long) - Static method in class hdf.hdf5lib.H5
 
H5Scopy(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Creates an exact copy of a dataspace \space_id
H5Screate(int) - Static method in class hdf.hdf5lib.H5
 
H5Screate(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Creates a new dataspace of a specified type
H5Screate_simple(int, long[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Screate_simple(int, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Creates a new simple dataspace and opens it for access
H5Screate_simple(int, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Screate_simple(int, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sdecode(byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Sdecode(Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Decodes a binary object description of data space and returns a new object handle
H5Sencode(long) - Static method in class hdf.hdf5lib.H5
 
H5Sencode2(long, Pointer, SizeTPointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Encodes a data space object description into a binary buffer \space_id{obj_id}
H5set_free_list_limits(int, int, int, int, int, int) - Static method in class hdf.hdf5lib.H5
 
H5set_free_list_limits(int, int, int, int, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5 \brief Sets free-list size limits
H5Sextent_copy(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Sextent_copy(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Copies the extent of a dataspace \space_id{dst_id} \space_id{src_id}
H5Sextent_equal(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Sextent_equal(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Determines whether two dataspace extents are equal \space_id{space1_id} \space_id{space2_id}
H5Sget_regular_hyperslab(long, long[], long[], long[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Sget_regular_hyperslab(long, LongPointer, LongPointer, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Retrieves a regular hyperslab selection \space_id{spaceid}
H5Sget_regular_hyperslab(long, LongBuffer, LongBuffer, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sget_regular_hyperslab(long, long[], long[], long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sget_select_bounds(long, long[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Sget_select_bounds(long, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Gets the bounding box containing the current selection \space_id{spaceid}
H5Sget_select_bounds(long, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sget_select_bounds(long, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sget_select_elem_npoints(long) - Static method in class hdf.hdf5lib.H5
 
H5Sget_select_elem_npoints(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Gets the number of element points in the current selection \space_id{spaceid}
H5Sget_select_elem_pointlist(long, long, long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Sget_select_elem_pointlist(long, long, long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Gets the list of element points currently selected \space_id{spaceid}
H5Sget_select_elem_pointlist(long, long, long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sget_select_elem_pointlist(long, long, long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sget_select_hyper_blocklist(long, long, long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Sget_select_hyper_blocklist(long, long, long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Gets the list of hyperslab blocks currently selected \space_id{spaceid}
H5Sget_select_hyper_blocklist(long, long, long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sget_select_hyper_blocklist(long, long, long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sget_select_hyper_nblocks(long) - Static method in class hdf.hdf5lib.H5
 
H5Sget_select_hyper_nblocks(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Get number of hyperslab blocks \space_id{spaceid}
H5Sget_select_npoints(long) - Static method in class hdf.hdf5lib.H5
 
H5Sget_select_npoints(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Determines the number of elements in a dataspace selection \space_id{spaceid}
H5Sget_select_type(long) - Static method in class hdf.hdf5lib.H5
 
H5Sget_select_type(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Determines the type of the dataspace selection \space_id{spaceid}
H5Sget_simple_extent_dims(long, long[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Sget_simple_extent_dims(long, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Retrieves dataspace dimension size and maximum size \space_id
H5Sget_simple_extent_dims(long, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sget_simple_extent_dims(long, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sget_simple_extent_ndims(long) - Static method in class hdf.hdf5lib.H5
 
H5Sget_simple_extent_ndims(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Determines the dimensionality of a dataspace \space_id
H5Sget_simple_extent_npoints(long) - Static method in class hdf.hdf5lib.H5
 
H5Sget_simple_extent_npoints(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Determines the number of elements in a dataspace \space_id
H5Sget_simple_extent_type(long) - Static method in class hdf.hdf5lib.H5
 
H5Sget_simple_extent_type(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Determines the current class of a dataspace \space_id
H5Sis_regular_hyperslab(long) - Static method in class hdf.hdf5lib.H5
 
H5Sis_regular_hyperslab(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Determines if a hyperslab selection is regular \space_id{spaceid}
H5Sis_simple(long) - Static method in class hdf.hdf5lib.H5
 
H5Sis_simple(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Determines whether a dataspace is a simple dataspace \space_id
H5Smodify_select(long, int, long) - Static method in class hdf.hdf5lib.H5
 
H5Smodify_select(long, int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Refines a hyperslab selection with an operation, using a second hyperslab to modify it \space_id{space1_id}
H5Soffset_simple(long, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Soffset_simple(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Soffset_simple(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Sets the offset of a simple dataspace \space_id
H5Soffset_simple(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Soffset_simple(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ssel_iter_close(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Closes a dataspace selection iterator \space_id{sel_iter_id}
H5Ssel_iter_create(long, long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Creates a dataspace selection iterator for a dataspace's selection \space_id{spaceid}
H5Ssel_iter_get_seq_list(long, long, long, SizeTPointer, SizeTPointer, LongPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Retrieves a list of offset / length sequences for the elements in an iterator \space_id{sel_iter_id}
H5Ssel_iter_get_seq_list(long, long, long, SizeTPointer, SizeTPointer, LongBuffer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ssel_iter_get_seq_list(long, long, long, SizeTPointer, SizeTPointer, long[], SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Ssel_iter_reset(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Resets a dataspace selection iterator back to an initial state
H5Sselect_adjust(long, long[][]) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_adjust(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Adjusts a selection by subtracting an offset \space_id{spaceid}
H5Sselect_adjust(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sselect_adjust(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sselect_all(long) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_all(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Selects an entire dataspace \space_id{spaceid}
H5Sselect_copy(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_copy(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Copies a selection from one dataspace to another \space_id{dst_id} \space_id{src_id}
H5Sselect_elements(long, int, int, long[][]) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_elements(long, int, long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Selects array elements to be included in the selection for a dataspace \space_id
H5Sselect_elements(long, int, long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sselect_elements(long, int, long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sselect_hyperslab(long, int, byte[], byte[], byte[], byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_hyperslab(long, int, long[], long[], long[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_hyperslab(long, int, LongPointer, LongPointer, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Selects a hyperslab region to add to the current selected region \space_id
H5Sselect_hyperslab(long, int, LongBuffer, LongBuffer, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sselect_hyperslab(long, int, long[], long[], long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sselect_intersect_block(long, long[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_intersect_block(long, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Checks if current selection intersects with a block \space_id
H5Sselect_intersect_block(long, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sselect_intersect_block(long, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sselect_none(long) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_none(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Resets the selection region to include no elements \space_id{spaceid}
H5Sselect_project_intersection(long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_project_intersection(long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Projects the intersection of two source selections to a destination selection \space_id{src_space_id} \space_id{dst_space_id} \space_id{src_intersect_space_id}
H5Sselect_shape_same(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_shape_same(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Checks if two selections are the same shape \space_id{space1_id} \space_id{space2_id}
H5Sselect_valid(long) - Static method in class hdf.hdf5lib.H5
 
H5Sselect_valid(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Verifies that the selection is within the extent of the dataspace \space_id{spaceid}
H5Sset_extent_none(long) - Static method in class hdf.hdf5lib.H5
 
H5Sset_extent_none(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Resets the extent of a dataspace back to "none" \space_id
H5Sset_extent_simple(long, int, long[], long[]) - Static method in class hdf.hdf5lib.H5
 
H5Sset_extent_simple(long, int, byte[], byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Sset_extent_simple(long, int, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5S \brief Sets or resets the size of an existing dataspace \space_id
H5Sset_extent_simple(long, int, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Sset_extent_simple(long, int, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_B16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_B16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_B16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 16-bit little-endian bitfield for DEC Alpha CPUs
H5T_ALPHA_B32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_B32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_B32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 32-bit little-endian bitfield for DEC Alpha CPUs
H5T_ALPHA_B64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_B64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_B64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 64-bit little-endian bitfield for DEC Alpha CPUs
H5T_ALPHA_B8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_B8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_B8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 8-bit little-endian bitfield for DEC Alpha CPUs
H5T_ALPHA_F32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_F32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_F32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 32-bit little-endian IEEE floating-point numbers for DEC Alpha CPUs
H5T_ALPHA_F64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_F64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_F64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 64-bit little-endian IEEE floating-point numbers for DEC Alpha CPUs
H5T_ALPHA_I16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_I16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_I16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 16-bit little-endian signed (2's complement) integers for DEC Alpha CPUs
H5T_ALPHA_I32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_I32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_I32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 32-bit little-endian signed (2's complement) integers for DEC Alpha CPUs
H5T_ALPHA_I64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_I64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_I64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 64-bit little-endian signed (2's complement) integers for DEC Alpha CPUs
H5T_ALPHA_I8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_I8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_I8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 8-bit little-endian signed (2's complement) integers for DEC Alpha CPUs
H5T_ALPHA_U16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_U16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_U16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 16-bit little-endian unsigned integers for DEC Alpha CPUs
H5T_ALPHA_U32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_U32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_U32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 32-bit little-endian unsigned integers for DEC Alpha CPUs
H5T_ALPHA_U64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_U64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_U64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 64-bit little-endian unsigned integers for DEC Alpha CPUs
H5T_ALPHA_U8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ALPHA_U8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_ALPHA_U8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 8-bit little-endian unsigned integers for DEC Alpha CPUs
H5T_ARRAY - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ARRAY - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_BITFIELD - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_BITFIELD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_BKG_NO - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_BKG_NO - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_bkg_t
H5T_BKG_TEMP - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_bkg_t
H5T_BKG_YES - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_BKG_YES - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_bkg_t
H5T_C_S1 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_C_S1 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_C_S1() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTS String datatype in C (size defined in bytes rather than in bits)
H5T_C_S1_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_C_S1_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_cdata_t - Class in org.bytedeco.hdf5
 
H5T_cdata_t() - Constructor for class org.bytedeco.hdf5.H5T_cdata_t
Default native constructor.
H5T_cdata_t(long) - Constructor for class org.bytedeco.hdf5.H5T_cdata_t
Native array allocator.
H5T_cdata_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5T_cdata_t
Pointer cast constructor.
H5T_COMPOUND - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_COMPOUND - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_CONV_ABORT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_conv_ret_t
H5T_CONV_CONV - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CONV_CONV - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cmd_t
H5T_conv_except_func_t - Class in org.bytedeco.hdf5
/** \brief Exception handler.
H5T_conv_except_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5T_conv_except_func_t
Pointer cast constructor.
H5T_conv_except_func_t() - Constructor for class org.bytedeco.hdf5.H5T_conv_except_func_t
 
H5T_CONV_EXCEPT_NAN - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_conv_except_t
H5T_CONV_EXCEPT_NINF - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_conv_except_t
H5T_CONV_EXCEPT_PINF - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_conv_except_t
H5T_CONV_EXCEPT_PRECISION - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_conv_except_t
H5T_CONV_EXCEPT_RANGE_HI - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_conv_except_t
H5T_CONV_EXCEPT_RANGE_LOW - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_conv_except_t
H5T_CONV_EXCEPT_TRUNCATE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_conv_except_t
H5T_CONV_FREE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CONV_FREE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cmd_t
H5T_CONV_HANDLED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_conv_ret_t
H5T_CONV_INIT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CONV_INIT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cmd_t
H5T_conv_t - Class in org.bytedeco.hdf5
 
H5T_conv_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5T_conv_t
Pointer cast constructor.
H5T_conv_t() - Constructor for class org.bytedeco.hdf5.H5T_conv_t
 
H5T_CONV_UNHANDLED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_conv_ret_t
H5T_CSET_ASCII - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_ASCII - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_10 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_10 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_11 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_11 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_12 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_12 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_13 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_13 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_14 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_14 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_15 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_15 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_2 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_2 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_3 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_3 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_4 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_4 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_5 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_5 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_6 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_6 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_7 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_7 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_8 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_RESERVED_9 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_RESERVED_9 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_CSET_UTF8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_CSET_UTF8 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_cset_t
H5T_DIR_ASCEND - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_DIR_ASCEND - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_direction_t
H5T_DIR_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_DIR_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_direction_t
H5T_DIR_DESCEND - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_DIR_DESCEND - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_direction_t
H5T_ENUM - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ENUM - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_FLOAT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_FLOAT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_FORTRAN_S1 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_FORTRAN_S1 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_FORTRAN_S1() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTS String datatype in Fortran (as defined for the HDF5 C library)
H5T_FORTRAN_S1_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_FORTRAN_S1_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F32BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_IEEE_F32BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F32BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTIEEE 32-bit big-endian IEEE floating-point numbers
H5T_IEEE_F32BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F32BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F32LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_IEEE_F32LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F32LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTIEEE 32-bit little-endian IEEE floating-point numbers
H5T_IEEE_F32LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F32LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F64BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_IEEE_F64BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F64BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTIEEE 64-bit big-endian IEEE floating-point numbers
H5T_IEEE_F64BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F64BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F64LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_IEEE_F64LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F64LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTIEEE 64-bit little-endian IEEE floating-point numbers
H5T_IEEE_F64LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_IEEE_F64LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEGER - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEGER - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_INTEL_B16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_B16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_B16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 16-bit little-endian bitfield for Intel CPUs
H5T_INTEL_B32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_B32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_B32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 32-bit little-endian bitfield for Intel CPUs
H5T_INTEL_B64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_B64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_B64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 64-bit little-endian bitfield for Intel CPUs
H5T_INTEL_B8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_B8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_B8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 8-bit little-endian bitfield for Intel CPUs
H5T_INTEL_F32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_F32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_F32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 32-bit little-endian IEEE floating-point numbers for Intel CPUs
H5T_INTEL_F64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_F64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_F64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 64-bit little-endian IEEE floating-point numbers for Intel CPUs
H5T_INTEL_I16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_I16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_I16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 16-bit little-endian signed (2's complement) integers for Intel CPUs
H5T_INTEL_I32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_I32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_I32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 32-bit little-endian signed (2's complement) integers for Intel CPUs
H5T_INTEL_I64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_I64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_I64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 64-bit little-endian signed (2's complement) integers for Intel CPUs
H5T_INTEL_I8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_I8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_I8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 8-bit little-endian signed (2's complement) integers for Intel CPUs
H5T_INTEL_U16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_U16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_U16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 16-bit little-endian unsigned integers for Intel CPUs
H5T_INTEL_U32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_U32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_U32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 32-bit little-endian unsigned integers for Intel CPUs
H5T_INTEL_U64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_U64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_U64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 64-bit little-endian unsigned integers for Intel CPUs
H5T_INTEL_U8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_INTEL_U8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_INTEL_U8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTX86 8-bit little-endian unsigned integers for Intel CPUs
H5T_MIPS_B16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_B16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_B16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 16-bit big-endian bitfield for SGI MIPS CPUs
H5T_MIPS_B32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_B32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_B32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 32-bit big-endian bitfield for SGI MIPS CPUs
H5T_MIPS_B64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_B64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_B64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 64-bit big-endian bitfield for SGI MIPS CPUs
H5T_MIPS_B8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_B8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_B8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 8-bit big-endian bitfield for SGI MIPS CPUs
H5T_MIPS_F32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_F32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_F32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 32-bit big-endian IEEE floating-point numbers for MIPS CPUs
H5T_MIPS_F64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_F64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_F64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 64-bit big-endian IEEE floating-point numbers for MIPS CPUs
H5T_MIPS_I16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_I16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_I16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 16-bit big-endian signed (2's complement) integers for SGI MIPS CPUs
H5T_MIPS_I32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_I32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_I32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 32-bit big-endian signed (2's complement) integers for SGI MIPS CPUs
H5T_MIPS_I64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_I64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_I64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 64-bit big-endian signed (2's complement) integers for SGI MIPS CPUs
H5T_MIPS_I8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_I8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_I8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 8-bit big-endian signed (2's complement) integers for SGI MIPS CPUs
H5T_MIPS_U16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_U16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_U16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 16-bit big-endian unsigned integers for SGI MIPS CPUs
H5T_MIPS_U32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_U32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_U32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 32-bit big-endian unsigned integers for SGI MIPS CPUs
H5T_MIPS_U64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_U64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_U64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 64-bit big-endian unsigned integers for SGI MIPS CPUs
H5T_MIPS_U8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_MIPS_U8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_MIPS_U8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTMIPS 8-bit big-endian unsigned integers for SGI MIPS CPUs
H5T_NATIVE_B16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_B16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT HDF5 16-bit bitfield based on native types
H5T_NATIVE_B16_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B16_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_B32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT HDF5 32-bit bitfield based on native types
H5T_NATIVE_B32_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B32_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_B64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT HDF5 64-bit bitfield based on native types
H5T_NATIVE_B64_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B64_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_B8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT HDF5 8-bit bitfield based on native types
H5T_NATIVE_B8_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_B8_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_CHAR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_CHAR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_CHAR() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \c char
H5T_NATIVE_DOUBLE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_DOUBLE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_DOUBLE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{double}
H5T_NATIVE_DOUBLE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_DOUBLE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_FLOAT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_FLOAT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_FLOAT() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{float}
H5T_NATIVE_FLOAT_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_FLOAT_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HADDR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_HADDR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HADDR() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT HDF5 address type based on native types
H5T_NATIVE_HADDR_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HADDR_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HBOOL - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_HBOOL - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HBOOL() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT HDF5 Boolean type based on native types
H5T_NATIVE_HBOOL_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HBOOL_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HERR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_HERR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HERR() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT HDF5 error code type based on native types
H5T_NATIVE_HERR_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HERR_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HSIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_HSIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HSIZE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT HDF5 size type based on native types
H5T_NATIVE_HSIZE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HSIZE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HSSIZE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_HSSIZE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HSSIZE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT HDF5 signed size type based on native types
H5T_NATIVE_HSSIZE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_HSSIZE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{int}
H5T_NATIVE_INT16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT16_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT16_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT32_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT32_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT64_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT64_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT8_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT8_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_FAST16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT_FAST16_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST16_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_FAST32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT_FAST32_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST32_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_FAST64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT_FAST64_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST64_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_FAST8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT_FAST8_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_FAST8_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_LEAST16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT_LEAST16_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST16_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_LEAST32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT_LEAST32_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST32_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_LEAST64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT_LEAST64_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST64_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_INT_LEAST8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_INT_LEAST8_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_INT_LEAST8_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_LDOUBLE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_LDOUBLE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_LDOUBLE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{long double}
H5T_NATIVE_LDOUBLE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_LDOUBLE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_LLONG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_LLONG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_LLONG() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{long long}
H5T_NATIVE_LLONG_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_LLONG_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_LONG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_LONG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_LONG() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{long}
H5T_NATIVE_LONG_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_LONG_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_OPAQUE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_OPAQUE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_OPAQUE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT HDF5 opaque unit based on native types
H5T_NATIVE_OPAQUE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_OPAQUE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_SCHAR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_SCHAR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_SCHAR() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{signed char}
H5T_NATIVE_SCHAR_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_SCHAR_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_SHORT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_SHORT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_SHORT() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{short}
H5T_NATIVE_SHORT_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_SHORT_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UCHAR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UCHAR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UCHAR() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{unsigned char}
H5T_NATIVE_UCHAR_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UCHAR_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{unsigned int}
H5T_NATIVE_UINT16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT16_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT16_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT32_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT32_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT64_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT64_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT8_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT8_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_FAST16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT_FAST16_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST16_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_FAST32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT_FAST32_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST32_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_FAST64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT_FAST64_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST64_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_FAST8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT_FAST8_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_FAST8_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST16 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_LEAST16 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST16() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT_LEAST16_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST16_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST32 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_LEAST32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT_LEAST32_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST32_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST64 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_LEAST64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT_LEAST64_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST64_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_UINT_LEAST8 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST8() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTC9x
H5T_NATIVE_UINT_LEAST8_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_UINT_LEAST8_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_ULLONG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_ULLONG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_ULLONG() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{unsigned long long}
H5T_NATIVE_ULLONG_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_ULLONG_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_ULONG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_ULONG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_ULONG() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{unsigned long}
H5T_NATIVE_ULONG_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_ULONG_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_USHORT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NATIVE_USHORT - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_USHORT() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTNAT C-style \Code{unsigned short}
H5T_NATIVE_USHORT_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NATIVE_USHORT_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_NCLASSES - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NCLASSES - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_NCSET - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_NO_CLASS - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NO_CLASS - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_NORM_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NORM_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_norm_t
H5T_NORM_IMPLIED - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NORM_IMPLIED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_norm_t
H5T_NORM_MSBSET - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NORM_MSBSET - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_norm_t
H5T_NORM_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NORM_NONE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_norm_t
H5T_NPAD - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NPAD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_pad_t
H5T_NSGN - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_NSGN - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_sign_t
H5T_NSTR - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_OPAQUE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_OPAQUE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_OPAQUE_TAG_MAX - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_OPAQUE_TAG_MAX - Static variable in class org.bytedeco.hdf5.global.hdf5
Maximum length of an opaque tag \internal This could be raised without too much difficulty
H5T_ORDER_BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ORDER_BE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_order_t
H5T_ORDER_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ORDER_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_order_t
H5T_ORDER_LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ORDER_LE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_order_t
H5T_ORDER_MIXED - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_order_t
H5T_ORDER_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ORDER_NONE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_order_t
H5T_ORDER_VAX - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_ORDER_VAX - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_order_t
H5T_PAD_BACKGROUND - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_PAD_BACKGROUND - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_pad_t
H5T_PAD_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_PAD_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_pad_t
H5T_PAD_ONE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_PAD_ONE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_pad_t
H5T_PAD_ZERO - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_PAD_ZERO - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_pad_t
H5T_PERS_DONTCARE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_PERS_DONTCARE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_pers_t
H5T_PERS_HARD - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_PERS_HARD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_pers_t
H5T_PERS_SOFT - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_PERS_SOFT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_pers_t
H5T_REFERENCE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_REFERENCE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_SGN_2 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_SGN_2 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_sign_t
H5T_SGN_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_SGN_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_sign_t
H5T_SGN_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_SGN_NONE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_sign_t
H5T_STD_B16BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_B16BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B16BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 16-bit big-endian bitfield
H5T_STD_B16BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B16BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B16LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_B16LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B16LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 16-bit little-endian bitfield
H5T_STD_B16LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B16LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B32BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_B32BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B32BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 32-bit big-endian bitfield
H5T_STD_B32BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B32BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B32LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_B32LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B32LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 32-bit little-endian bitfield
H5T_STD_B32LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B32LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B64BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_B64BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B64BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 64-bit big-endian bitfield
H5T_STD_B64BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B64BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B64LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_B64LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B64LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 64-bit little-endian bitfield
H5T_STD_B64LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B64LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B8BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_B8BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B8BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 8-bit big-endian bitfield
H5T_STD_B8BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B8BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B8LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_B8LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B8LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 8-bit little-endian bitfield
H5T_STD_B8LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_B8LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I16BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_I16BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I16BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 16-bit big-endian signed integers
H5T_STD_I16BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I16BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I16LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_I16LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I16LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 16-bit little-endian signed integers
H5T_STD_I16LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I16LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I32BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_I32BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I32BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 32-bit big-endian signed integers
H5T_STD_I32BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I32BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I32LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_I32LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I32LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 32-bit little-endian signed integers
H5T_STD_I32LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I32LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I64BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_I64BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I64BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 64-bit big-endian signed integers
H5T_STD_I64BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I64BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I64LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_I64LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I64LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 64-bit little-endian signed integers
H5T_STD_I64LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I64LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I8BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_I8BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I8BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 8-bit big-endian signed integers
H5T_STD_I8BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I8BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I8LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_I8LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I8LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 8-bit little-endian signed integers
H5T_STD_I8LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_I8LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_REF - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_REF - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_REF() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD Generic reference
H5T_STD_REF_DSETREG - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_REF_DSETREG - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_REF_DSETREG() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD Dataset region reference
H5T_STD_REF_DSETREG_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_REF_DSETREG_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_REF_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_REF_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_REF_OBJ - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_REF_OBJ - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_REF_OBJ() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD Object reference
H5T_STD_REF_OBJ_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_REF_OBJ_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U16BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_U16BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U16BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 16-bit big-endian unsigned integers
H5T_STD_U16BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U16BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U16LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_U16LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U16LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 16-bit little-endian unsigned integers
H5T_STD_U16LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U16LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U32BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_U32BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U32BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 32-bit big-endian unsigned integers
H5T_STD_U32BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U32BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U32LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_U32LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U32LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 32-bit little-endian unsigned integers
H5T_STD_U32LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U32LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U64BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_U64BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U64BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 64-bit big-endian unsigned integers
H5T_STD_U64BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U64BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U64LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_U64LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U64LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 64-bit little-endian unsigned integers
H5T_STD_U64LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U64LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U8BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_U8BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U8BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 8-bit big-endian unsigned integers
H5T_STD_U8BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U8BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U8LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STD_U8LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U8LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTSTD 8-bit little-endian unsigned integers
H5T_STD_U8LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STD_U8LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_STR_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_NULLPAD - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_NULLPAD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_NULLTERM - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_NULLTERM - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_10 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_10 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_11 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_11 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_12 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_12 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_13 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_13 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_14 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_14 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_15 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_15 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_3 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_3 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_4 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_4 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_5 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_5 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_6 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_6 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_7 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_7 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_8 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_8 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_RESERVED_9 - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_RESERVED_9 - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STR_SPACEPAD - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STR_SPACEPAD - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_str_t
H5T_STRING - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_STRING - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_TIME - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_TIME - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5T_UNIX_D32BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_UNIX_D32BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D32BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTUNIX
H5T_UNIX_D32BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D32BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D32LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_UNIX_D32LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D32LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTUNIX
H5T_UNIX_D32LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D32LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D64BE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_UNIX_D64BE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D64BE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTUNIX
H5T_UNIX_D64BE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D64BE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D64LE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_UNIX_D64LE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D64LE() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTUNIX
H5T_UNIX_D64LE_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_UNIX_D64LE_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_VARIABLE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_VARIABLE - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_VARIABLE() - Static method in class org.bytedeco.hdf5.global.hdf5
Indicate that a string is variable length (null-terminated in C, instead of fixed length)
H5T_VAX_F32 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_VAX_F32() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 32-bit VAX byte order floating-point numbers for OpenVMS on DEC Alpha CPUs
H5T_VAX_F32_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_VAX_F32_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_VAX_F64 - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5T_VAX_F64() - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup PDTALPHA 64-bit VAX byte order floating-point numbers for OpenVMS on DEC Alpha CPUs
H5T_VAX_F64_g() - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_VAX_F64_g(long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5T_VL_T - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_VLEN - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5T_VLEN - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5T_class_t
H5Tarray_create(long, int, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Tarray_create2(long, int, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ARRAY \brief Creates an array datatype object
H5Tarray_create2(long, int, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tarray_create2(long, int, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBadd_records_from(long, BytePointer, long, long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Add records from first table to second table \fg_loc_id
H5TBadd_records_from(long, String, long, long, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBAget_fill(long, BytePointer, long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Reads the table attribute fill values \fg_loc_id
H5TBAget_fill(long, String, long, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBAget_fill(long, BytePointer, long, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBAget_fill(long, String, long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBAget_fill(long, BytePointer, long, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBAget_fill(long, String, long, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBAget_title(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Reads a table's title \fg_loc_id
H5TBAget_title(long, ByteBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBAget_title(long, byte[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBappend_records(long, BytePointer, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Adds records to the end of the table \fg_loc_id
H5TBappend_records(long, String, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBcombine_tables(long, BytePointer, long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Combines records from two tables into a third
H5TBcombine_tables(long, String, long, String, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBdelete_field(long, BytePointer, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Deletes a field from a table \fg_loc_id
H5TBdelete_field(long, String, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBdelete_record(long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Delete records \fg_loc_id
H5TBdelete_record(long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_field_info(long, BytePointer, PointerPointer, SizeTPointer, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Gets information about a table \fg_loc_id
H5TBget_field_info(long, BytePointer, BytePointer, SizeTPointer, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_field_info(long, String, ByteBuffer, SizeTPointer, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_field_info(long, BytePointer, byte[], SizeTPointer, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_field_info(long, String, BytePointer, SizeTPointer, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_field_info(long, BytePointer, ByteBuffer, SizeTPointer, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_field_info(long, String, byte[], SizeTPointer, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_table_info(long, BytePointer, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Gets the table dimensions \fg_loc_id
H5TBget_table_info(long, String, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_table_info(long, BytePointer, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_table_info(long, String, LongPointer, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_table_info(long, BytePointer, LongBuffer, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBget_table_info(long, String, long[], long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBinsert_field(long, BytePointer, BytePointer, long, long, Pointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Insert a new field into a table \fg_loc_id
H5TBinsert_field(long, String, String, long, long, Pointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBinsert_record(long, BytePointer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Insert records \fg_loc_id
H5TBinsert_record(long, String, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBmake_table(BytePointer, long, BytePointer, long, long, long, PointerPointer, SizeTPointer, LongPointer, long, Pointer, int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Creates and writes a table
H5TBmake_table(BytePointer, long, BytePointer, long, long, long, BytePointer, SizeTPointer, LongPointer, long, Pointer, int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBmake_table(String, long, String, long, long, long, ByteBuffer, SizeTPointer, LongBuffer, long, Pointer, int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBmake_table(BytePointer, long, BytePointer, long, long, long, byte[], SizeTPointer, long[], long, Pointer, int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBmake_table(String, long, String, long, long, long, BytePointer, SizeTPointer, LongPointer, long, Pointer, int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBmake_table(BytePointer, long, BytePointer, long, long, long, ByteBuffer, SizeTPointer, LongBuffer, long, Pointer, int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBmake_table(String, long, String, long, long, long, byte[], SizeTPointer, long[], long, Pointer, int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBread_fields_index(long, BytePointer, long, IntPointer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Reads one or several fields.
H5TBread_fields_index(long, String, long, IntBuffer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBread_fields_index(long, BytePointer, long, int[], long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBread_fields_index(long, String, long, IntPointer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBread_fields_index(long, BytePointer, long, IntBuffer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBread_fields_index(long, String, long, int[], long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBread_fields_name(long, BytePointer, BytePointer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Reads one or several fields.
H5TBread_fields_name(long, String, String, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBread_records(long, BytePointer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Reads records \fg_loc_id
H5TBread_records(long, String, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBread_table(long, BytePointer, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Reads a table \fg_loc_id
H5TBread_table(long, String, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBwrite_fields_index(long, BytePointer, long, IntPointer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Overwrites fields \fg_loc_id
H5TBwrite_fields_index(long, String, long, IntBuffer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBwrite_fields_index(long, BytePointer, long, int[], long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBwrite_fields_index(long, String, long, IntPointer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBwrite_fields_index(long, BytePointer, long, IntBuffer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBwrite_fields_index(long, String, long, int[], long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBwrite_fields_name(long, BytePointer, BytePointer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Overwrites fields \fg_loc_id
H5TBwrite_fields_name(long, String, String, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5TBwrite_records(long, BytePointer, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5TB \brief Overwrites records \fg_loc_id
H5TBwrite_records(long, String, long, long, long, SizeTPointer, SizeTPointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tclose(long) - Static method in class hdf.hdf5lib.H5
 
H5Tclose(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Releases a datatype \type_id
H5Tclose_async(BytePointer, BytePointer, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Asynchronous version of H5Tclose().
H5Tclose_async(String, String, int, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tcommit(long, String, long, long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Tcommit2(long, BytePointer, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Commits a transient datatype, linking it into the file and creating a new committed datatype \fg_loc_id
H5Tcommit2(long, String, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tcommit_anon(long, long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Tcommit_anon(long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Commits a transient datatype to a file, creating a newly named datatype, but does not link it into the file structure \fg_loc_id \type_id \tcpl_id \tapl_id
H5Tcommit_async(BytePointer, BytePointer, int, long, BytePointer, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Asynchronous version of H5Tcommit2().
H5Tcommit_async(String, String, int, long, String, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tcommitted(long) - Static method in class hdf.hdf5lib.H5
 
H5Tcommitted(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Determines whether a datatype is a committed type or a transient type \type_id
H5Tcompiler_conv(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Tcompiler_conv(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup CONV \brief Check whether the library's default conversion is hard conversion \type_id{src_id} of source datatype \type_id{dst_id} of destination datatype
H5Tconvert(long, long, long, byte[], byte[], long) - Static method in class hdf.hdf5lib.H5
 
H5Tconvert(long, long, long, Pointer, Pointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup CONV \brief Converts data from one specified datatype to another \type_id{src_id} of source datatype \type_id{dst_id} of destination datatype
H5Tcopy(long) - Static method in class hdf.hdf5lib.H5
 
H5Tcopy(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Copies an existing datatype.
H5Tcreate(int, long) - Static method in class hdf.hdf5lib.H5
 
H5Tcreate(int, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Creates a new datatype.
H5Tdecode(byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Tdecode(Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Decodes a binary object description of datatype and returns a new object handle
H5Tdetect_class(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tdetect_class(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Determines whether a datatype contains any datatypes of the given datatype class \type_id
H5Tencode(long, byte[], long) - Static method in class hdf.hdf5lib.H5
 
H5Tencode(long, Pointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Encodes a datatype object description into a binary buffer
H5Tenum_create(long) - Static method in class hdf.hdf5lib.H5
 
H5Tenum_create(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ENUM \brief Creates a new enumeration datatype
H5Tenum_insert(long, String, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Tenum_insert(long, String, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Tenum_insert(long, String, int) - Static method in class hdf.hdf5lib.H5
 
H5Tenum_insert(long, BytePointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ENUM \brief Inserts a new enumeration datatype member \type_id{type}
H5Tenum_insert(long, String, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tenum_nameof(long, byte[], long) - Static method in class hdf.hdf5lib.H5
 
H5Tenum_nameof(long, int[], String[], int) - Static method in class hdf.hdf5lib.H5
 
H5Tenum_nameof(long, Pointer, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ENUM \brief Returns the symbol name corresponding to a specified member of an enumeration datatype \type_id{type}
H5Tenum_nameof(long, Pointer, ByteBuffer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tenum_nameof(long, Pointer, byte[], long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tenum_valueof(long, String, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Tenum_valueof(long, String, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Tenum_valueof(long, BytePointer, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ENUM \brief Returns the value corresponding to a specified member of an enumeration datatype \type_id{type}
H5Tenum_valueof(long, String, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tequal(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Tequal(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Determines whether two datatype identifiers refer to the same datatype \type_id{type1_id} \type_id{type2_id}
H5Tfind(long, long, PointerPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup CONV \brief Finds a conversion function \type_id{src_id} of source datatype \type_id{dst_id} of destination datatype
H5Tfind(long, long, H5T_cdata_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tflush(long) - Static method in class hdf.hdf5lib.H5
 
H5Tflush(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Flushes all buffers associated with a committed datatype to disk \type_id
H5Tget_array_dims(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Tget_array_dims2(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Tget_array_dims2(long, LongPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ARRAY \brief Retrieves sizes of array dimensions \type_id
H5Tget_array_dims2(long, LongBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tget_array_dims2(long, long...) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tget_array_ndims(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_array_ndims(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ARRAY \brief Returns the rank of an array datatype \type_id
H5Tget_class(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_class(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Returns a datatype class \type_id
H5Tget_class_name(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_create_plist(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_create_plist(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Returns a copy of a datatype's creation property list \type_id
H5Tget_cset(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_cset(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Retrieves the character set type of a string datatype \type_id
H5Tget_ebias(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_ebias(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Retrieves the exponent bias of a floating-point type \type_id
H5Tget_ebias_long(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_fields(long, long[]) - Static method in class hdf.hdf5lib.H5
 
H5Tget_fields(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Tget_fields(long, SizeTPointer, SizeTPointer, SizeTPointer, SizeTPointer, SizeTPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Retrieves floating point datatype bit field information \type_id
H5Tget_inpad(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_inpad(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Retrieves the internal padding type for unused bits in floating-point datatypes \type_id
H5Tget_member_class(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tget_member_class(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup COMPOUND \brief Returns datatype class of compound datatype member \type_id
H5Tget_member_index(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Tget_member_index(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup COMPENUM \brief Retrieves the index of a compound or enumeration datatype member \type_id
H5Tget_member_index(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tget_member_name(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tget_member_name(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup COMPENUM \brief Retrieves the name of a compound or enumeration datatype member \type_id
H5Tget_member_offset(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tget_member_offset(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup COMPOUND \brief Retrieves the offset of a field of a compound datatype \type_id
H5Tget_member_type(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tget_member_type(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup COMPOUND \brief Returns the datatype of the specified member \type_id
H5Tget_member_value(long, int, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Tget_member_value(long, int, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Tget_member_value(long, int, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ENUM \brief Returns the value of an enumeration datatype member \type_id
H5Tget_native_type(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_native_type(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tget_native_type(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Returns the native datatype identifier of a specified datatype \type_id
H5Tget_nmembers(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_nmembers(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup COMPENUM \brief Retrieves the number of elements in a compound or enumeration datatype \type_id
H5Tget_norm(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_norm(long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup ATOM \brief Retrieves mantissa normalization of a floating-point datatype \type_id
H5Tget_offset(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_offset(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Retrieves the bit offset of the first significant bit \type_id
H5Tget_order(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_order(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Returns the byte order of an atomic datatype \type_id
H5Tget_pad(long, int[]) - Static method in class hdf.hdf5lib.H5
 
H5Tget_pad(long, IntPointer, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Retrieves the padding type of the least and most-significant bit padding \type_id
H5Tget_pad(long, IntBuffer, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tget_pad(long, int[], int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tget_precision(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_precision(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Returns the precision of an atomic datatype \type_id
H5Tget_precision_long(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_sign(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_sign(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Retrieves the sign type for an integer type \type_id
H5Tget_size(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_size(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Returns the size of a datatype \type_id
H5Tget_strpad(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_strpad(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Retrieves the type of padding used for a string datatype \type_id
H5Tget_super(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_super(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Returns the base datatype from which a datatype is derived \type_id{type}
H5Tget_tag(long) - Static method in class hdf.hdf5lib.H5
 
H5Tget_tag(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OPAQUE \brief Gets the tag associated with an opaque datatype \type_id{type} of an opaque datatype
H5Tinsert(long, String, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Tinsert(long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup COMPOUND \brief Adds a new member to a compound datatype.
H5Tinsert(long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tis_variable_str(long) - Static method in class hdf.hdf5lib.H5
 
H5Tis_variable_str(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Determines whether datatype is a variable-length string \type_id
H5Tlock(long) - Static method in class hdf.hdf5lib.H5
 
H5Tlock(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Locks a datatype \type_id
H5Topen(long, String, long) - Static method in class hdf.hdf5lib.H5
 
H5Topen2(long, BytePointer, long) - Static method in class org.bytedeco.hdf5.global.hdf5
-------------------------------------------------------------------------- \ingroup H5T \brief Opens a committed (named) datatype \fgdta_loc_id
H5Topen2(long, String, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Topen_async(BytePointer, BytePointer, int, long, BytePointer, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Asynchronous version of H5Topen2().
H5Topen_async(String, String, int, long, String, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tpack(long) - Static method in class hdf.hdf5lib.H5
 
H5Tpack(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup COMPOUND \brief Recursively removes padding from within a compound datatype \type_id
H5Treclaim(long, long, long, byte[]) - Static method in class hdf.hdf5lib.H5
 
H5Treclaim(long, long, long, Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup VLEN \brief Reclaims the variable length (VL) datatype memory buffers \type_id \space_id \dxpl_id{plist_id} used to create the buffer
H5Trefresh(long) - Static method in class hdf.hdf5lib.H5
 
H5Trefresh(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Refreshes all buffers associated with a committed datatype \type_id
H5Tregister(int, BytePointer, long, long, H5T_conv_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup CONV \brief Registers a datatype conversion function
H5Tregister(int, String, long, long, H5T_conv_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tset_cset(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_cset(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Sets character set to be used in a string or character datatype \type_id
H5Tset_ebias(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_ebias(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Tset_ebias(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Sets the exponent bias of a floating-point type \type_id
H5Tset_fields(long, long, long, long, long, long) - Static method in class hdf.hdf5lib.H5
 
H5Tset_fields(long, int, int, int, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_fields(long, long, long, long, long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Sets locations and sizes of floating point bit fields \type_id
H5Tset_inpad(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_inpad(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Fills unused internal floating-point bits \type_id
H5Tset_norm(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_norm(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Sets the mantissa normalization of a floating-point datatype \type_id
H5Tset_offset(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_offset(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Tset_offset(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Sets the bit offset of the first significant bit \type_id
H5Tset_order(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_order(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Sets the byte order of a datatype \type_id
H5Tset_pad(long, int, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_pad(long, int, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Sets the least and most-significant bits padding types \type_id
H5Tset_precision(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_precision(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Tset_precision(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Sets the precision of an atomic datatype \type_id
H5Tset_sign(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_sign(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Sets the sign property for an integer type \type_id
H5Tset_size(long, long) - Static method in class hdf.hdf5lib.H5
 
H5Tset_size(long, long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5T \brief Sets size for a datatype.
H5Tset_strpad(long, int) - Static method in class hdf.hdf5lib.H5
 
H5Tset_strpad(long, int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup ATOM \brief Defines the type of padding used for character strings \type_id
H5Tset_tag(long, String) - Static method in class hdf.hdf5lib.H5
 
H5Tset_tag(long, BytePointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup OPAQUE \brief Tags an opaque datatype \type_id{type} of an opaque datatype
H5Tset_tag(long, String) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tunregister(int, BytePointer, long, long, H5T_conv_t) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup CONV \brief Removes a conversion function
H5Tunregister(int, String, long, long, H5T_conv_t) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Tvlen_create(long) - Static method in class hdf.hdf5lib.H5
 
H5Tvlen_create(long) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup VLEN \brief Creates a new variable-length array datatype \type_id{base_id}, the element type of the datatype to create
H5VL_CAP_FLAG_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5VL_CAP_FLAG_THREADSAFE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5VL_NATIVE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5VL_NATIVE_NAME - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5VL_NATIVE_VALUE - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5VL_NATIVE_VERSION - Static variable in class hdf.hdf5lib.HDF5Constants
 
H5VLclose(long) - Static method in class hdf.hdf5lib.H5
 
H5VLget_connector_id(long) - Static method in class hdf.hdf5lib.H5
 
H5VLget_connector_id_by_name(String) - Static method in class hdf.hdf5lib.H5
 
H5VLget_connector_id_by_value(int) - Static method in class hdf.hdf5lib.H5
 
H5VLget_connector_name(long) - Static method in class hdf.hdf5lib.H5
 
H5VLis_connector_registered_by_name(String) - Static method in class hdf.hdf5lib.H5
 
H5VLis_connector_registered_by_value(int) - Static method in class hdf.hdf5lib.H5
 
H5VLregister_connector_by_name(String, long) - Static method in class hdf.hdf5lib.H5
 
H5VLregister_connector_by_value(int, long) - Static method in class hdf.hdf5lib.H5
 
H5VLunregister_connector(long) - Static method in class hdf.hdf5lib.H5
 
H5Z_can_apply_func_t - Class in org.bytedeco.hdf5
 
H5Z_can_apply_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5Z_can_apply_func_t
Pointer cast constructor.
H5Z_can_apply_func_t() - Constructor for class org.bytedeco.hdf5.H5Z_can_apply_func_t
 
H5Z_CB_CONT - Static variable in class hdf.hdf5lib.HDF5Constants
Return values for filter callback function
H5Z_CB_CONT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_cb_return_t
H5Z_CB_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
Return values for filter callback function
H5Z_CB_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_cb_return_t
H5Z_CB_FAIL - Static variable in class hdf.hdf5lib.HDF5Constants
Return values for filter callback function
H5Z_CB_FAIL - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_cb_return_t
H5Z_CB_NO - Static variable in class hdf.hdf5lib.HDF5Constants
Return values for filter callback function
H5Z_CB_NO - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_cb_return_t
H5Z_cb_t - Class in org.bytedeco.hdf5
Structure for filter callback property
H5Z_cb_t() - Constructor for class org.bytedeco.hdf5.H5Z_cb_t
Default native constructor.
H5Z_cb_t(long) - Constructor for class org.bytedeco.hdf5.H5Z_cb_t
Native array allocator.
H5Z_cb_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5Z_cb_t
Pointer cast constructor.
H5Z_class2_t - Class in org.bytedeco.hdf5
 
H5Z_class2_t() - Constructor for class org.bytedeco.hdf5.H5Z_class2_t
Default native constructor.
H5Z_class2_t(long) - Constructor for class org.bytedeco.hdf5.H5Z_class2_t
Native array allocator.
H5Z_class2_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5Z_class2_t
Pointer cast constructor.
H5Z_CLASS_T_VERS - Static variable in class org.bytedeco.hdf5.global.hdf5
Current version of the H5Z_class_t struct
H5Z_DISABLE_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
Values to decide if EDC is enabled for reading data
H5Z_DISABLE_EDC - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_EDC_t
H5Z_ENABLE_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
Values to decide if EDC is enabled for reading data
H5Z_ENABLE_EDC - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_EDC_t
H5Z_ERROR_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
Values to decide if EDC is enabled for reading data
H5Z_ERROR_EDC - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_EDC_t
H5Z_FILTER_ALL - Static variable in class hdf.hdf5lib.HDF5Constants
Symbol to remove all filters in H5Premove_filter
H5Z_FILTER_ALL - Static variable in class org.bytedeco.hdf5.global.hdf5
Symbol to remove all filters in H5Premove_filter()
H5Z_FILTER_CONFIG_DECODE_ENABLED - Static variable in class hdf.hdf5lib.HDF5Constants
Bit flags for H5Zget_filter_info
H5Z_FILTER_CONFIG_DECODE_ENABLED - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5Z_FILTER_CONFIG_ENCODE_ENABLED - Static variable in class hdf.hdf5lib.HDF5Constants
Bit flags for H5Zget_filter_info
H5Z_FILTER_CONFIG_ENCODE_ENABLED - Static variable in class org.bytedeco.hdf5.global.hdf5
 
H5Z_FILTER_DEFLATE - Static variable in class hdf.hdf5lib.HDF5Constants
Filter IDs - deflation like gzip
H5Z_FILTER_DEFLATE - Static variable in class org.bytedeco.hdf5.global.hdf5
deflation like gzip
H5Z_FILTER_ERROR - Static variable in class hdf.hdf5lib.HDF5Constants
Filter IDs - no filter
H5Z_FILTER_ERROR - Static variable in class org.bytedeco.hdf5.global.hdf5
no filter
H5Z_FILTER_FLETCHER32 - Static variable in class hdf.hdf5lib.HDF5Constants
Filter IDs - fletcher32 checksum of EDC
H5Z_FILTER_FLETCHER32 - Static variable in class org.bytedeco.hdf5.global.hdf5
fletcher32 checksum of EDC
H5Z_filter_func_t - Class in org.bytedeco.hdf5
/** Filter callback function definition
H5Z_filter_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5Z_filter_func_t
Pointer cast constructor.
H5Z_filter_func_t() - Constructor for class org.bytedeco.hdf5.H5Z_filter_func_t
 
H5Z_FILTER_MAX - Static variable in class hdf.hdf5lib.HDF5Constants
Filter IDs - maximum filter id
H5Z_FILTER_MAX - Static variable in class org.bytedeco.hdf5.global.hdf5
maximum filter id
H5Z_FILTER_NBIT - Static variable in class hdf.hdf5lib.HDF5Constants
Filter IDs - nbit compression
H5Z_FILTER_NBIT - Static variable in class org.bytedeco.hdf5.global.hdf5
nbit compression
H5Z_FILTER_NONE - Static variable in class hdf.hdf5lib.HDF5Constants
Filter IDs - reserved indefinitely
H5Z_FILTER_NONE - Static variable in class org.bytedeco.hdf5.global.hdf5
reserved indefinitely
H5Z_FILTER_RESERVED - Static variable in class hdf.hdf5lib.HDF5Constants
Filter IDs - filter ids below this value are reserved for library use
H5Z_FILTER_RESERVED - Static variable in class org.bytedeco.hdf5.global.hdf5
filter ids below this value are reserved for library use
H5Z_FILTER_SCALEOFFSET - Static variable in class hdf.hdf5lib.HDF5Constants
Filter IDs - scale+offset compression
H5Z_FILTER_SCALEOFFSET - Static variable in class org.bytedeco.hdf5.global.hdf5
scale+offset compression
H5Z_FILTER_SHUFFLE - Static variable in class hdf.hdf5lib.HDF5Constants
Filter IDs - shuffle the data
H5Z_FILTER_SHUFFLE - Static variable in class org.bytedeco.hdf5.global.hdf5
shuffle the data
H5Z_FILTER_SZIP - Static variable in class hdf.hdf5lib.HDF5Constants
Filter IDs - szip compression
H5Z_FILTER_SZIP - Static variable in class org.bytedeco.hdf5.global.hdf5
szip compression
H5Z_FLAG_DEFMASK - Static variable in class hdf.hdf5lib.HDF5Constants
Flags for filter definition (stored) definition flag mask
H5Z_FLAG_DEFMASK - Static variable in class org.bytedeco.hdf5.global.hdf5
definition flag mask
H5Z_FLAG_INVMASK - Static variable in class hdf.hdf5lib.HDF5Constants
Additional flags for filter invocation (not stored) invocation flag mask
H5Z_FLAG_INVMASK - Static variable in class org.bytedeco.hdf5.global.hdf5
invocation flag mask
H5Z_FLAG_MANDATORY - Static variable in class hdf.hdf5lib.HDF5Constants
Flags for filter definition (stored) filter is mandatory
H5Z_FLAG_MANDATORY - Static variable in class org.bytedeco.hdf5.global.hdf5
filter is mandatory
H5Z_FLAG_OPTIONAL - Static variable in class hdf.hdf5lib.HDF5Constants
Flags for filter definition (stored) filter is optional
H5Z_FLAG_OPTIONAL - Static variable in class org.bytedeco.hdf5.global.hdf5
filter is optional
H5Z_FLAG_REVERSE - Static variable in class hdf.hdf5lib.HDF5Constants
Additional flags for filter invocation (not stored) reverse direction; read
H5Z_FLAG_REVERSE - Static variable in class org.bytedeco.hdf5.global.hdf5
reverse direction; read
H5Z_FLAG_SKIP_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
Additional flags for filter invocation (not stored) skip EDC filters for read
H5Z_FLAG_SKIP_EDC - Static variable in class org.bytedeco.hdf5.global.hdf5
skip EDC filters for read
H5Z_func_t - Class in org.bytedeco.hdf5
 
H5Z_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5Z_func_t
Pointer cast constructor.
H5Z_func_t() - Constructor for class org.bytedeco.hdf5.H5Z_func_t
 
H5Z_MAX_NFILTERS - Static variable in class hdf.hdf5lib.HDF5Constants
Maximum number of filters allowed in a pipeline
H5Z_MAX_NFILTERS - Static variable in class org.bytedeco.hdf5.global.hdf5
Maximum number of filters allowed in a pipeline \internal (should probably be allowed to be an unlimited amount, but currently each filter uses a bit in a 32-bit field, so the format would have to be changed to accommodate that)
H5Z_NBIT_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
nbit filter - Number of parameters that users can set
H5Z_NBIT_USER_NPARMS - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup NBIT Number of parameters that users can set for the N-bit filter
H5Z_NO_EDC - Static variable in class hdf.hdf5lib.HDF5Constants
Values to decide if EDC is enabled for reading data
H5Z_NO_EDC - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_EDC_t
H5Z_SCALEOFFSET_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
scale offset filter - Number of parameters that users can set
H5Z_SCALEOFFSET_USER_NPARMS - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SCALEOFFSET Number of parameters that users can set for the scale-offset filter
H5Z_set_local_func_t - Class in org.bytedeco.hdf5
 
H5Z_set_local_func_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5Z_set_local_func_t
Pointer cast constructor.
H5Z_set_local_func_t() - Constructor for class org.bytedeco.hdf5.H5Z_set_local_func_t
 
H5Z_SHUFFLE_TOTAL_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
shuffle filter - Total number of parameters for filter
H5Z_SHUFFLE_TOTAL_NPARMS - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SHUFFLE Total number of parameters for the shuffle filter
H5Z_SHUFFLE_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
shuffle filter - Number of parameters that users can set
H5Z_SHUFFLE_USER_NPARMS - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SHUFFLE Number of parameters that users can set for the shuffle filter
H5Z_SO_FLOAT_DSCALE - Static variable in class hdf.hdf5lib.HDF5Constants
Special parameters for ScaleOffset filter
H5Z_SO_FLOAT_DSCALE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_SO_scale_type_t
H5Z_SO_FLOAT_ESCALE - Static variable in class hdf.hdf5lib.HDF5Constants
Special parameters for ScaleOffset filter
H5Z_SO_FLOAT_ESCALE - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_SO_scale_type_t
H5Z_SO_INT - Static variable in class hdf.hdf5lib.HDF5Constants
Special parameters for ScaleOffset filter
H5Z_SO_INT - Static variable in class org.bytedeco.hdf5.global.hdf5
enum H5Z_SO_scale_type_t
H5Z_SO_INT_MINBITS_DEFAULT - Static variable in class hdf.hdf5lib.HDF5Constants
Special parameters for ScaleOffset filter
H5Z_SO_INT_MINBITS_DEFAULT - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SCALEOFFSET
H5Z_SZIP_PARM_BPP - Static variable in class hdf.hdf5lib.HDF5Constants
szip filter - "Local" parameter for bits-per-pixel
H5Z_SZIP_PARM_BPP - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP "Local" parameter for bits-per-pixel
H5Z_SZIP_PARM_MASK - Static variable in class hdf.hdf5lib.HDF5Constants
szip filter - "User" parameter for option mask
H5Z_SZIP_PARM_MASK - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP "User" parameter for option mask
H5Z_SZIP_PARM_PPB - Static variable in class hdf.hdf5lib.HDF5Constants
szip filter - "User" parameter for pixels-per-block
H5Z_SZIP_PARM_PPB - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP "User" parameter for pixels-per-block
H5Z_SZIP_PARM_PPS - Static variable in class hdf.hdf5lib.HDF5Constants
szip filter - "Local" parameter for pixels-per-scanline
H5Z_SZIP_PARM_PPS - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP "Local" parameter for pixels-per-scanline
H5Z_SZIP_TOTAL_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
szip filter - Total number of parameters for filter
H5Z_SZIP_TOTAL_NPARMS - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP Total number of parameters for SZIP filter
H5Z_SZIP_USER_NPARMS - Static variable in class hdf.hdf5lib.HDF5Constants
szip filter - Number of parameters that users can set
H5Z_SZIP_USER_NPARMS - Static variable in class org.bytedeco.hdf5.global.hdf5
\ingroup SZIP Number of parameters that users can set for SZIP
H5Zfilter_avail(int) - Static method in class hdf.hdf5lib.H5
 
H5Zfilter_avail(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5Z \brief Determines whether a filter is available
H5Zget_filter_info(int) - Static method in class hdf.hdf5lib.H5
 
H5Zget_filter_info(int, IntPointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5Z \brief Retrieves information about a filter
H5Zget_filter_info(int, IntBuffer) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Zget_filter_info(int, int[]) - Static method in class org.bytedeco.hdf5.global.hdf5
 
H5Zregister(Pointer) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5Z \brief Registers a new filter with the HDF5 library
H5Zunregister(int) - Static method in class hdf.hdf5lib.H5
 
H5Zunregister(int) - Static method in class org.bytedeco.hdf5.global.hdf5
\ingroup H5Z \brief Unregisters a filter.
HADDR_MAX - Static variable in class org.bytedeco.hdf5.global.hdf5
 
HADDR_UNDEF - Static variable in class org.bytedeco.hdf5.global.hdf5
 
HADDR_UNDEF() - Static method in class org.bytedeco.hdf5.global.hdf5
 
hasBinaryDesc() - Method in class org.bytedeco.hdf5.DataType
 
hashCode() - Method in class hdf.hdf5lib.structs.H5FD_hdfs_fapl_t
 
hashCode() - Method in class hdf.hdf5lib.structs.H5FD_ros3_fapl_t
 
hdf.hdf5lib - package hdf.hdf5lib
 
hdf.hdf5lib.callbacks - package hdf.hdf5lib.callbacks
 
hdf.hdf5lib.exceptions - package hdf.hdf5lib.exceptions
 
hdf.hdf5lib.structs - package hdf.hdf5lib.structs
All structure definitions define java equivalents of the C structures needed by the C API calls.
hdf5 - Class in org.bytedeco.hdf5.global
 
hdf5() - Constructor for class org.bytedeco.hdf5.global.hdf5
 
hdf5 - Class in org.bytedeco.hdf5.presets
 
hdf5() - Constructor for class org.bytedeco.hdf5.presets.hdf5
 
HDF5_DRIVER - Static variable in class org.bytedeco.hdf5.global.hdf5
Used to specify the name of an HDF5 Virtual File Driver to use as the default file driver for file access.
HDF5_DRIVER_CONFIG - Static variable in class org.bytedeco.hdf5.global.hdf5
Used to specify a configuration string for the HDF5 Virtual File Driver being used for file access.
hdf5_java - Class in org.bytedeco.hdf5
This is only a placeholder to facilitate loading the hdf5_java module with JavaCPP.
hdf5_java() - Constructor for class org.bytedeco.hdf5.hdf5_java
 
HDF5_NOCLEANUP - Static variable in class org.bytedeco.hdf5.global.hdf5
Used to instruct HDF5 not to cleanup files created during testing.
HDF5_PLUGIN_PATH - Static variable in class org.bytedeco.hdf5.global.hdf5
Used to specify a delimiter-separated (currently, ';' for Windows and ':' for other systems) list of paths that HDF5 should search when loading plugins.
HDF5_PLUGIN_PRELOAD - Static variable in class org.bytedeco.hdf5.global.hdf5
Used to control the loading of HDF5 plugins at runtime.
HDF5_USE_FILE_LOCKING - Static variable in class org.bytedeco.hdf5.global.hdf5
Used to control whether HDF5 uses file locking when creating or opening a file.
HDF5_VOL_CONNECTOR - Static variable in class org.bytedeco.hdf5.global.hdf5
Used to specify the name of an HDF5 Virtual Object Layer Connector to use as the default VOL connector for file access.
HDF5AttributeException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5AttributeException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5AttributeException
 
HDF5AttributeException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5AttributeException
 
HDF5BtreeException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5BtreeException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5BtreeException
 
HDF5BtreeException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5BtreeException
 
HDF5Constants - Class in hdf.hdf5lib
 
HDF5Constants() - Constructor for class hdf.hdf5lib.HDF5Constants
 
HDF5DataFiltersException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5DataFiltersException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataFiltersException
 
HDF5DataFiltersException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataFiltersException
 
HDF5DatasetInterfaceException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5DatasetInterfaceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5DatasetInterfaceException
 
HDF5DatasetInterfaceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5DatasetInterfaceException
 
HDF5DataspaceInterfaceException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5DataspaceInterfaceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataspaceInterfaceException
 
HDF5DataspaceInterfaceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataspaceInterfaceException
 
HDF5DataStorageException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5DataStorageException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataStorageException
 
HDF5DataStorageException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5DataStorageException
 
HDF5DatatypeInterfaceException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5DatatypeInterfaceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5DatatypeInterfaceException
 
HDF5DatatypeInterfaceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5DatatypeInterfaceException
 
HDF5Exception - Exception in hdf.hdf5lib.exceptions
 
HDF5Exception() - Constructor for exception hdf.hdf5lib.exceptions.HDF5Exception
 
HDF5Exception(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5Exception
 
HDF5ExternalFileListException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5ExternalFileListException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5ExternalFileListException
 
HDF5ExternalFileListException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5ExternalFileListException
 
HDF5FileInterfaceException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5FileInterfaceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5FileInterfaceException
 
HDF5FileInterfaceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5FileInterfaceException
 
HDF5FunctionArgumentException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5FunctionArgumentException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5FunctionArgumentException
 
HDF5FunctionArgumentException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5FunctionArgumentException
 
HDF5FunctionEntryExitException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5FunctionEntryExitException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5FunctionEntryExitException
 
HDF5FunctionEntryExitException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5FunctionEntryExitException
 
HDF5HeapException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5HeapException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5HeapException
 
HDF5HeapException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5HeapException
 
HDF5IdException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5IdException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5IdException
 
HDF5IdException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5IdException
 
HDF5InternalErrorException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5InternalErrorException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5InternalErrorException
 
HDF5InternalErrorException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5InternalErrorException
 
HDF5JavaException - Exception in hdf.hdf5lib.exceptions
 
HDF5JavaException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5JavaException
 
HDF5JavaException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5JavaException
 
HDF5LibraryException - Exception in hdf.hdf5lib.exceptions
 
HDF5LibraryException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5LibraryException
 
HDF5LibraryException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5LibraryException
 
HDF5LowLevelIOException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5LowLevelIOException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5LowLevelIOException
 
HDF5LowLevelIOException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5LowLevelIOException
 
HDF5MetaDataCacheException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5MetaDataCacheException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5MetaDataCacheException
 
HDF5MetaDataCacheException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5MetaDataCacheException
 
HDF5ObjectHeaderException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5ObjectHeaderException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5ObjectHeaderException
 
HDF5ObjectHeaderException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5ObjectHeaderException
 
HDF5PropertyListInterfaceException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5PropertyListInterfaceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5PropertyListInterfaceException
 
HDF5PropertyListInterfaceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5PropertyListInterfaceException
 
HDF5ReferenceException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5ReferenceException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5ReferenceException
 
HDF5ReferenceException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5ReferenceException
 
HDF5ResourceUnavailableException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5ResourceUnavailableException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5ResourceUnavailableException
 
HDF5ResourceUnavailableException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5ResourceUnavailableException
 
HDF5SymbolTableException - Exception in hdf.hdf5lib.exceptions
The class HDF5LibraryException returns errors raised by the HDF5 library.
HDF5SymbolTableException() - Constructor for exception hdf.hdf5lib.exceptions.HDF5SymbolTableException
 
HDF5SymbolTableException(String) - Constructor for exception hdf.hdf5lib.exceptions.HDF5SymbolTableException
 
HDFArray - Class in hdf.hdf5lib
 
HDFArray(Object) - Constructor for class hdf.hdf5lib.HDFArray
The input must be a Java Array (possibly multidimensional) of primitive numbers or sub-classes of Number.
HDFNativeData - Class in hdf.hdf5lib
 
HDFNativeData() - Constructor for class hdf.hdf5lib.HDFNativeData
 
hdr() - Method in class org.bytedeco.hdf5.H5O_native_info_t
Object header information
hdr(H5O_hdr_info_t) - Method in class org.bytedeco.hdf5.H5O_native_info_t
 
hdr_info - Variable in class hdf.hdf5lib.structs.H5O_native_info_t
Object header information
hdset_reg_ref_t - Class in org.bytedeco.hdf5
Deprecated.
Dataset region reference type that is used with deprecated reference APIs. \note This type can only be used with the "native" HDF5 VOL connector.
hdset_reg_ref_t() - Constructor for class org.bytedeco.hdf5.hdset_reg_ref_t
Deprecated.
Default native constructor.
hdset_reg_ref_t(long) - Constructor for class org.bytedeco.hdf5.hdset_reg_ref_t
Deprecated.
Native array allocator.
hdset_reg_ref_t(Pointer) - Constructor for class org.bytedeco.hdf5.hdset_reg_ref_t
Deprecated.
Pointer cast constructor.
heap_size - Variable in class hdf.hdf5lib.structs.H5_ih_info_t
btree and/or list size of hp
heap_size() - Method in class org.bytedeco.hdf5.H5_ih_info_t
 
heap_size(long) - Method in class org.bytedeco.hdf5.H5_ih_info_t
 
HSIZE_UNDEF - Static variable in class org.bytedeco.hdf5.global.hdf5
 
HSIZE_UNDEF() - Static method in class org.bytedeco.hdf5.global.hdf5
 
hvl_t - Class in org.bytedeco.hdf5
Variable Length Datatype struct in memory (This is only used for VL sequences, not VL strings, which are stored in char *'s)
hvl_t() - Constructor for class org.bytedeco.hdf5.hvl_t
Default native constructor.
hvl_t(long) - Constructor for class org.bytedeco.hdf5.hvl_t
Native array allocator.
hvl_t(Pointer) - Constructor for class org.bytedeco.hdf5.hvl_t
Pointer cast constructor.

I

id() - Method in class org.bytedeco.hdf5.H5L_class_t
Link type ID
id(int) - Method in class org.bytedeco.hdf5.H5L_class_t
 
id() - Method in class org.bytedeco.hdf5.H5Z_class2_t
Filter ID number
id(int) - Method in class org.bytedeco.hdf5.H5Z_class2_t
 
IdComponent - Class in org.bytedeco.hdf5
\class IdComponent \brief Class IdComponent provides wrappers of the C functions that operate on an HDF5 identifier.
IdComponent(Pointer) - Constructor for class org.bytedeco.hdf5.IdComponent
Pointer cast constructor.
IdComponentException - Class in org.bytedeco.hdf5
 
IdComponentException(Pointer) - Constructor for class org.bytedeco.hdf5.IdComponentException
Pointer cast constructor.
IdComponentException(long) - Constructor for class org.bytedeco.hdf5.IdComponentException
Native array allocator.
IdComponentException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.IdComponentException
 
IdComponentException(BytePointer) - Constructor for class org.bytedeco.hdf5.IdComponentException
 
IdComponentException(String, String) - Constructor for class org.bytedeco.hdf5.IdComponentException
 
IdComponentException(String) - Constructor for class org.bytedeco.hdf5.IdComponentException
 
IdComponentException() - Constructor for class org.bytedeco.hdf5.IdComponentException
 
IEEE_F32BE() - Static method in class org.bytedeco.hdf5.PredType
 
IEEE_F32LE() - Static method in class org.bytedeco.hdf5.PredType
 
IEEE_F64BE() - Static method in class org.bytedeco.hdf5.PredType
 
IEEE_F64LE() - Static method in class org.bytedeco.hdf5.PredType
 
image_free() - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
image_free(H5FD_file_image_callbacks_t.Image_free_Pointer_int_Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
Image_free_Pointer_int_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_free_Pointer_int_Pointer
Pointer cast constructor.
Image_free_Pointer_int_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_free_Pointer_int_Pointer
 
image_malloc() - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
image_malloc(H5FD_file_image_callbacks_t.Image_malloc_long_int_Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
Image_malloc_long_int_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_malloc_long_int_Pointer
Pointer cast constructor.
Image_malloc_long_int_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_malloc_long_int_Pointer
 
image_memcpy() - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
image_memcpy(H5FD_file_image_callbacks_t.Image_memcpy_Pointer_Pointer_long_int_Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
Image_memcpy_Pointer_Pointer_long_int_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_memcpy_Pointer_Pointer_long_int_Pointer
Pointer cast constructor.
Image_memcpy_Pointer_Pointer_long_int_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_memcpy_Pointer_Pointer_long_int_Pointer
 
image_realloc() - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
image_realloc(H5FD_file_image_callbacks_t.Image_realloc_Pointer_long_int_Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
Image_realloc_Pointer_long_int_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_realloc_Pointer_long_int_Pointer
Pointer cast constructor.
Image_realloc_Pointer_long_int_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Image_realloc_Pointer_long_int_Pointer
 
incr_mode - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
incr_mode: Instance of the H5C_cache_incr_mode enumerated type whose value indicates how we determine whether the cache size should be increased.
incr_mode() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Enumerated value indicating the operational mode of the automatic cache size increase code.
incr_mode(int) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
incRefCount(long) - Method in class org.bytedeco.hdf5.IdComponent
 
incRefCount() - Method in class org.bytedeco.hdf5.IdComponent
 
increment - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
increment: Double containing the multiplier used to derive the new cache size from the old if a cache size increment is triggered.
increment() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Factor by which the hit rate threshold cache size increment algorithm multiplies the current cache max size to obtain a tentative new cache size.\n The actual cache size increase will be clipped to satisfy the \p max_size specified in the general configuration, and possibly max_increment below.\n The parameter must be greater than or equal to 1.0 -- 2.0 is a reasonable value.\n If you set it to 1.0, you will effectively disable cache size increases.
increment(double) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
index_size - Variable in class hdf.hdf5lib.structs.H5_ih_info_t
btree and/or list size of index
index_size() - Method in class org.bytedeco.hdf5.H5_ih_info_t
btree and/or list
index_size(long) - Method in class org.bytedeco.hdf5.H5_ih_info_t
 
initH5cpp() - Static method in class org.bytedeco.hdf5.H5Library
 
initial_size - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
initial_size: If enabled, this field contain the size the cache is to be set to upon receipt of this structure.
initial_size() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
If \ref H5AC_cache_config_t.set_initial_size "set_initial_size" is set to 1, \p initial_size must contain he desired initial size in bytes.
initial_size(long) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
inMemFunc(BytePointer) - Method in class org.bytedeco.hdf5.IdComponent
 
inMemFunc(String) - Method in class org.bytedeco.hdf5.IdComponent
 
insert(BytePointer, Pointer) - Method in class org.bytedeco.hdf5.EnumType
 
insert(String, Pointer) - Method in class org.bytedeco.hdf5.EnumType
 
insertMember(BytePointer, long, DataType) - Method in class org.bytedeco.hdf5.CompType
 
insertMember(String, long, DataType) - Method in class org.bytedeco.hdf5.CompType
 
Int_Terminate(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Int_Terminate
Pointer cast constructor.
Int_Terminate() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Int_Terminate
 
INTEL_B16() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_B32() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_B64() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_B8() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_F32() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_F64() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_I16() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_I32() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_I64() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_I8() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_U16() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_U32() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_U64() - Static method in class org.bytedeco.hdf5.PredType
 
INTEL_U8() - Static method in class org.bytedeco.hdf5.PredType
 
intToByte(int, int, int[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a range from an array of int into an array of bytes.
intToByte(int) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single int into an array of 4 bytes.
intToByte(Integer) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single Integer object into an array of 4 bytes.
IntType - Class in org.bytedeco.hdf5
\class IntType \brief IntType is a derivative of a DataType and operates on HDF5 integer datatype.
IntType(Pointer) - Constructor for class org.bytedeco.hdf5.IntType
Pointer cast constructor.
IntType(H5Location) - Constructor for class org.bytedeco.hdf5.IntType
Downcast constructor.
IntType(PredType) - Constructor for class org.bytedeco.hdf5.IntType
 
IntType(DataSet) - Constructor for class org.bytedeco.hdf5.IntType
 
IntType(H5Location, BytePointer) - Constructor for class org.bytedeco.hdf5.IntType
 
IntType(H5Location, String) - Constructor for class org.bytedeco.hdf5.IntType
 
IntType() - Constructor for class org.bytedeco.hdf5.IntType
 
IntType(long) - Constructor for class org.bytedeco.hdf5.IntType
 
IntType(IntType) - Constructor for class org.bytedeco.hdf5.IntType
 
isAccessible(BytePointer, FileAccPropList) - Static method in class org.bytedeco.hdf5.H5File
 
isAccessible(BytePointer) - Static method in class org.bytedeco.hdf5.H5File
 
isAccessible(String, FileAccPropList) - Static method in class org.bytedeco.hdf5.H5File
 
isAccessible(String) - Static method in class org.bytedeco.hdf5.H5File
 
isAClass(PropList) - Method in class org.bytedeco.hdf5.PropList
 
isFillValueDefined() - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
isHdf5(BytePointer) - Static method in class org.bytedeco.hdf5.H5File
 
isHdf5(String) - Static method in class org.bytedeco.hdf5.H5File
 
isSimple() - Method in class org.bytedeco.hdf5.DataSpace
 
isUndefined() - Method in class hdf.hdf5lib.structs.H5O_token_t
Check if token data is undefined
isValid(long) - Static method in class org.bytedeco.hdf5.IdComponent
 
IsValid() - Method in class org.bytedeco.hdf5.PacketTable
 
IsVariableLength() - Method in class org.bytedeco.hdf5.PacketTable
 
isVariableStr() - Method in class org.bytedeco.hdf5.DataType
 
iterateAttrs(attr_operator_t, IntPointer, Pointer) - Method in class org.bytedeco.hdf5.H5Object
 
iterateAttrs(attr_operator_t) - Method in class org.bytedeco.hdf5.H5Object
 
iterateAttrs(attr_operator_t, IntBuffer, Pointer) - Method in class org.bytedeco.hdf5.H5Object
 
iterateAttrs(attr_operator_t, int[], Pointer) - Method in class org.bytedeco.hdf5.H5Object
 
iterateElems(Pointer, DataType, DataSpace, H5D_operator_t, Pointer) - Method in class org.bytedeco.hdf5.DataSet
 
iterateElems(Pointer, DataType, DataSpace, H5D_operator_t) - Method in class org.bytedeco.hdf5.DataSet
 

L

len() - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
Length of data to copy from source buffer
len(long) - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
 
len() - Method in class org.bytedeco.hdf5.hvl_t
Length of VL data (in base type units)
len(long) - Method in class org.bytedeco.hdf5.hvl_t
 
LIB_VERSION - Static variable in class hdf.hdf5lib.H5
 
LibraryIException - Class in org.bytedeco.hdf5
 
LibraryIException(Pointer) - Constructor for class org.bytedeco.hdf5.LibraryIException
Pointer cast constructor.
LibraryIException(long) - Constructor for class org.bytedeco.hdf5.LibraryIException
Native array allocator.
LibraryIException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.LibraryIException
 
LibraryIException(BytePointer) - Constructor for class org.bytedeco.hdf5.LibraryIException
 
LibraryIException(String, String) - Constructor for class org.bytedeco.hdf5.LibraryIException
 
LibraryIException(String) - Constructor for class org.bytedeco.hdf5.LibraryIException
 
LibraryIException() - Constructor for class org.bytedeco.hdf5.LibraryIException
 
line - Variable in class hdf.hdf5lib.structs.H5E_error2_t
line in file where error occurs
line() - Method in class org.bytedeco.hdf5.H5E_error2_t
Line in file where error occurs
line(int) - Method in class org.bytedeco.hdf5.H5E_error2_t
 
link(BytePointer, BytePointer, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
link(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
link(String, String, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
link(String, String) - Method in class org.bytedeco.hdf5.H5Location
 
link(BytePointer, Group, BytePointer, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
link(BytePointer, Group, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
link(String, Group, String, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
link(String, Group, String) - Method in class org.bytedeco.hdf5.H5Location
 
link(BytePointer, long, BytePointer, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
link(BytePointer, long, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
link(String, long, String, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
link(String, long, String) - Method in class org.bytedeco.hdf5.H5Location
 
link(int, BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
link(int, String, String) - Method in class org.bytedeco.hdf5.H5Location
 
LinkAccPropList - Class in org.bytedeco.hdf5
\class LinkAccPropList \brief Class LinkAccPropList inherits from PropList and provides wrappers for the HDF5 link access property list.
LinkAccPropList(Pointer) - Constructor for class org.bytedeco.hdf5.LinkAccPropList
Pointer cast constructor.
LinkAccPropList() - Constructor for class org.bytedeco.hdf5.LinkAccPropList
 
LinkAccPropList(LinkAccPropList) - Constructor for class org.bytedeco.hdf5.LinkAccPropList
 
LinkAccPropList(long) - Constructor for class org.bytedeco.hdf5.LinkAccPropList
 
LinkCreatPropList - Class in org.bytedeco.hdf5
\class LinkCreatPropList \brief Class LinkCreatPropList inherits from PropList and provides wrappers for the HDF5 link creation property list.
LinkCreatPropList(Pointer) - Constructor for class org.bytedeco.hdf5.LinkCreatPropList
Pointer cast constructor.
LinkCreatPropList() - Constructor for class org.bytedeco.hdf5.LinkCreatPropList
 
LinkCreatPropList(LinkCreatPropList) - Constructor for class org.bytedeco.hdf5.LinkCreatPropList
 
LinkCreatPropList(long) - Constructor for class org.bytedeco.hdf5.LinkCreatPropList
 
loadH5Lib() - Static method in class hdf.hdf5lib.H5
 
location() - Method in class org.bytedeco.hdf5.UserData4Aiterate
 
location(H5Object) - Method in class org.bytedeco.hdf5.UserData4Aiterate
 
LocationException - Class in org.bytedeco.hdf5
 
LocationException(Pointer) - Constructor for class org.bytedeco.hdf5.LocationException
Pointer cast constructor.
LocationException(long) - Constructor for class org.bytedeco.hdf5.LocationException
Native array allocator.
LocationException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.LocationException
 
LocationException(BytePointer) - Constructor for class org.bytedeco.hdf5.LocationException
 
LocationException(String, String) - Constructor for class org.bytedeco.hdf5.LocationException
 
LocationException(String) - Constructor for class org.bytedeco.hdf5.LocationException
 
LocationException() - Constructor for class org.bytedeco.hdf5.LocationException
 
lock() - Method in class org.bytedeco.hdf5.DataType
 
lock() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
lock(H5FD_class_t.Lock_H5FD_t_boolean) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Lock_H5FD_t_boolean(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Lock_H5FD_t_boolean
Pointer cast constructor.
Lock_H5FD_t_boolean() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Lock_H5FD_t_boolean
 
longToByte(int, int, long[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a range from an array of long into an array of bytes.
longToByte(long) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single long into an array of 8 bytes.
longToByte(Long) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single Long object into an array of 8 bytes.
lower_hr_threshold - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
lower_hr_threshold: Lower hit rate threshold.
lower_hr_threshold() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Hit rate threshold used by the hit rate threshold cache size increment algorithm.\n When the hit rate over an epoch is below this threshold and the cache is full, the maximum size of the cache is multiplied by increment (below), and then clipped as necessary to stay within \p max_size, and possibly \p max_increment.\n This field must lie in the interval [0.0, 1.0].
lower_hr_threshold(double) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 

M

maj_num - Variable in class hdf.hdf5lib.structs.H5E_error2_t
major error ID
maj_num() - Method in class org.bytedeco.hdf5.H5E_error2_t
Major error ID
maj_num(long) - Method in class org.bytedeco.hdf5.H5E_error2_t
 
map(InfoMap) - Method in class org.bytedeco.hdf5.presets.hdf5
 
max_corder - Variable in class hdf.hdf5lib.structs.H5G_info_t
Current max.
max_corder() - Method in class org.bytedeco.hdf5.H5G_info_t
Current max.
max_corder(long) - Method in class org.bytedeco.hdf5.H5G_info_t
 
max_decrement - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
max_decrement: Maximum number of bytes by which the cache size can be decreased in a single re-size.
max_decrement() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Maximum number of bytes by which the maximum cache size can be decreased in any single step -- if applicable.
max_decrement(long) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
max_increment - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
max_increment: If enabled by the apply_max_increment field described above, this field contains the maximum number of bytes by which the cache size can be increased in a single re-size.
max_increment() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Maximum number of bytes by which cache size can be increased in a single step -- if applicable.
max_increment(long) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
max_size - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
max_size: Maximum size to which the cache can be adjusted.
max_size() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Upper bound (in bytes) on the range of values that the adaptive cache resize code can select as the maximum cache size.
max_size(long) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
maxaddr() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
maxaddr(long) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
maxaddr() - Method in class org.bytedeco.hdf5.H5FD_t
 
maxaddr(long) - Method in class org.bytedeco.hdf5.H5FD_t
 
mesg_present - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
Flags to indicate presence of message type in header
mesg_present() - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
Flags to indicate presence of message type in header
mesg_present(long) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
mesg_shared - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
Flags to indicate message type is shared in header
mesg_shared() - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
Flags to indicate message type is shared in header
mesg_shared(long) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
meta_size_attr() - Method in class org.bytedeco.hdf5.H5O_native_info_t
v2 B-tree & heap for attributes
meta_size_attr(H5_ih_info_t) - Method in class org.bytedeco.hdf5.H5O_native_info_t
 
meta_size_obj() - Method in class org.bytedeco.hdf5.H5O_native_info_t
v1/v2 B-tree & local/fractal heap for groups, B-tree for chunked datasets
meta_size_obj(H5_ih_info_t) - Method in class org.bytedeco.hdf5.H5O_native_info_t
 
metadata_write_strategy - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
metadata_write_strategy: Integer field containing a code indicating the desired metadata write strategy.
metadata_write_strategy() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Desired metadata write strategy.
metadata_write_strategy(int) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
min_clean_fraction - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
min_clean_fraction: double in the range 0 to 1 indicating the fraction of the cache that is to be kept clean.
min_clean_fraction() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
This field specifies the minimum fraction of the cache that must be kept either clean or empty.\n The value must lie in the interval [0.0, 1.0].
min_clean_fraction(double) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
min_num - Variable in class hdf.hdf5lib.structs.H5E_error2_t
minor error number
min_num() - Method in class org.bytedeco.hdf5.H5E_error2_t
Minor error number
min_num(long) - Method in class org.bytedeco.hdf5.H5E_error2_t
 
min_size - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
min_size: Minimum size to which the cache can be adjusted.
min_size() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Lower bound (in bytes) on the range of values that the adaptive cache resize code can select as the minimum cache * size.
min_size(long) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
MIPS_B16() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_B32() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_B64() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_B8() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_F32() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_F64() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_I16() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_I32() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_I64() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_I8() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_U16() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_U32() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_U64() - Static method in class org.bytedeco.hdf5.PredType
 
MIPS_U8() - Static method in class org.bytedeco.hdf5.PredType
 
modifyFilter(int, int, long, IntPointer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
modifyFilter(int, int, long, IntBuffer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
modifyFilter(int, int, long, int[]) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
mount(BytePointer, H5File, PropList) - Method in class org.bytedeco.hdf5.H5Location
 
mount(String, H5File, PropList) - Method in class org.bytedeco.hdf5.H5Location
 
mounted - Variable in class hdf.hdf5lib.structs.H5G_info_t
Whether group has a file mounted on it
mounted() - Method in class org.bytedeco.hdf5.H5G_info_t
Whether group has a file mounted on it
mounted(boolean) - Method in class org.bytedeco.hdf5.H5G_info_t
 
move(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
move(String, String) - Method in class org.bytedeco.hdf5.H5Location
 
move_func() - Method in class org.bytedeco.hdf5.H5L_class_t
Callback after moving link
move_func(H5L_move_func_t) - Method in class org.bytedeco.hdf5.H5L_class_t
 
moveLink(BytePointer, Group, BytePointer, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
moveLink(BytePointer, Group, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
moveLink(String, Group, String, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
moveLink(String, Group, String) - Method in class org.bytedeco.hdf5.H5Location
 
moveLink(BytePointer, BytePointer, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
moveLink(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
moveLink(String, String, LinkCreatPropList, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
moveLink(String, String) - Method in class org.bytedeco.hdf5.H5Location
 
mtime - Variable in class hdf.hdf5lib.structs.H5O_info_t
Modification time
mtime() - Method in class org.bytedeco.hdf5.H5O_info2_t
Modification time
mtime(Pointer) - Method in class org.bytedeco.hdf5.H5O_info2_t
 

N

name() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
name(BytePointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
name() - Method in class org.bytedeco.hdf5.H5Z_class2_t
Comment for debugging
name(BytePointer) - Method in class org.bytedeco.hdf5.H5Z_class2_t
 
nameExists(BytePointer, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
nameExists(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
nameExists(String, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
nameExists(String) - Method in class org.bytedeco.hdf5.H5Location
 
nameOf(Pointer, long) - Method in class org.bytedeco.hdf5.EnumType
 
NATIVE_B16() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_B32() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_B64() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_B8() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_CHAR() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_DOUBLE() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_FLOAT() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_HBOOL() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_HERR() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_HSIZE() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_HSSIZE() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT16() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT32() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT64() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT8() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT_FAST16() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT_FAST32() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT_FAST64() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT_FAST8() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT_LEAST16() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT_LEAST32() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT_LEAST64() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_INT_LEAST8() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_LDOUBLE() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_LLONG() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_LONG() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_OPAQUE() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_SCHAR() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_SHORT() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UCHAR() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT16() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT32() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT64() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT8() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT_FAST16() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT_FAST32() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT_FAST64() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT_FAST8() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT_LEAST16() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT_LEAST32() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT_LEAST64() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_UINT_LEAST8() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_ULLONG() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_ULONG() - Static method in class org.bytedeco.hdf5.PredType
 
NATIVE_USHORT() - Static method in class org.bytedeco.hdf5.PredType
 
nbins() - Method in class org.bytedeco.hdf5.H5F_retry_info_t
 
nbins(int) - Method in class org.bytedeco.hdf5.H5F_retry_info_t
 
nchunks - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
Number of object header chunks
nchunks() - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
Number of object header chunks
nchunks(int) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
need_bkg() - Method in class org.bytedeco.hdf5.H5T_cdata_t
is the background buffer needed?
need_bkg(int) - Method in class org.bytedeco.hdf5.H5T_cdata_t
 
next() - Method in class org.bytedeco.hdf5.H5FD_free_t
 
next(H5FD_free_t) - Method in class org.bytedeco.hdf5.H5FD_free_t
 
nlinks - Variable in class hdf.hdf5lib.structs.H5G_info_t
Number of links in group
nlinks() - Method in class org.bytedeco.hdf5.H5G_info_t
Number of links in group
nlinks(long) - Method in class org.bytedeco.hdf5.H5G_info_t
 
nmesgs - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
Number of object header messages
nmesgs() - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
Number of object header messages
nmesgs(int) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
notEquals(DataType) - Method in class org.bytedeco.hdf5.DataType
 
num_attrs - Variable in class hdf.hdf5lib.structs.H5O_info_t
Number of attributes attached to object
num_attrs() - Method in class org.bytedeco.hdf5.H5O_info2_t
Number of attributes attached to object
num_attrs(long) - Method in class org.bytedeco.hdf5.H5O_info2_t
 

O

obj() - Method in class org.bytedeco.hdf5.UserData4Visit
 
obj(H5Object) - Method in class org.bytedeco.hdf5.UserData4Visit
 
obj_info - Variable in class hdf.hdf5lib.structs.H5O_native_info_t
v1/v2 B-tree and local/fractal heap for groups, B-tree for chunked datasets
ObjCreatPropList - Class in org.bytedeco.hdf5
\class ObjCreatPropList \brief Class ObjCreatPropList inherits from PropList and provides wrappers for the HDF5 object create property list.
ObjCreatPropList(Pointer) - Constructor for class org.bytedeco.hdf5.ObjCreatPropList
Pointer cast constructor.
ObjCreatPropList() - Constructor for class org.bytedeco.hdf5.ObjCreatPropList
 
ObjCreatPropList(ObjCreatPropList) - Constructor for class org.bytedeco.hdf5.ObjCreatPropList
 
ObjCreatPropList(long) - Constructor for class org.bytedeco.hdf5.ObjCreatPropList
 
ObjHeaderIException - Class in org.bytedeco.hdf5
 
ObjHeaderIException(Pointer) - Constructor for class org.bytedeco.hdf5.ObjHeaderIException
Pointer cast constructor.
ObjHeaderIException(long) - Constructor for class org.bytedeco.hdf5.ObjHeaderIException
Native array allocator.
ObjHeaderIException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.ObjHeaderIException
 
ObjHeaderIException(BytePointer) - Constructor for class org.bytedeco.hdf5.ObjHeaderIException
 
ObjHeaderIException(String, String) - Constructor for class org.bytedeco.hdf5.ObjHeaderIException
 
ObjHeaderIException(String) - Constructor for class org.bytedeco.hdf5.ObjHeaderIException
 
ObjHeaderIException() - Constructor for class org.bytedeco.hdf5.ObjHeaderIException
 
objVersion() - Method in class org.bytedeco.hdf5.H5Object
 
offsetSimple(LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
offsetSimple(LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
offsetSimple(long...) - Method in class org.bytedeco.hdf5.DataSpace
 
op() - Method in class org.bytedeco.hdf5.UserData4Aiterate
 
op(attr_operator_t) - Method in class org.bytedeco.hdf5.UserData4Aiterate
 
op() - Method in class org.bytedeco.hdf5.UserData4Visit
 
op(visit_operator_t) - Method in class org.bytedeco.hdf5.UserData4Visit
 
op_data() - Method in class org.bytedeco.hdf5.H5Z_cb_t
 
op_data(Pointer) - Method in class org.bytedeco.hdf5.H5Z_cb_t
 
opData() - Method in class org.bytedeco.hdf5.UserData4Aiterate
 
opData(Pointer) - Method in class org.bytedeco.hdf5.UserData4Aiterate
 
opData() - Method in class org.bytedeco.hdf5.UserData4Visit
 
opData(Pointer) - Method in class org.bytedeco.hdf5.UserData4Visit
 
open() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
open(H5FD_class_t.Open_BytePointer_int_long_long) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
open() - Static method in class org.bytedeco.hdf5.H5Library
 
Open_BytePointer_int_long_long(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Open_BytePointer_int_long_long
Pointer cast constructor.
Open_BytePointer_int_long_long() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Open_BytePointer_int_long_long
 
open_trace_file - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
open_trace_file: Boolean field indicating whether the trace_file_name field should be used to open a trace file for the cache.
open_trace_file() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Boolean field indicating whether the \ref H5AC_cache_config_t.trace_file_name "trace_file_name" field should be used to open a trace file for the cache.\n The trace file is a debugging feature that allows the capture of top level metadata cache requests for purposes of debugging and/or optimization.
open_trace_file(boolean) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
openArrayType(BytePointer) - Method in class org.bytedeco.hdf5.CommonFG
 
openArrayType(String) - Method in class org.bytedeco.hdf5.CommonFG
 
openAttribute(BytePointer) - Method in class org.bytedeco.hdf5.H5Object
 
openAttribute(String) - Method in class org.bytedeco.hdf5.H5Object
 
openAttribute(int) - Method in class org.bytedeco.hdf5.H5Object
 
openCompType(BytePointer) - Method in class org.bytedeco.hdf5.CommonFG
 
openCompType(String) - Method in class org.bytedeco.hdf5.CommonFG
 
openDataSet(BytePointer, DSetAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
openDataSet(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
openDataSet(String, DSetAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
openDataSet(String) - Method in class org.bytedeco.hdf5.H5Location
 
openDataType(BytePointer) - Method in class org.bytedeco.hdf5.CommonFG
 
openDataType(String) - Method in class org.bytedeco.hdf5.CommonFG
 
openEnumType(BytePointer) - Method in class org.bytedeco.hdf5.CommonFG
 
openEnumType(String) - Method in class org.bytedeco.hdf5.CommonFG
 
openFile(BytePointer, int, FileAccPropList) - Method in class org.bytedeco.hdf5.H5File
 
openFile(BytePointer, int) - Method in class org.bytedeco.hdf5.H5File
 
openFile(String, int, FileAccPropList) - Method in class org.bytedeco.hdf5.H5File
 
openFile(String, int) - Method in class org.bytedeco.hdf5.H5File
 
openFloatType(BytePointer) - Method in class org.bytedeco.hdf5.CommonFG
 
openFloatType(String) - Method in class org.bytedeco.hdf5.CommonFG
 
openGroup(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
openGroup(String) - Method in class org.bytedeco.hdf5.H5Location
 
openIntType(BytePointer) - Method in class org.bytedeco.hdf5.CommonFG
 
openIntType(String) - Method in class org.bytedeco.hdf5.CommonFG
 
openStrType(BytePointer) - Method in class org.bytedeco.hdf5.CommonFG
 
openStrType(String) - Method in class org.bytedeco.hdf5.CommonFG
 
openVarLenType(BytePointer) - Method in class org.bytedeco.hdf5.CommonFG
 
openVarLenType(String) - Method in class org.bytedeco.hdf5.CommonFG
 
org.bytedeco.hdf5 - package org.bytedeco.hdf5
 
org.bytedeco.hdf5.global - package org.bytedeco.hdf5.global
 
org.bytedeco.hdf5.presets - package org.bytedeco.hdf5.presets
 

P

p() - Method in class org.bytedeco.hdf5.hvl_t
Pointer to VL data
p(Pointer) - Method in class org.bytedeco.hdf5.hvl_t
 
pack() - Method in class org.bytedeco.hdf5.CompType
 
PacketTable - Class in org.bytedeco.hdf5
 
PacketTable(Pointer) - Constructor for class org.bytedeco.hdf5.PacketTable
Pointer cast constructor.
PacketTable(long) - Constructor for class org.bytedeco.hdf5.PacketTable
Native array allocator.
PacketTable() - Constructor for class org.bytedeco.hdf5.PacketTable
 
PacketTable(long, BytePointer) - Constructor for class org.bytedeco.hdf5.PacketTable
 
PacketTable(long, String) - Constructor for class org.bytedeco.hdf5.PacketTable
 
PacketTable(long, ByteBuffer) - Constructor for class org.bytedeco.hdf5.PacketTable
 
PacketTable(long, byte[]) - Constructor for class org.bytedeco.hdf5.PacketTable
 
paged_aggr() - Method in class org.bytedeco.hdf5.H5FD_t
 
paged_aggr(boolean) - Method in class org.bytedeco.hdf5.H5FD_t
 
position(long) - Method in class org.bytedeco.hdf5.AttributeIException
 
position(long) - Method in class org.bytedeco.hdf5.DataSetIException
 
position(long) - Method in class org.bytedeco.hdf5.DataSpaceIException
 
position(long) - Method in class org.bytedeco.hdf5.DataTypeIException
 
position(long) - Method in class org.bytedeco.hdf5.Exception
 
position(long) - Method in class org.bytedeco.hdf5.FileIException
 
position(long) - Method in class org.bytedeco.hdf5.GroupIException
 
position(long) - Method in class org.bytedeco.hdf5.H5_ih_info_t
 
position(long) - Method in class org.bytedeco.hdf5.H5A_info_t
 
position(long) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
position(long) - Method in class org.bytedeco.hdf5.H5AC_cache_image_config_t
 
position(long) - Method in class org.bytedeco.hdf5.H5E_error2_t
 
position(long) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
position(long) - Method in class org.bytedeco.hdf5.H5F_retry_info_t
 
position(long) - Method in class org.bytedeco.hdf5.H5F_sect_info_t
 
position(long) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
position(long) - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
 
position(long) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
position(long) - Method in class org.bytedeco.hdf5.H5FD_free_t
 
position(long) - Method in class org.bytedeco.hdf5.H5FD_t
 
position(long) - Method in class org.bytedeco.hdf5.H5G_info_t
 
position(long) - Method in class org.bytedeco.hdf5.H5L_class_t
 
position(long) - Method in class org.bytedeco.hdf5.H5L_info2_t
 
position(long) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
position(long) - Method in class org.bytedeco.hdf5.H5O_info2_t
 
position(long) - Method in class org.bytedeco.hdf5.H5O_native_info_t
 
position(long) - Method in class org.bytedeco.hdf5.H5O_token_t
 
position(long) - Method in class org.bytedeco.hdf5.H5R_ref_t
 
position(long) - Method in class org.bytedeco.hdf5.H5T_cdata_t
 
position(long) - Method in class org.bytedeco.hdf5.H5Z_cb_t
 
position(long) - Method in class org.bytedeco.hdf5.H5Z_class2_t
 
position(long) - Method in class org.bytedeco.hdf5.hdset_reg_ref_t
Deprecated.
 
position(long) - Method in class org.bytedeco.hdf5.hvl_t
 
position(long) - Method in class org.bytedeco.hdf5.IdComponentException
 
position(long) - Method in class org.bytedeco.hdf5.LibraryIException
 
position(long) - Method in class org.bytedeco.hdf5.LocationException
 
position(long) - Method in class org.bytedeco.hdf5.ObjHeaderIException
 
position(long) - Method in class org.bytedeco.hdf5.PacketTable
 
position(long) - Method in class org.bytedeco.hdf5.PropListIException
 
position(long) - Method in class org.bytedeco.hdf5.ReferenceException
 
position(long) - Method in class org.bytedeco.hdf5.UserData4Aiterate
 
position(long) - Method in class org.bytedeco.hdf5.UserData4Visit
 
PredType - Class in org.bytedeco.hdf5
\class PredType \brief Class PredType holds the definition of all the HDF5 predefined datatypes.
PredType(Pointer) - Constructor for class org.bytedeco.hdf5.PredType
Pointer cast constructor.
PredType(H5Location) - Constructor for class org.bytedeco.hdf5.PredType
Downcast constructor.
PredType(PredType) - Constructor for class org.bytedeco.hdf5.PredType
 
PREDTYPE_CONST() - Static method in class org.bytedeco.hdf5.PredType
 
printErrorStack(Pointer, long) - Static method in class org.bytedeco.hdf5.Exception
 
printErrorStack() - Static method in class org.bytedeco.hdf5.Exception
 
printStackTrace() - Method in exception hdf.hdf5lib.exceptions.HDF5LibraryException
 
printStackTrace(File) - Method in exception hdf.hdf5lib.exceptions.HDF5LibraryException
 
priv() - Method in class org.bytedeco.hdf5.H5T_cdata_t
private data
priv(Pointer) - Method in class org.bytedeco.hdf5.H5T_cdata_t
 
propExist(BytePointer) - Method in class org.bytedeco.hdf5.PropList
Query the existence of a property in a property object.
propExist(String) - Method in class org.bytedeco.hdf5.PropList
 
PropList - Class in org.bytedeco.hdf5
\class PropList \brief Class PropList inherits from IdComponent and provides wrappers for the HDF5 generic property list.
PropList(Pointer) - Constructor for class org.bytedeco.hdf5.PropList
Pointer cast constructor.
PropList(long) - Constructor for class org.bytedeco.hdf5.PropList
 
PropList() - Constructor for class org.bytedeco.hdf5.PropList
 
PropList(PropList) - Constructor for class org.bytedeco.hdf5.PropList
 
PropListIException - Class in org.bytedeco.hdf5
 
PropListIException(Pointer) - Constructor for class org.bytedeco.hdf5.PropListIException
Pointer cast constructor.
PropListIException(long) - Constructor for class org.bytedeco.hdf5.PropListIException
Native array allocator.
PropListIException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.PropListIException
 
PropListIException(BytePointer) - Constructor for class org.bytedeco.hdf5.PropListIException
 
PropListIException(String, String) - Constructor for class org.bytedeco.hdf5.PropListIException
 
PropListIException(String) - Constructor for class org.bytedeco.hdf5.PropListIException
 
PropListIException() - Constructor for class org.bytedeco.hdf5.PropListIException
 
put(ArrayType) - Method in class org.bytedeco.hdf5.ArrayType
 
put(DataSet) - Method in class org.bytedeco.hdf5.DataSet
 
put(DataSpace) - Method in class org.bytedeco.hdf5.DataSpace
 
put(DataType) - Method in class org.bytedeco.hdf5.DataType
 
put(IdComponent) - Method in class org.bytedeco.hdf5.IdComponent
 
put(PredType) - Method in class org.bytedeco.hdf5.PredType
 
put(PropList) - Method in class org.bytedeco.hdf5.PropList
 

Q

query() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
query(H5FD_class_t.Query_H5FD_t_CLongPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
query_func() - Method in class org.bytedeco.hdf5.H5L_class_t
Callback for queries
query_func(H5L_query_func_t) - Method in class org.bytedeco.hdf5.H5L_class_t
 
Query_H5FD_t_CLongPointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Query_H5FD_t_CLongPointer
Pointer cast constructor.
Query_H5FD_t_CLongPointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Query_H5FD_t_CLongPointer
 

R

rc - Variable in class hdf.hdf5lib.structs.H5O_info_t
Reference count of object
rc() - Method in class org.bytedeco.hdf5.H5O_info2_t
Reference count of object
rc(int) - Method in class org.bytedeco.hdf5.H5O_info2_t
 
read(DataType, Pointer) - Method in class org.bytedeco.hdf5.Attribute
 
read(DataType, BytePointer) - Method in class org.bytedeco.hdf5.Attribute
 
read(Pointer, DataType, DataSpace, DataSpace, DSetMemXferPropList) - Method in class org.bytedeco.hdf5.DataSet
 
read(Pointer, DataType) - Method in class org.bytedeco.hdf5.DataSet
 
read(BytePointer, DataType, DataSpace, DataSpace, DSetMemXferPropList) - Method in class org.bytedeco.hdf5.DataSet
 
read(BytePointer, DataType) - Method in class org.bytedeco.hdf5.DataSet
 
read() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
read(H5FD_class_t.Read_H5FD_t_int_long_long_long_Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Read_H5FD_t_int_long_long_long_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Read_H5FD_t_int_long_long_long_Pointer
Pointer cast constructor.
Read_H5FD_t_int_long_long_long_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Read_H5FD_t_int_long_long_long_Pointer
 
read_selection() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
read_selection(H5FD_class_t.Read_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Read_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Read_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer
Pointer cast constructor.
Read_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Read_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer
 
read_vector() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
read_vector(H5FD_class_t.Read_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Read_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Read_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer
Pointer cast constructor.
Read_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Read_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer
 
recalc() - Method in class org.bytedeco.hdf5.H5T_cdata_t
recalculate private data
recalc(boolean) - Method in class org.bytedeco.hdf5.H5T_cdata_t
 
reference(Pointer, BytePointer, int) - Method in class org.bytedeco.hdf5.H5Location
 
reference(Pointer, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
reference(Pointer, String, int) - Method in class org.bytedeco.hdf5.H5Location
 
reference(Pointer, String) - Method in class org.bytedeco.hdf5.H5Location
 
reference(Pointer, BytePointer, DataSpace, int) - Method in class org.bytedeco.hdf5.H5Location
 
reference(Pointer, BytePointer, DataSpace) - Method in class org.bytedeco.hdf5.H5Location
 
reference(Pointer, String, DataSpace, int) - Method in class org.bytedeco.hdf5.H5Location
 
reference(Pointer, String, DataSpace) - Method in class org.bytedeco.hdf5.H5Location
 
REFERENCE_LIST - Static variable in class org.bytedeco.hdf5.global.hdf5
 
ReferenceException - Class in org.bytedeco.hdf5
 
ReferenceException(Pointer) - Constructor for class org.bytedeco.hdf5.ReferenceException
Pointer cast constructor.
ReferenceException(long) - Constructor for class org.bytedeco.hdf5.ReferenceException
Native array allocator.
ReferenceException(BytePointer, BytePointer) - Constructor for class org.bytedeco.hdf5.ReferenceException
 
ReferenceException(BytePointer) - Constructor for class org.bytedeco.hdf5.ReferenceException
 
ReferenceException(String, String) - Constructor for class org.bytedeco.hdf5.ReferenceException
 
ReferenceException(String) - Constructor for class org.bytedeco.hdf5.ReferenceException
 
ReferenceException() - Constructor for class org.bytedeco.hdf5.ReferenceException
 
registerFunc(int, BytePointer, DataType, H5T_conv_t) - Method in class org.bytedeco.hdf5.DataType
 
registerFunc(int, String, DataType, H5T_conv_t) - Method in class org.bytedeco.hdf5.DataType
 
removeAttr(BytePointer) - Method in class org.bytedeco.hdf5.H5Object
 
removeAttr(String) - Method in class org.bytedeco.hdf5.H5Object
 
removeComment(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
removeComment(String) - Method in class org.bytedeco.hdf5.H5Location
 
removeFilter(int) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
removeProp(BytePointer) - Method in class org.bytedeco.hdf5.PropList
 
removeProp(String) - Method in class org.bytedeco.hdf5.PropList
 
renameAttr(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5Object
 
renameAttr(String, String) - Method in class org.bytedeco.hdf5.H5Object
 
reOpen() - Method in class org.bytedeco.hdf5.H5File
 
reopen() - Method in class org.bytedeco.hdf5.H5File
 
ResetIndex() - Method in class org.bytedeco.hdf5.PacketTable
 
retries(int) - Method in class org.bytedeco.hdf5.H5F_retry_info_t
 
retries(int, IntPointer) - Method in class org.bytedeco.hdf5.H5F_retry_info_t
 
retries() - Method in class org.bytedeco.hdf5.H5F_retry_info_t
 
rpt_fcn_enabled - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
rpt_fcn_enabled: Boolean field used to enable and disable the default reporting function.
rpt_fcn_enabled() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Boolean flag indicating whether the adaptive cache resize report function is enabled.
rpt_fcn_enabled(boolean) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 

S

save_resize_status() - Method in class org.bytedeco.hdf5.H5AC_cache_image_config_t
Boolean flag indicating whether the cache image should include the adaptive cache resize configuration and status.
save_resize_status(boolean) - Method in class org.bytedeco.hdf5.H5AC_cache_image_config_t
 
sb_decode() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
sb_decode(H5FD_class_t.Sb_decode_H5FD_t_BytePointer_BytePointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Sb_decode_H5FD_t_BytePointer_BytePointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Sb_decode_H5FD_t_BytePointer_BytePointer
Pointer cast constructor.
Sb_decode_H5FD_t_BytePointer_BytePointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Sb_decode_H5FD_t_BytePointer_BytePointer
 
sb_encode() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
sb_encode(H5FD_class_t.Sb_encode_H5FD_t_BytePointer_BytePointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Sb_encode_H5FD_t_BytePointer_BytePointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Sb_encode_H5FD_t_BytePointer_BytePointer
Pointer cast constructor.
Sb_encode_H5FD_t_BytePointer_BytePointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Sb_encode_H5FD_t_BytePointer_BytePointer
 
sb_size() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
sb_size(H5FD_class_t.Sb_size_H5FD_t) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Sb_size_H5FD_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Sb_size_H5FD_t
Pointer cast constructor.
Sb_size_H5FD_t() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Sb_size_H5FD_t
 
selectAll() - Method in class org.bytedeco.hdf5.DataSpace
 
selectElements(int, long, LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
selectElements(int, long, LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
selectElements(int, long, long...) - Method in class org.bytedeco.hdf5.DataSpace
 
selectHyperslab(int, LongPointer, LongPointer, LongPointer, LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
selectHyperslab(int, LongPointer, LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
selectHyperslab(int, LongBuffer, LongBuffer, LongBuffer, LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
selectHyperslab(int, LongBuffer, LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
selectHyperslab(int, long[], long[], long[], long...) - Method in class org.bytedeco.hdf5.DataSpace
 
selectHyperslab(int, long[], long...) - Method in class org.bytedeco.hdf5.DataSpace
 
selectNone() - Method in class org.bytedeco.hdf5.DataSpace
 
selectValid() - Method in class org.bytedeco.hdf5.DataSpace
 
set_eoa() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
set_eoa(H5FD_class_t.Set_eoa_H5FD_t_int_long) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Set_eoa_H5FD_t_int_long(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Set_eoa_H5FD_t_int_long
Pointer cast constructor.
Set_eoa_H5FD_t_int_long() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Set_eoa_H5FD_t_int_long
 
set_initial_size - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
set_initial_size: Boolean flag indicating whether the size of the initial size of the cache is to be set to the value given in the initial_size field.
set_initial_size() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Boolean flag indicating whether the cache should be created with a user specified initial size.
set_initial_size(boolean) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
set_local() - Method in class org.bytedeco.hdf5.H5Z_class2_t
The "set local" callback for a filter
set_local(H5Z_set_local_func_t) - Method in class org.bytedeco.hdf5.H5Z_class2_t
 
setAlignment(long, long) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setAlignment() - Method in class org.bytedeco.hdf5.FileAccPropList
 
setAllocTime(int) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setAttrCrtOrder(int) - Method in class org.bytedeco.hdf5.ObjCreatPropList
 
setAttrPhaseChange(int, int) - Method in class org.bytedeco.hdf5.ObjCreatPropList
 
setAttrPhaseChange() - Method in class org.bytedeco.hdf5.ObjCreatPropList
 
setAutoPrint(H5E_auto2_t, Pointer) - Static method in class org.bytedeco.hdf5.Exception
 
setBtreeRatios(double, double, double) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
setBuffer(long, Pointer, Pointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
setCache(int, long, long, double) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setCharEncoding(int) - Method in class org.bytedeco.hdf5.LinkCreatPropList
 
setChunk(int, LongPointer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setChunk(int, LongBuffer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setChunk(int, long...) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setChunkCache(long, long, double) - Method in class org.bytedeco.hdf5.DSetAccPropList
 
setComment(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
setComment(String, String) - Method in class org.bytedeco.hdf5.H5Location
 
setComment(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
setComment(String) - Method in class org.bytedeco.hdf5.H5Location
 
setCore(long, boolean) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setCreateIntermediateGroup(boolean) - Method in class org.bytedeco.hdf5.LinkCreatPropList
 
setCset(int) - Method in class org.bytedeco.hdf5.StrType
 
setDataTransform(BytePointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
setDataTransform(String) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
setDeflate(int) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setDriver(long, Pointer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setEbias(long) - Method in class org.bytedeco.hdf5.FloatType
 
setEDCCheck(int) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
setExtentNone() - Method in class org.bytedeco.hdf5.DataSpace
 
setExtentSimple(int, LongPointer, LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
setExtentSimple(int, LongPointer) - Method in class org.bytedeco.hdf5.DataSpace
 
setExtentSimple(int, LongBuffer, LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
setExtentSimple(int, LongBuffer) - Method in class org.bytedeco.hdf5.DataSpace
 
setExtentSimple(int, long[], long...) - Method in class org.bytedeco.hdf5.DataSpace
 
setExtentSimple(int, long...) - Method in class org.bytedeco.hdf5.DataSpace
 
setExternal(BytePointer, long, long) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setExternal(String, long, long) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setFamily(long, FileAccPropList) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setFamilyOffset(long) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setFcloseDegree(int) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setFields(long, long, long, long, long) - Method in class org.bytedeco.hdf5.FloatType
 
setFileLocking(boolean, boolean) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setFileSpacePagesize(long) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
setFileSpaceStrategy(int, boolean, long) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
setFillTime(int) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setFillValue(DataType, Pointer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setFilter(int, int, long, IntPointer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setFilter(int) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setFilter(int, int, long, IntBuffer) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setFilter(int, int, long, int[]) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setFletcher32() - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setFreeListLimits(int, int, int, int, int, int) - Static method in class org.bytedeco.hdf5.H5Library
 
setGcReferences(int) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setGcReferences() - Method in class org.bytedeco.hdf5.FileAccPropList
 
setHyperVectorSize(long) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
setId(long) - Method in class org.bytedeco.hdf5.IdComponent
 
SetIndex(long) - Method in class org.bytedeco.hdf5.PacketTable
 
setInpad(int) - Method in class org.bytedeco.hdf5.FloatType
 
setIstorek(int) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
setLayout(int) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setLibverBounds(int, int) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setLog(BytePointer, int, long) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setLog(String, int, long) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setMetaBlockSize(LongPointer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setMetaBlockSize(LongBuffer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setMetaBlockSize(long...) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setMultiType(int) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setNbit() - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setNorm(int) - Method in class org.bytedeco.hdf5.FloatType
 
setNumLinks(long) - Method in class org.bytedeco.hdf5.LinkAccPropList
 
setOffset(long) - Method in class org.bytedeco.hdf5.AtomType
 
setOrder(int) - Method in class org.bytedeco.hdf5.AtomType
 
setPad(int, int) - Method in class org.bytedeco.hdf5.AtomType
 
setPrecision(long) - Method in class org.bytedeco.hdf5.AtomType
 
setPreserve(boolean) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
setProperty(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.PropList
 
setProperty(String, String) - Method in class org.bytedeco.hdf5.PropList
 
setProperty(BytePointer, Pointer) - Method in class org.bytedeco.hdf5.PropList
 
setProperty(String, Pointer) - Method in class org.bytedeco.hdf5.PropList
 
setProperty(String, BytePointer) - Method in class org.bytedeco.hdf5.PropList
 
setSec2() - Method in class org.bytedeco.hdf5.FileAccPropList
 
setShuffle() - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setSieveBufSize(long) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setSign(int) - Method in class org.bytedeco.hdf5.IntType
 
setSize(long) - Method in class org.bytedeco.hdf5.AtomType
 
setSize(long) - Method in class org.bytedeco.hdf5.CompType
 
setSizes(long, long) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
setSizes() - Method in class org.bytedeco.hdf5.FileCreatPropList
 
setSmallDataBlockSize(long) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
setSplit(FileAccPropList, FileAccPropList, BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setSplit(FileAccPropList, FileAccPropList, String, String) - Method in class org.bytedeco.hdf5.FileAccPropList
 
setStdio() - Method in class org.bytedeco.hdf5.FileAccPropList
 
setStrpad(int) - Method in class org.bytedeco.hdf5.StrType
 
setSymk(int, int) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
setSzip(int, int) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setTag(BytePointer) - Method in class org.bytedeco.hdf5.DataType
 
setTag(String) - Method in class org.bytedeco.hdf5.DataType
 
setTypeConvCB(H5T_conv_except_func_t, Pointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
setUserblock(long) - Method in class org.bytedeco.hdf5.FileCreatPropList
 
setVirtual(DataSpace, BytePointer, BytePointer, DataSpace) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setVirtual(DataSpace, String, String, DataSpace) - Method in class org.bytedeco.hdf5.DSetCreatPropList
 
setVlenMemManager(H5MM_allocate_t, Pointer, H5MM_free_t, Pointer) - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
setVlenMemManager() - Method in class org.bytedeco.hdf5.DSetMemXferPropList
 
shortToByte(int, int, short[]) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a range from an array of short into an array of bytes.
shortToByte(short) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single short into an array of 2 bytes.
shortToByte(Short) - Static method in class hdf.hdf5lib.HDFNativeData
Convert a single Short object into an array of 2 bytes.
size() - Method in class org.bytedeco.hdf5.H5F_sect_info_t
Size of free space section
size(long) - Method in class org.bytedeco.hdf5.H5F_sect_info_t
 
size() - Method in class org.bytedeco.hdf5.H5FD_free_t
 
size(long) - Method in class org.bytedeco.hdf5.H5FD_free_t
 
sohm_hdr_size - Variable in class hdf.hdf5lib.structs.H5F_info2_t
Shared object header message header size
sohm_hdr_size() - Method in class org.bytedeco.hdf5.H5F_info2_t
Shared object header message header size
sohm_hdr_size(long) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
sohm_msgs_info - Variable in class hdf.hdf5lib.structs.H5F_info2_t
Shared object header message index and heap size
sohm_msgs_info() - Method in class org.bytedeco.hdf5.H5F_info2_t
Shared object header message index & heap size
sohm_msgs_info(H5_ih_info_t) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
sohm_version - Variable in class hdf.hdf5lib.structs.H5F_info2_t
Version number of shared object header info
sohm_version() - Method in class org.bytedeco.hdf5.H5F_info2_t
Version number of shared object header info
sohm_version(int) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
space_free - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
Free space within object header
space_free() - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
Free space within object header
space_free(long) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
space_mesg - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
Space within header for actual message information
space_mesg() - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
Space within header for actual message information
space_mesg(long) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
space_meta - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
Space within header for object header metadata information
space_meta() - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
Space within header for object header metadata information
space_meta(long) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
space_total - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
Total space for storing object header in file
space_total() - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
Total space for storing object header in file
space_total(long) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
src_off() - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
Offset within source buffer
src_off(long) - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
 
srcbuf() - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
Source buffer
srcbuf(Pointer) - Method in class org.bytedeco.hdf5.H5FD_ctl_memcpy_args_t
 
STD_B16BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_B16LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_B32BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_B32LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_B64BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_B64LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_B8BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_B8LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_I16BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_I16LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_I32BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_I32LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_I64BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_I64LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_I8BE() - Static method in class org.bytedeco.hdf5.PredType
\brief PredType constants
STD_I8LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_REF_DSETREG() - Static method in class org.bytedeco.hdf5.PredType
 
STD_REF_OBJ() - Static method in class org.bytedeco.hdf5.PredType
 
STD_U16BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_U16LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_U32BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_U32LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_U64BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_U64LE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_U8BE() - Static method in class org.bytedeco.hdf5.PredType
 
STD_U8LE() - Static method in class org.bytedeco.hdf5.PredType
 
storage_type - Variable in class hdf.hdf5lib.structs.H5G_info_t
Type of storage for links in group
storage_type() - Method in class org.bytedeco.hdf5.H5G_info_t
Type of storage for links in group
storage_type(int) - Method in class org.bytedeco.hdf5.H5G_info_t
 
StrType - Class in org.bytedeco.hdf5
\class StrType \brief StrType is a derivative of a DataType and operates on HDF5 string datatype.
StrType(Pointer) - Constructor for class org.bytedeco.hdf5.StrType
Pointer cast constructor.
StrType(H5Location) - Constructor for class org.bytedeco.hdf5.StrType
Downcast constructor.
StrType(PredType) - Constructor for class org.bytedeco.hdf5.StrType
 
StrType(PredType, long) - Constructor for class org.bytedeco.hdf5.StrType
 
StrType(int, long) - Constructor for class org.bytedeco.hdf5.StrType
 
StrType(DataSet) - Constructor for class org.bytedeco.hdf5.StrType
 
StrType(H5Location, BytePointer) - Constructor for class org.bytedeco.hdf5.StrType
 
StrType(H5Location, String) - Constructor for class org.bytedeco.hdf5.StrType
 
StrType() - Constructor for class org.bytedeco.hdf5.StrType
 
StrType(long) - Constructor for class org.bytedeco.hdf5.StrType
 
StrType(StrType) - Constructor for class org.bytedeco.hdf5.StrType
 
super_ext_size - Variable in class hdf.hdf5lib.structs.H5F_info2_t
Superblock extension size
super_size - Variable in class hdf.hdf5lib.structs.H5F_info2_t
Superblock size
super_version - Variable in class hdf.hdf5lib.structs.H5F_info2_t
Superblock version number

T

termH5cpp() - Static method in class org.bytedeco.hdf5.H5Library
 
terminate() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
terminate(H5FD_class_t.Int_Terminate) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
threshold() - Method in class org.bytedeco.hdf5.H5FD_t
 
threshold(long) - Method in class org.bytedeco.hdf5.H5FD_t
 
throwException(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.CommonFG
For subclasses, H5File and Group, to throw appropriate exception.
throwException(String, String) - Method in class org.bytedeco.hdf5.CommonFG
 
throwException(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.Group
 
throwException(String, String) - Method in class org.bytedeco.hdf5.Group
 
throwException(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5File
 
throwException(String, String) - Method in class org.bytedeco.hdf5.H5File
 
throwException(BytePointer, BytePointer) - Method in class org.bytedeco.hdf5.H5Location
For subclasses, H5File and Group, to throw appropriate exception.
throwException(String, String) - Method in class org.bytedeco.hdf5.H5Location
 
token - Variable in class hdf.hdf5lib.structs.H5L_info_t
Character set of link name
token - Variable in class hdf.hdf5lib.structs.H5O_info_t
Object token in file
token() - Method in class org.bytedeco.hdf5.H5O_info2_t
Token representing the object
token(H5O_token_t) - Method in class org.bytedeco.hdf5.H5O_info2_t
 
toString() - Method in class hdf.hdf5lib.structs.H5FD_hdfs_fapl_t
 
toString() - Method in class hdf.hdf5lib.structs.H5FD_ros3_fapl_t
 
trace_file_name - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
trace_file_name: Full path of the trace file to be opened if the open_trace_file field is TRUE.
trace_file_name(int) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Full path of the trace file to be opened if the \ref H5AC_cache_config_t.open_trace_file "open_trace_file" field is set to 1.\n In the parallel case, an ascii representation of the MPI rank of the process will be appended to the file name to yield a unique trace file name for each process.\n The length of the path must not exceed #H5AC__MAX_TRACE_FILE_NAME_LEN characters.\n The trace file feature is unsupported unless used at the direction of The HDF Group.
trace_file_name(int, byte) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
trace_file_name() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
trav_func() - Method in class org.bytedeco.hdf5.H5L_class_t
Callback during link traversal
trav_func(H5L_traverse_func_t) - Method in class org.bytedeco.hdf5.H5L_class_t
 
truncate() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
truncate(H5FD_class_t.Truncate_H5FD_t_long_boolean) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Truncate_H5FD_t_long_boolean(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Truncate_H5FD_t_long_boolean
Pointer cast constructor.
Truncate_H5FD_t_long_boolean() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Truncate_H5FD_t_long_boolean
 
type - Variable in class hdf.hdf5lib.structs.H5L_info_t
Type of link
type - Variable in class hdf.hdf5lib.structs.H5O_info_t
Basic object type (group, dataset, etc.)
type() - Method in class org.bytedeco.hdf5.H5L_info2_t
Type of link
type(int) - Method in class org.bytedeco.hdf5.H5L_info2_t
 
type() - Method in class org.bytedeco.hdf5.H5O_info2_t
Basic object type (group, dataset, etc.)
type(int) - Method in class org.bytedeco.hdf5.H5O_info2_t
 
typeExists(int) - Static method in class org.bytedeco.hdf5.IdComponent
 

U

u___data(int) - Method in class org.bytedeco.hdf5.H5R_ref_t
opaque data
u___data(int, byte) - Method in class org.bytedeco.hdf5.H5R_ref_t
 
u___data() - Method in class org.bytedeco.hdf5.H5R_ref_t
 
u_align() - Method in class org.bytedeco.hdf5.H5R_ref_t
ensures alignment
u_align(long) - Method in class org.bytedeco.hdf5.H5R_ref_t
 
u_token() - Method in class org.bytedeco.hdf5.H5L_info2_t
Token of location that hard link points to
u_token(H5O_token_t) - Method in class org.bytedeco.hdf5.H5L_info2_t
 
u_val_size() - Method in class org.bytedeco.hdf5.H5L_info2_t
Size of a soft link or user-defined link value
u_val_size(long) - Method in class org.bytedeco.hdf5.H5L_info2_t
 
udata() - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
/** \brief The final field in the #H5FD_file_image_callbacks_t struct, provides a pointer to user-defined data.
udata(Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
udata_copy() - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
udata_copy(H5FD_file_image_callbacks_t.Udata_copy_Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
Udata_copy_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Udata_copy_Pointer
Pointer cast constructor.
Udata_copy_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Udata_copy_Pointer
 
udata_free() - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
udata_free(H5FD_file_image_callbacks_t.Udata_free_Pointer) - Method in class org.bytedeco.hdf5.H5FD_file_image_callbacks_t
 
Udata_free_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Udata_free_Pointer
Pointer cast constructor.
Udata_free_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_file_image_callbacks_t.Udata_free_Pointer
 
UNIX_D32BE() - Static method in class org.bytedeco.hdf5.PredType
 
UNIX_D32LE() - Static method in class org.bytedeco.hdf5.PredType
 
UNIX_D64BE() - Static method in class org.bytedeco.hdf5.PredType
 
UNIX_D64LE() - Static method in class org.bytedeco.hdf5.PredType
 
unlink(BytePointer, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
unlink(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
unlink(String, LinkAccPropList) - Method in class org.bytedeco.hdf5.H5Location
 
unlink(String) - Method in class org.bytedeco.hdf5.H5Location
 
unlock() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
unlock(H5FD_class_t.Unlock_H5FD_t) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Unlock_H5FD_t(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Unlock_H5FD_t
Pointer cast constructor.
Unlock_H5FD_t() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Unlock_H5FD_t
 
unmount(BytePointer) - Method in class org.bytedeco.hdf5.H5Location
 
unmount(String) - Method in class org.bytedeco.hdf5.H5Location
 
unregister(int, BytePointer, DataType, H5T_conv_t) - Method in class org.bytedeco.hdf5.DataType
 
unregister(int, String, DataType, H5T_conv_t) - Method in class org.bytedeco.hdf5.DataType
 
upper_hr_threshold - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
upper_hr_threshold: Upper hit rate threshold.
upper_hr_threshold() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Hit rate threshold for the hit rate threshold and ageout with hit rate threshold cache size decrement algorithms.\n When \p decr_mode is #H5C_decr__threshold, and the hit rate over a given epoch exceeds the supplied threshold, the current maximum cache size is multiplied by decrement to obtain a tentative new (and smaller) maximum cache size.\n When \p decr_mode is #H5C_decr__age_out_with_threshold, there is no attempt to find and evict aged out entries unless the hit rate in the previous epoch exceeded the supplied threshold.\n This field must lie in the interval [0.0, 1.0].\n For #H5C_incr__threshold, .9995 or .99995 is a good place to start.\n For #H5C_decr__age_out_with_threshold, .999 might be more useful.
upper_hr_threshold(double) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
UserData4Aiterate - Class in org.bytedeco.hdf5
 
UserData4Aiterate() - Constructor for class org.bytedeco.hdf5.UserData4Aiterate
Default native constructor.
UserData4Aiterate(long) - Constructor for class org.bytedeco.hdf5.UserData4Aiterate
Native array allocator.
UserData4Aiterate(Pointer) - Constructor for class org.bytedeco.hdf5.UserData4Aiterate
Pointer cast constructor.
UserData4Visit - Class in org.bytedeco.hdf5
 
UserData4Visit() - Constructor for class org.bytedeco.hdf5.UserData4Visit
Default native constructor.
UserData4Visit(long) - Constructor for class org.bytedeco.hdf5.UserData4Visit
Native array allocator.
UserData4Visit(Pointer) - Constructor for class org.bytedeco.hdf5.UserData4Visit
Pointer cast constructor.

V

val_size - Variable in class hdf.hdf5lib.structs.H5L_info_t
Size of a soft link or user-defined link value
value() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
value(int) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
valueOf(BytePointer, Pointer) - Method in class org.bytedeco.hdf5.EnumType
 
valueOf(String, Pointer) - Method in class org.bytedeco.hdf5.EnumType
 
VarLenType - Class in org.bytedeco.hdf5
\class VarLenType \brief VarLenType is a derivative of a DataType and operates on HDF5 Variable-length Datatypes.
VarLenType(Pointer) - Constructor for class org.bytedeco.hdf5.VarLenType
Pointer cast constructor.
VarLenType(H5Location) - Constructor for class org.bytedeco.hdf5.VarLenType
Downcast constructor.
VarLenType(DataType) - Constructor for class org.bytedeco.hdf5.VarLenType
 
VarLenType(VarLenType) - Constructor for class org.bytedeco.hdf5.VarLenType
 
VarLenType(long) - Constructor for class org.bytedeco.hdf5.VarLenType
 
VarLenType(H5Location, BytePointer) - Constructor for class org.bytedeco.hdf5.VarLenType
 
VarLenType(H5Location, String) - Constructor for class org.bytedeco.hdf5.VarLenType
 
VarLenType() - Constructor for class org.bytedeco.hdf5.VarLenType
 
version - Variable in class hdf.hdf5lib.structs.H5AC_cache_config_t
version: Integer field containing the version number of this version of the H5AC_cache_config_t structure.
version - Variable in class hdf.hdf5lib.structs.H5O_hdr_info_t
Version number of header format in file
version() - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
Integer field indicating the version of the H5AC_cache_config_t in use.
version(int) - Method in class org.bytedeco.hdf5.H5AC_cache_config_t
 
version() - Method in class org.bytedeco.hdf5.H5AC_cache_image_config_t
Integer field containing the version number of this version of the \c H5C_image_ctl_t structure.
version(int) - Method in class org.bytedeco.hdf5.H5AC_cache_image_config_t
 
version() - Method in class org.bytedeco.hdf5.H5FD_class_t
File driver class struct version number
version(int) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
version() - Method in class org.bytedeco.hdf5.H5L_class_t
Version number of this struct
version(int) - Method in class org.bytedeco.hdf5.H5L_class_t
 
version() - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
Version number of header format in file
version(int) - Method in class org.bytedeco.hdf5.H5O_hdr_info_t
 
version() - Method in class org.bytedeco.hdf5.H5Z_class2_t
Version number of the H5Z_class_t struct
version(int) - Method in class org.bytedeco.hdf5.H5Z_class2_t
 
visit(int, int, visit_operator_t, Pointer, int) - Method in class org.bytedeco.hdf5.H5Object
 
visit_operator_t - Class in org.bytedeco.hdf5
 
visit_operator_t(Pointer) - Constructor for class org.bytedeco.hdf5.visit_operator_t
Pointer cast constructor.
visit_operator_t() - Constructor for class org.bytedeco.hdf5.visit_operator_t
 
vlenReclaim(DataType, DataSpace, DSetMemXferPropList, Pointer) - Static method in class org.bytedeco.hdf5.DataSet
 
vlenReclaim(Pointer, DataType, DataSpace, DSetMemXferPropList) - Static method in class org.bytedeco.hdf5.DataSet
 
vlenReclaim(Pointer, DataType) - Static method in class org.bytedeco.hdf5.DataSet
 

W

walkErrorStack(int, H5E_walk2_t, Pointer) - Static method in class org.bytedeco.hdf5.Exception
 
WORDS_BIGENDIAN - Static variable in class org.bytedeco.hdf5.global.hdf5
 
write(DataType, Pointer) - Method in class org.bytedeco.hdf5.Attribute
 
write(DataType, BytePointer) - Method in class org.bytedeco.hdf5.Attribute
 
write(DataType, String) - Method in class org.bytedeco.hdf5.Attribute
 
write(Pointer, DataType, DataSpace, DataSpace, DSetMemXferPropList) - Method in class org.bytedeco.hdf5.DataSet
 
write(Pointer, DataType) - Method in class org.bytedeco.hdf5.DataSet
 
write(BytePointer, DataType, DataSpace, DataSpace, DSetMemXferPropList) - Method in class org.bytedeco.hdf5.DataSet
 
write(BytePointer, DataType) - Method in class org.bytedeco.hdf5.DataSet
 
write(String, DataType, DataSpace, DataSpace, DSetMemXferPropList) - Method in class org.bytedeco.hdf5.DataSet
 
write(String, DataType) - Method in class org.bytedeco.hdf5.DataSet
 
write() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
write(H5FD_class_t.Write_H5FD_t_int_long_long_long_Pointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Write_H5FD_t_int_long_long_long_Pointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Write_H5FD_t_int_long_long_long_Pointer
Pointer cast constructor.
Write_H5FD_t_int_long_long_long_Pointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Write_H5FD_t_int_long_long_long_Pointer
 
write_selection() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
write_selection(H5FD_class_t.Write_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Write_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Write_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer
Pointer cast constructor.
Write_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Write_selection_H5FD_t_int_long_long_LongPointer_LongPointer_LongPointer_SizeTPointer_PointerPointer
 
write_vector() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
write_vector(H5FD_class_t.Write_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
Write_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer(Pointer) - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Write_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer
Pointer cast constructor.
Write_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer() - Constructor for class org.bytedeco.hdf5.H5FD_class_t.Write_vector_H5FD_t_long_int_IntPointer_LongPointer_SizeTPointer_PointerPointer
 

_

__data(int) - Method in class org.bytedeco.hdf5.H5O_token_t
 
__data(int, byte) - Method in class org.bytedeco.hdf5.H5O_token_t
 
__data() - Method in class org.bytedeco.hdf5.H5O_token_t
 
__data(int) - Method in class org.bytedeco.hdf5.hdset_reg_ref_t
Deprecated.
 
__data(int, byte) - Method in class org.bytedeco.hdf5.hdset_reg_ref_t
Deprecated.
 
__data() - Method in class org.bytedeco.hdf5.hdset_reg_ref_t
Deprecated.
 
_close() - Method in class org.bytedeco.hdf5.Attribute
 
_close() - Method in class org.bytedeco.hdf5.DataSet
 
_close() - Method in class org.bytedeco.hdf5.DataSpace
 
_close() - Method in class org.bytedeco.hdf5.DataType
 
_close() - Method in class org.bytedeco.hdf5.Group
 
_close() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
_close(H5FD_class_t.Close_H5FD_t) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
_close() - Method in class org.bytedeco.hdf5.H5File
 
_close() - Static method in class org.bytedeco.hdf5.H5Library
 
_close() - Method in class org.bytedeco.hdf5.IdComponent
 
_close() - Method in class org.bytedeco.hdf5.PropList
 
_free() - Method in class org.bytedeco.hdf5.H5FD_class_t
 
_free(H5FD_class_t.Free_H5FD_t_int_long_long_long) - Method in class org.bytedeco.hdf5.H5FD_class_t
 
_free_meta_size() - Method in class org.bytedeco.hdf5.H5F_info2_t
Free space manager metadata size
_free_meta_size(long) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
_free_tot_space() - Method in class org.bytedeco.hdf5.H5F_info2_t
Amount of free space in the file
_free_tot_space(long) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
_free_version() - Method in class org.bytedeco.hdf5.H5F_info2_t
Version number of file free space management
_free_version(int) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
_getClass() - Method in class org.bytedeco.hdf5.DataType
 
_getClass() - Method in class org.bytedeco.hdf5.PropList
 
_super_super_ext_size() - Method in class org.bytedeco.hdf5.H5F_info2_t
Superblock extension size
_super_super_ext_size(long) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
_super_super_size() - Method in class org.bytedeco.hdf5.H5F_info2_t
Superblock size
_super_super_size(long) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
_super_version() - Method in class org.bytedeco.hdf5.H5F_info2_t
Superblock version number
_super_version(int) - Method in class org.bytedeco.hdf5.H5F_info2_t
 
A B C D E F G H I L M N O P Q R S T U V W _ 
Skip navigation links

Copyright © 2024. All rights reserved.