|
|
bool | check_dimscale (hid_t fileid) |
| |
| bool | check_h5str (hid_t h5type) |
| |
|
bool | check_str_attr_value (hid_t attr_id, hid_t atype_id, const string &value_to_compare, bool check_substr) |
| |
| void | close_fileid (hid_t fid) |
| |
|
D4AttributeType | daptype_strrep_to_dap4_attrtype (const string &s) |
| |
| hid_t | get_attr_info (hid_t dset, int index, bool is_dap4, DSattr_t *attr_inst_ptr, bool *ignore_attr_ptr) |
| |
|
BaseType * | Get_bt (const string &vname, const string &vpath, const string &dataset, hid_t datatype, bool is_dap4) |
| |
| string | get_dap_type (hid_t type, bool is_dap4) |
| |
| void | get_dataset (hid_t pid, const string &dname, DS_t *dt_inst_ptr) |
| |
|
void | get_dataset_dmr (const hid_t file_id, hid_t pid, const string &dname, DS_t *dt_inst_ptr, bool use_dimscale, bool &is_pure_dim, vector< link_info_t > &hdf5_hls) |
| |
| hid_t | get_fileid (const char *filename) |
| |
|
Structure * | Get_structure (const string &varname, const string &vpath, const string &dataset, hid_t datatype, bool is_dap4) |
| |
|
bool | has_dimscale_attr (hid_t dataset) |
| |
|
void | obtain_dimnames (const hid_t file_id, hid_t dset, int ndims, DS_t *dt_inst_ptr, vector< link_info_t > &hdf5_hls) |
| |
|
std::string | obtain_shortest_ancestor_path (const std::vector< std::string > &hls) |
| |
| string | print_attr (hid_t type, int loc, void *sm_buf) |
| |
|
void | write_vlen_str_attrs (hid_t attr_id, hid_t ty_id, const DSattr_t *attr_inst_ptr, D4Attribute *d4_attr, AttrTable *d2_attr, bool is_dap4) |
| |
iterates all HDF5 internals.
This file includes all the routines to search HDF5 group, dataset, links, and attributes. since we are using HDF5 C APIs, we include all c functions in this file.
- Author
- Hyo-Kyung Lee hyokl.nosp@m.ee@h.nosp@m.dfgro.nosp@m.up.o.nosp@m.rg
-
Muqun Yang myang.nosp@m.6@hd.nosp@m.fgrou.nosp@m.p.or.nosp@m.g
Definition in file h5get.cc.