32 #ifndef _HDF5GMCFMissLLARRAY_H
33 #define _HDF5GMCFMissLLARRAY_H
54 product_type(product_type),
61 virtual BaseType *ptr_duplicate();
63 int format_constraint (
int *cor,
int *step,
int *edg);
77 void obtain_ll_attr_value(hid_t file_id, hid_t s_root_id,
const string& s_attr_name, T& attr_value,std::vector<char> & str_attr_value );
79 void obtain_aqu_obpg_l3_ll(
int* offset,
int* step,
int nelms);
81 void obtain_gpm_l3_ll(
int* offset,
int* step,
int nelms);
84 #endif // _HDF5GMCFMissLLARRAY_H
static class NCMLUtil overview
HDF5GMCFMissLLArray(int rank, const string &filename, const hid_t fileid, H5DataType dtype, const string &varfullpath, H5GCFProduct product_type, CVType cvartype, const string &n="", BaseType *v=0)
This class specifies the core engineering of mapping HDF5 to DAP by following CF. ...