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;
83 const string &dataset);
84 BaseType *
NewDAPVar(
const string &varname,
85 const string &dataset,
map< int32, vd_info, less< int32 > > vd_map
map< int32, sds_info, less< int32 > >::const_iterator SDSI
HDFArray * NewArrayFromGR(const hdf_gri &gr, const string &dataset)
HDFArray * NewArrayFromSDS(const hdf_sds &sds, const string &dataset)
map< int32, gr_info, less< int32 > > gr_map
string DAPTypeName(int32 hdf_type)
HDFGrid * NewGridFromSDS(const hdf_sds &sds, const string &dataset)
map< int32, vd_info, less< int32 > >::const_iterator VDI
HDFSequence * NewSequenceFromVdata(const hdf_vdata &vd, const string &dataset)
map< int32, vg_info, less< int32 > >::const_iterator VGI
BaseType * NewDAPVar(const string &varname, const string &dataset, int32 hdf_type)
map< int32, sds_info, less< int32 > > sds_map
map< int32, gr_info, less< int32 > >::const_iterator GRI
HDFStructure * NewStructureFromVgroup(const hdf_vgroup &vg, vg_map &vgmap, sds_map &map, vd_map &vdmap, gr_map &grmap, const string &dataset)
map< int32, vg_info, less< int32 > > vg_map