40 void map_gmh5_cfdds(libdap::DDS &, hid_t,
const std::string &);
41 void map_gmh5_cfdas(libdap::DAS &, hid_t,
const std::string &);
44 void gen_gmh5_cf_ignored_obj_info(libdap::DAS &,
HDF5CF::GMFile *);
45 void gen_dap_onegmcvar_dds(libdap::DDS &,
const HDF5CF::GMCVar*,
const hid_t,
const std::string &);
46 void gen_dap_onegmspvar_dds(libdap::DDS &dds,
const HDF5CF::GMSPVar* spvar,
const hid_t,
const std::string & filename);
47 void update_GPM_special_attrs(libdap::DAS &,
const HDF5CF::Var* var,
bool );
This class represents one HDF5 dataset(CF variable)
This class is a derived class of Var. It represents a special general HDF5 product(currently ACOS and...
This class is a derived class of CVar. It represents a coordinate variable for general HDF5 files.
This file includes functions to identify different NASA HDF5 products. Current supported products inc...
This class is a derived class of File. It includes methods applied to general HDF5 files only.
Functions to generate DDS and DAS for one object(variable).