65typedef map < int32, sds_info, less < int32 > >sds_map;
66typedef map < int32, vd_info, less < int32 > >vd_map;
67typedef map < int32, gr_info, less < int32 > >gr_map;
68typedef map < int32, vg_info, less < int32 > >vg_map;
70typedef map < int32, sds_info, less < int32 > >::const_iterator SDSI;
71typedef map < int32, vd_info, less < int32 > >::const_iterator VDI;
72typedef map < int32, gr_info, less < int32 > >::const_iterator GRI;
73typedef map < int32, vg_info, less < int32 > >::const_iterator VGI;
76HDFGrid *NewGridFromSDS(
const hdf_sds & sds,
const string &dataset);
81 vg_map & vgmap, sds_map & map,
82 vd_map & vdmap, gr_map & grmap,
83 const string &dataset);
84BaseType *NewDAPVar(
const string &varname,
85 const string &dataset,
87string DAPTypeName(int32 hdf_type);