17class HDFDMRArray_VD:
public libdap::Array
20 HDFDMRArray_VD (
const std::string& filename, int32 objref,
const std::string & n =
"", libdap::BaseType * v =
nullptr):
25 ~ HDFDMRArray_VD ()
override =
default;
29 int format_constraint (
int *cor,
int *step,
int *edg);
31 libdap::BaseType *ptr_duplicate ()
override
33 return new HDFDMRArray_VD (*
this);
36 bool read ()
override;
37 void set_rank(int32 vd_rank) { rank = vd_rank; }
39 friend class HDFStructure;