Uses of Class
org.bytedeco.hdf5.H5T_conv_t
- 
Packages that use H5T_conv_t Package Description org.bytedeco.hdf5 org.bytedeco.hdf5.global  - 
- 
Uses of H5T_conv_t in org.bytedeco.hdf5
Methods in org.bytedeco.hdf5 that return H5T_conv_t Modifier and Type Method Description H5T_conv_tDataType. find(DataType dest, H5T_cdata_t pcdata)H5T_conv_tDataType. find(DataType dest, PointerPointer pcdata)Methods in org.bytedeco.hdf5 with parameters of type H5T_conv_t Modifier and Type Method Description voidDataType. registerFunc(int pers, String name, DataType dest, H5T_conv_t func)voidDataType. registerFunc(int pers, BytePointer name, DataType dest, H5T_conv_t func)voidDataType. unregister(int pers, String name, DataType dest, H5T_conv_t func)voidDataType. unregister(int pers, BytePointer name, DataType dest, H5T_conv_t func) - 
Uses of H5T_conv_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global that return H5T_conv_t Modifier and Type Method Description static H5T_conv_thdf5. H5Tfind(long src_id, long dst_id, H5T_cdata_t pcdata)static H5T_conv_thdf5. H5Tfind(long src_id, long dst_id, PointerPointer pcdata)\ingroup CONV \brief Finds a conversion function \type_id{src_id} of source datatype \type_id{dst_id} of destination datatypeMethods in org.bytedeco.hdf5.global with parameters of type H5T_conv_t Modifier and Type Method Description static inthdf5. H5Tregister(int pers, String name, long src_id, long dst_id, H5T_conv_t func)static inthdf5. H5Tregister(int pers, BytePointer name, long src_id, long dst_id, H5T_conv_t func)\ingroup CONV \brief Registers a datatype conversion functionstatic inthdf5. H5Tunregister(int pers, String name, long src_id, long dst_id, H5T_conv_t func)static inthdf5. H5Tunregister(int pers, BytePointer name, long src_id, long dst_id, H5T_conv_t func)\ingroup CONV \brief Removes a conversion function 
 -