Uses of Class
org.bytedeco.hdf5.H5P_cls_create_func_t
-
Packages that use H5P_cls_create_func_t Package Description org.bytedeco.hdf5.global -
-
Uses of H5P_cls_create_func_t in org.bytedeco.hdf5.global
Methods in org.bytedeco.hdf5.global with parameters of type H5P_cls_create_func_t Modifier and Type Method Description static long
hdf5. H5Pcreate_class(long parent, String name, H5P_cls_create_func_t create, Pointer create_data, H5P_cls_copy_func_t copy, Pointer copy_data, H5P_cls_close_func_t _close, Pointer close_data)
static long
hdf5. H5Pcreate_class(long parent, BytePointer name, H5P_cls_create_func_t create, Pointer create_data, H5P_cls_copy_func_t copy, Pointer copy_data, H5P_cls_close_func_t _close, Pointer close_data)
\ingroup PLCRA \brief Creates a new property list class \plistcls_id{parent}
-