65 typedef map < int32, sds_info, less < int32 > >sds_map;
66 typedef map < int32, vd_info, less < int32 > >vd_map;
67 typedef map < int32, gr_info, less < int32 > >gr_map;
68 typedef map < int32, vg_info, less < int32 > >vg_map;
70 typedef map < int32, sds_info, less < int32 > >::const_iterator SDSI;
71 typedef map < int32, vd_info, less < int32 > >::const_iterator VDI;
72 typedef map < int32, gr_info, less < int32 > >::const_iterator GRI;
73 typedef map < int32, vg_info, less < int32 > >::const_iterator VGI;
76 HDFGrid *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);
84 BaseType *NewDAPVar(
const string &varname,
85 const string &dataset,
87 string DAPTypeName(int32 hdf_type);