...
Function | Description |
---|---|
H5Pget_fapl_splitter | |
H5Pset_fapl_splitter | |
H5Pget_file_locking | |
H5Pset_file_locking | |
H5get_alloc_stats | Gets the memory allocation statistics for the library |
H5get_free_list_sizes | Gets the current size of the free lists used to manage memory |
H5Scombine_hyperslab | Performs an operation on a hyperslab and an existing selection and returns the resulting selection |
H5Scombine_select | Combines two hyperslab selections with an operation, returning a dataspace with the resulting selection |
H5Smodify_select | Refines a hyperslab selection with an operation using a second hyperslab to modify it |
H5Sselect_adjust | Adjusts a selection by subtracting an offset |
H5Sselect_copy | Copies a selection from one dataspace to another |
H5Sselect_intersect_block | Checks if current selection intersects with a block |
H5Sselect_project_intersection | Projects the intersection of two source selections to a destination selection |
H5Sselect_shape_same | Checks if two selections are the same shape |
...