Uses of Class
org.bytedeco.hdf5.H5T_conv_except_func_t
- 
Packages that use H5T_conv_except_func_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global  - 
- 
Uses of H5T_conv_except_func_t in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 with parameters of type H5T_conv_except_func_t Modifier and Type Method Description voidDSetMemXferPropList. getTypeConvCB(H5T_conv_except_func_t op, Pointer user_data)voidDSetMemXferPropList. getTypeConvCB(H5T_conv_except_func_t op, PointerPointer user_data)voidDSetMemXferPropList. setTypeConvCB(H5T_conv_except_func_t op, Pointer user_data) - 
Uses of H5T_conv_except_func_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5T_conv_except_func_t Modifier and Type Method Description static inthdf5. H5Pget_type_conv_cb(long dxpl_id, H5T_conv_except_func_t op, Pointer operate_data)static inthdf5. H5Pget_type_conv_cb(long dxpl_id, H5T_conv_except_func_t op, PointerPointer operate_data)\ingroup DXPL \brief Gets user-defined datatype conversion callback functionstatic inthdf5. H5Pset_type_conv_cb(long dxpl_id, H5T_conv_except_func_t op, Pointer operate_data)\ingroup DXPL \brief Sets user-defined datatype conversion callback function \dxpl_id 
 -