Uses of Class
org.bytedeco.hdf5.H5FD_file_image_callbacks_t
-
Packages that use H5FD_file_image_callbacks_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global -
-
Uses of H5FD_file_image_callbacks_t in org.bytedeco.hdf5
-
Uses of H5FD_file_image_callbacks_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5FD_file_image_callbacks_t Modifier and Type Method 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_idstatic 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.
-