32 #ifndef _HDFEOS5CFSpecialCVARRAY_H
33 #define _HDFEOS5CFSpecialCVARRAY_H
47 HDFEOS5CFSpecialCVArray(
int rank,
const string & filename,
const hid_t fileid,
H5DataType dtype,
int num_elm,
const string &varfullpath,
const string & n=
"", BaseType * v = 0):
53 total_num_elm(num_elm),
54 varname(varfullpath) {
59 virtual BaseType *ptr_duplicate();
71 #endif // _HDFEOS5CFSpecialCVARRAY_H
HDFEOS5CFSpecialCVArray(int rank, const string &filename, const hid_t fileid, H5DataType dtype, int num_elm, const string &varfullpath, const string &n="", BaseType *v=0)
static class NCMLUtil overview
A helper class that aims to reduce code redundence for different special CF derived array class For e...
This class specifies the core engineering of mapping HDF5 to DAP by following CF. ...