|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <map>

Go to the source code of this file.
Classes | |
| struct | gr_info |
| struct | sds_info |
| struct | vd_info |
| struct | vg_info |
Typedefs | |
| typedef map< int32, gr_info, less< int32 > > | gr_map |
| typedef map< int32, gr_info, less< int32 > >::const_iterator | GRI |
| typedef map< int32, sds_info, less< int32 > > | sds_map |
| typedef map< int32, sds_info, less< int32 > >::const_iterator | SDSI |
| typedef map< int32, vd_info, less< int32 > > | vd_map |
| typedef map< int32, vd_info, less< int32 > >::const_iterator | VDI |
| typedef map< int32, vg_info, less< int32 > > | vg_map |
| typedef map< int32, vg_info, less< int32 > >::const_iterator | VGI |
Functions | |
| string | DAPTypeName (int32 hdf_type) |
| HDFArray * | NewArrayFromGR (const hdf_gri &gr, const string &dataset) |
| HDFArray * | NewArrayFromSDS (const hdf_sds &sds, const string &dataset) |
| BaseType * | NewDAPVar (const string &varname, const string &dataset, int32 hdf_type) |
| HDFGrid * | NewGridFromSDS (const hdf_sds &sds, const string &dataset) |
| HDFSequence * | NewSequenceFromVdata (const hdf_vdata &vd, const string &dataset) |
| HDFStructure * | NewStructureFromVgroup (const hdf_vgroup &vg, vg_map &vgmap, sds_map &map, vd_map &vdmap, gr_map &grmap, const string &dataset) |
Definition at line 67 of file hdf-maps.h.
Definition at line 72 of file hdf-maps.h.
Definition at line 65 of file hdf-maps.h.
Definition at line 70 of file hdf-maps.h.
Definition at line 66 of file hdf-maps.h.
Definition at line 71 of file hdf-maps.h.
Definition at line 68 of file hdf-maps.h.
Definition at line 73 of file hdf-maps.h.
| string DAPTypeName | ( | int32 | hdf_type | ) |
Definition at line 399 of file hc2dap.cc.
Referenced by AddHDFAttr().
| BaseType* NewDAPVar | ( | const string & | varname, |
| const string & | dataset, | ||
| int32 | hdf_type | ||
| ) |
| HDFSequence* NewSequenceFromVdata | ( | const hdf_vdata & | vd, |
| const string & | dataset | ||
| ) |
| HDFStructure* NewStructureFromVgroup | ( | const hdf_vgroup & | vg, |
| vg_map & | vgmap, | ||
| sds_map & | map, | ||
| vd_map & | vdmap, | ||
| gr_map & | grmap, | ||
| const string & | dataset | ||
| ) |