![]() |
HDF5
1.12.0
|
#include "H5Dmodule.h"#include "H5private.h"#include "H5CXprivate.h"#include "H5Dpkg.h"#include "H5Eprivate.h"#include "H5FLprivate.h"#include "H5Iprivate.h"#include "H5MMprivate.h"#include "H5Sprivate.h"#include "H5VLnative_private.h"Functions | |
| H5FL_BLK_DEFINE (type_conv) | |
| H5FL_DEFINE (H5D_chunk_map_t) | |
| herr_t | H5D__get_offset_copy (const H5D_t *dset, const hsize_t *offset, hsize_t *offset_copy) |
| herr_t | H5Dread (hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t dxpl_id, void *buf) |
| herr_t | H5Dread_chunk (hid_t dset_id, hid_t dxpl_id, const hsize_t *offset, uint32_t *filters, void *buf) |
| herr_t | H5Dwrite (hid_t dset_id, hid_t mem_type_id, hid_t mem_space_id, hid_t file_space_id, hid_t dxpl_id, const void *buf) |
| herr_t | H5Dwrite_chunk (hid_t dset_id, hid_t dxpl_id, uint32_t filters, const hsize_t *offset, size_t data_size, const void *buf) |
| herr_t | H5D__read (H5D_t *dataset, hid_t mem_type_id, const H5S_t *mem_space, const H5S_t *file_space, void *buf) |
| herr_t | H5D__write (H5D_t *dataset, hid_t mem_type_id, const H5S_t *mem_space, const H5S_t *file_space, const void *buf) |
| herr_t H5D__read | ( | H5D_t * | dataset, |
| hid_t | mem_type_id, | ||
| const H5S_t * | mem_space, | ||
| const H5S_t * | file_space, | ||
| void * | buf | ||
| ) |
| herr_t H5D__write | ( | H5D_t * | dataset, |
| hid_t | mem_type_id, | ||
| const H5S_t * | mem_space, | ||
| const H5S_t * | file_space, | ||
| const void * | buf | ||
| ) |
| herr_t H5Dread | ( | hid_t | dset_id, |
| hid_t | mem_type_id, | ||
| hid_t | mem_space_id, | ||
| hid_t | file_space_id, | ||
| hid_t | dxpl_id, | ||
| void * | buf | ||
| ) |
| herr_t H5Dread_chunk | ( | hid_t | dset_id, |
| hid_t | dxpl_id, | ||
| const hsize_t * | offset, | ||
| uint32_t * | filters, | ||
| void * | buf | ||
| ) |
| herr_t H5Dwrite | ( | hid_t | dset_id, |
| hid_t | mem_type_id, | ||
| hid_t | mem_space_id, | ||
| hid_t | file_space_id, | ||
| hid_t | dxpl_id, | ||
| const void * | buf | ||
| ) |
| herr_t H5Dwrite_chunk | ( | hid_t | dset_id, |
| hid_t | dxpl_id, | ||
| uint32_t | filters, | ||
| const hsize_t * | offset, | ||
| size_t | data_size, | ||
| const void * | buf | ||
| ) |
| H5FL_BLK_DEFINE | ( | type_conv | ) |
| H5FL_DEFINE | ( | H5D_chunk_map_t | ) |
1.8.18