- H5Rcreate
herr_t H5Rcreate(void* reference, hid_t loc_id, char* name, H5R_type_t ref_type, hid_t space_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Rdereference
hid_t H5Rdereference(hid_t dataset, H5R_type_t ref_type, void* reference)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Rget_name
ptrdiff_t H5Rget_name(hid_t loc_id, H5R_type_t ref_type, void* reference, char* name, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Rget_obj_type1
H5G_obj_t H5Rget_obj_type1(hid_t id, H5R_type_t ref_type, void* reference)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Rget_obj_type2
herr_t H5Rget_obj_type2(hid_t id, H5R_type_t ref_type, void* reference, H5O_type_t* obj_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- H5Rget_region
hid_t H5Rget_region(hid_t dataset, H5R_type_t ref_type, void* reference)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.