![]() |
HDF5 Last Updated on 2025-10-28
The HDF5 Field Guide
|
Functions | |
| int | callback (long loc_id, String name, H5A_info_t info, H5A_iterate_t op_data) |
| int | callback (long dataset_id, long[] cur_dims, H5D_append_t op_data) |
| int | callback (byte[] elem, long elem_type, int ndim, long[] point, H5D_iterate_t op_data) |
| int | callback (int nidx, H5E_error2_t info, H5E_walk_t op_data) |
| int | callback (long loc_id, String name, H5L_info_t info, H5L_iterate_opdata_t op_data) |
| int | callback (long loc_id, String name, H5O_info_t info, H5O_iterate_opdata_t op_data) |
| int | callback (long prop_id, H5P_cls_close_func_t close_data) |
| int | callback (long new_prop_id, long old_prop_id, H5P_cls_copy_func_t copy_data) |
| int | callback (long prop_id, H5P_cls_create_func_t create_data) |
| int | callback (long plist, String name, H5P_iterate_t op_data) |
| int | callback (String name, long size, byte[] value) |
| int | callback (byte[] value1, byte[] value2, long size) |
| int | callback (String name, long size, byte[] value) |
| int | callback (String name, long size, byte[] value) |
| int | callback (long prop_id, String name, long size, byte[] value) |
| int | callback (long prop_id, String name, long size, byte[] value) |
| int | callback (long prop_id, String name, long size, byte[] value) |
| int callback | ( | long | loc_id, |
| String | name, | ||
| H5A_info_t | info, | ||
| H5A_iterate_t | op_data ) |
application callback for each attribute
| loc_id | the ID for the group or dataset being iterated over |
| name | the name of the current attribute about the object |
| info | the attribute's "info" struct |
| op_data | the operator data passed in to H5Aiterate |
| int callback | ( | long | dataset_id, |
| long[] | cur_dims, | ||
| H5D_append_t | op_data ) |
application callback for each dataset access property list
| dataset_id | the ID for the dataset being iterated over |
| cur_dims | the dimension sizes for determining boundary |
| op_data | the operator data passed in to H5Pset/get_append_flush |
| int callback | ( | byte[] | elem, |
| long | elem_type, | ||
| int | ndim, | ||
| long[] | point, | ||
| H5D_iterate_t | op_data ) |
application callback for each dataset element
| elem | the pointer to the element in memory containing the current point |
| elem_type | the datatype ID for the elements stored in elem |
| ndim | the number of dimensions for POINT array |
| point | the array containing the location of the element within the original dataspace |
| op_data | the operator data passed in to H5Diterate |
| int callback | ( | int | nidx, |
| H5E_error2_t | info, | ||
| H5E_walk_t | op_data ) |
application callback for each error stack element
| nidx | the index of the current error stack element |
| info | the error stack "info" struct |
| op_data | the operator data passed in to H5Ewalk |
| int callback | ( | long | loc_id, |
| String | name, | ||
| H5L_info_t | info, | ||
| H5L_iterate_opdata_t | op_data ) |
application callback for each group
| loc_id | the ID for the group being iterated over |
| name | the name of the current link |
| info | the link's "info" struct |
| op_data | the operator data passed in to H5Literate |
| int callback | ( | long | loc_id, |
| String | name, | ||
| H5O_info_t | info, | ||
| H5O_iterate_opdata_t | op_data ) |
application callback for each group
| loc_id | the ID for the group or dataset being iterated over |
| name | the name of the current object |
| info | the object's "info" struct |
| op_data | the operator data passed in to H5Oiterate |
| int callback | ( | long | prop_id, |
| H5P_cls_close_func_t | close_data ) |
application callback for each property list
| prop_id | the ID for the property list class being iterated over |
| close_data | the function to call when a property list is closed |
| int callback | ( | long | new_prop_id, |
| long | old_prop_id, | ||
| H5P_cls_copy_func_t | copy_data ) |
application callback for each property list
| new_prop_id | the ID for the property list copy |
| old_prop_id | the ID for the property list class being copied |
| copy_data | the function to call when each property list in this class is copied |
| int callback | ( | long | prop_id, |
| H5P_cls_create_func_t | create_data ) |
application callback for each property list
| prop_id | the ID for the property list class being iterated over |
| create_data | the function to call when each property list in this class is created |
| int callback | ( | long | plist, |
| String | name, | ||
| H5P_iterate_t | op_data ) |
application callback for each property list
| plist | the ID for the property list being iterated over |
| name | the name of the current property list |
| op_data | the operator data passed in to H5Piterate |
| int callback | ( | String | name, |
| long | size, | ||
| byte[] | value ) |
application callback for each property list
| name | the name of the property being closed |
| size | the size of the property value |
| value | the value of the property being closed |
| int callback | ( | byte[] | value1, |
| byte[] | value2, | ||
| long | size ) |
application callback for each property list
| value1 | the value of the first property being compared |
| value2 | the value of the second property being compared |
| size | the size of the property value |
| int callback | ( | String | name, |
| long | size, | ||
| byte[] | value ) |
application callback for each property list
| name | the name of the property being copied |
| size | the size of the property value |
| value | the value of the property being copied |
| int callback | ( | String | name, |
| long | size, | ||
| byte[] | value ) |
application callback for each property list
| name | the name of the property list being created |
| size | the size of the property value |
| value | the initial value for the property being created |
| int callback | ( | long | prop_id, |
| String | name, | ||
| long | size, | ||
| byte[] | value ) |
application callback for each property list
| prop_id | the ID of the property list the property is deleted from |
| name | the name of the property being deleted |
| size | the size of the property value |
| value | the value of the property being deleted |
| int callback | ( | long | prop_id, |
| String | name, | ||
| long | size, | ||
| byte[] | value ) |
application callback for each property list
| prop_id | the ID for the property list being queried |
| name | the name of the property being queried |
| size | the size of the property value |
| value | the value being retrieved for the property |
| int callback | ( | long | prop_id, |
| String | name, | ||
| long | size, | ||
| byte[] | value ) |
application callback for each property list
| prop_id | the ID for the property list being modified |
| name | the name of the property being modified |
| size | the size of the property value |
| value | the value being set for the property |