Uses of Class
org.bytedeco.hdf5.H5O_mcdt_search_cb_t
- 
Packages that use H5O_mcdt_search_cb_t Package Description org.bytedeco.hdf5.global  - 
- 
Uses of H5O_mcdt_search_cb_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5O_mcdt_search_cb_t Modifier and Type Method Description static inthdf5. H5Pget_mcdt_search_cb(long plist_id, H5O_mcdt_search_cb_t func, Pointer op_data)static inthdf5. H5Pget_mcdt_search_cb(long plist_id, H5O_mcdt_search_cb_t func, PointerPointer op_data)\ingroup OCPYPL \brief Retrieves the callback function from the specified object copy property liststatic inthdf5. H5Pset_mcdt_search_cb(long plist_id, H5O_mcdt_search_cb_t func, Pointer op_data)\ingroup OCPYPL \brief Sets the callback function that H5Ocopy() will invoke before searching the entire destination file for a matching committed datatype 
 -