hdf5.H5Dpublic

Undocumented in source.

Members

Aliases

H5D_gather_func_t
alias H5D_gather_func_t = herr_t function(const void* dst_buf, size_t dst_buf_bytes_used, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_operator_t
alias H5D_operator_t = herr_t function(void* elem, hid_t type_id, int ndim, const hsize_t* point, void* operator_data)
H5D_scatter_func_t
alias H5D_scatter_func_t = herr_t function(const void** src_buf, size_t* src_buf_bytes_used, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

H5D_alloc_time_t
enum H5D_alloc_time_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_chunk_index_t
enum H5D_chunk_index_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_fill_time_t
enum H5D_fill_time_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_fill_value_t
enum H5D_fill_value_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_layout_t
enum H5D_layout_t
H5D_space_status_t
enum H5D_space_status_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

H5Dclose
herr_t H5Dclose(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dcreate2
hid_t H5Dcreate2(hid_t loc_id, char* name, hid_t type_id, hid_t space_id, hid_t lcpl_id, hid_t dcpl_id, hid_t dapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dcreate_anon
hid_t H5Dcreate_anon(hid_t file_id, hid_t type_id, hid_t space_id, hid_t plist_id, hid_t dapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Ddebug
herr_t H5Ddebug(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dfill
herr_t H5Dfill(void* fill, hid_t fill_type, void* buf, hid_t buf_type, hid_t space)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dgather
herr_t H5Dgather(hid_t src_space_id, void* src_buf, hid_t type_id, size_t dst_buf_size, void* dst_buf, H5D_gather_func_t op, void* op_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_access_plist
hid_t H5Dget_access_plist(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_create_plist
hid_t H5Dget_create_plist(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_offset
haddr_t H5Dget_offset(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_space
hid_t H5Dget_space(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_space_status
herr_t H5Dget_space_status(hid_t dset_id, H5D_space_status_t* allocation)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_storage_size
hsize_t H5Dget_storage_size(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dget_type
hid_t H5Dget_type(hid_t dset_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Diterate
herr_t H5Diterate(void* buf, hid_t type_id, hid_t space_id, H5D_operator_t op, void* operator_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dopen2
hid_t H5Dopen2(hid_t file_id, char* name, hid_t dapl_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dread
herr_t H5Dread(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t plist_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dscatter
herr_t H5Dscatter(H5D_scatter_func_t op, void* op_data, hid_t type_id, hid_t dst_space_id, void* dst_buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dset_extent
herr_t H5Dset_extent(hid_t dset_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dvlen_get_buf_size
herr_t H5Dvlen_get_buf_size(hid_t dataset_id, hid_t type_id, hid_t space_id, hsize_t* size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dvlen_reclaim
herr_t H5Dvlen_reclaim(hid_t type_id, hid_t space_id, hid_t plist_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5Dwrite
herr_t H5Dwrite(hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t plist_id, void* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

H5D_CHUNK_CACHE_NBYTES_DEFAULT
enum H5D_CHUNK_CACHE_NBYTES_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_CHUNK_CACHE_NSLOTS_DEFAULT
enum H5D_CHUNK_CACHE_NSLOTS_DEFAULT;
H5D_CHUNK_CACHE_W0_DEFAULT
enum H5D_CHUNK_CACHE_W0_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_XFER_DIRECT_CHUNK_WRITE_DATASIZE_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_DATASIZE_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_XFER_DIRECT_CHUNK_WRITE_FILTERS_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_FILTERS_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_XFER_DIRECT_CHUNK_WRITE_FLAG_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_FLAG_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_XFER_DIRECT_CHUNK_WRITE_OFFSET_NAME
enum H5D_XFER_DIRECT_CHUNK_WRITE_OFFSET_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta