- 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.