hdf5.H5Dpublic

Undocumented in source.

Members

Aliases

H5D_append_cb_t
alias H5D_append_cb_t = int function(c_long, ulong*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_gather_func_t
alias H5D_gather_func_t = int function(const(void)*, c_ulong, void*)
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 = int function(void*, c_long, uint, const(ulong)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
H5D_scatter_func_t
alias H5D_scatter_func_t = int function(const(void*)*, c_ulong*, void*)
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
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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.
H5D_vds_view_t
enum H5D_vds_view_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.
H5Dcreate1
hid_t H5Dcreate1(hid_t file_id, const(char)* name, hid_t type_id, hid_t space_id, hid_t dcpl_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, const(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(const(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.
H5Dflush
herr_t H5Dflush(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.
H5Dformat_convert
herr_t H5Dformat_convert(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.
H5Dgather
herr_t H5Dgather(hid_t src_space_id, const(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_chunk_index_type
herr_t H5Dget_chunk_index_type(hid_t did, H5D_chunk_index_t* idx_type)
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.
H5Dopen1
hid_t H5Dopen1(hid_t file_id, const(char)* name)
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, const(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.
H5Drefresh
herr_t H5Drefresh(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.
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, const(void)* buf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta