Uses of Class
org.bytedeco.hdf5.H5AC_cache_image_config_t
- 
Packages that use H5AC_cache_image_config_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global  - 
- 
Uses of H5AC_cache_image_config_t in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 that return H5AC_cache_image_config_t Modifier and Type Method Description H5AC_cache_image_config_tH5AC_cache_image_config_t. entry_ageout(int setter)H5AC_cache_image_config_tH5AC_cache_image_config_t. generate_image(boolean setter)H5AC_cache_image_config_tH5AC_cache_image_config_t. getPointer(long i)H5AC_cache_image_config_tH5AC_cache_image_config_t. position(long position)H5AC_cache_image_config_tH5AC_cache_image_config_t. save_resize_status(boolean setter)H5AC_cache_image_config_tH5AC_cache_image_config_t. version(int setter) - 
Uses of H5AC_cache_image_config_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5AC_cache_image_config_t Modifier and Type Method Description static inthdf5. H5Pget_mdc_image_config(long plist_id, H5AC_cache_image_config_t config_ptr)\ingroup FAPL \brief Retrieves the metadata cache image configuration values for a file access property list \fapl_id{plist_id}static inthdf5. H5Pset_mdc_image_config(long plist_id, H5AC_cache_image_config_t config_ptr)\ingroup FAPL \brief Sets the metadata cache image option for a file access property list \fapl_id{plist_id} 
 -