63 get_slabdata(hid_t dset,
int *,
int *,
int *,
int num_dim,
void *);
A structure for DDS generation.
void get_data(hid_t dset, void *buf)
will get all data of a dset dataset and put it into buf.
hid_t get_fileid(const char *filename)
gets HDF5 file id.
int get_slabdata(hid_t dset, int *, int *, int *, int num_dim, void *)
will get hyperslab data of a dataset and put it into buf.
hid_t get_attr_info(hid_t dset, int index, DSattr_t *attr_inst, bool *)
The main header of the HDF5 OPeNDAP handler.
void close_fileid(hid_t fid)
closes HDF5 file reffered by fid.
void get_dataset(hid_t pid, const string &dname, DS_t *dt_inst_ptr)
obtain data information in a dataset datatype, dataspace(dimension sizes) and number of dimensions an...
void get_strdata(int, char *, char *, int)
will get an individual string data from all string data elements and put it into buf.
A structure for DAS generation.
bool check_h5str(hid_t)
checks if type is HDF5 string type
char * correct_name(char *)
string get_dap_type(hid_t type)
returns the string representation of HDF5 type.