| Package | Description |
|---|---|
| org.bytedeco.hdf5 | |
| org.bytedeco.hdf5.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
hdf5.H5Pget_file_image_callbacks(long fapl_id,
H5FD_file_image_callbacks_t callbacks_ptr)
\ingroup FAPL
\brief Retrieves callback routines for working with file images
\fapl_id
|
static int |
hdf5.H5Pget_file_image_callbacks(long fapl_id,
H5FD_file_image_callbacks_t callbacks_ptr)
\ingroup FAPL
\brief Retrieves callback routines for working with file images
\fapl_id
|
static int |
hdf5.H5Pset_file_image_callbacks(long fapl_id,
H5FD_file_image_callbacks_t callbacks_ptr)
\ingroup FAPL
\brief Sets the callbacks for working with file images
\note **Motivation:** H5Pset_file_image_callbacks() and other elements
of HDF5 are used to load an image of an HDF5 file into system
memory and open that image as a regular HDF5 file.
|
static int |
hdf5.H5Pset_file_image_callbacks(long fapl_id,
H5FD_file_image_callbacks_t callbacks_ptr)
\ingroup FAPL
\brief Sets the callbacks for working with file images
\note **Motivation:** H5Pset_file_image_callbacks() and other elements
of HDF5 are used to load an image of an HDF5 file into system
memory and open that image as a regular HDF5 file.
|
Copyright © 2022. All rights reserved.