bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <HDF5_DDS.h>
Public Member Functions | |
HDF5DDS (const HDF5DDS &rhs) | |
HDF5DDS (const libdap::DDS *ddsIn) | |
HDF5DDS & | operator= (const HDF5DDS &rhs) |
void | setHDF5Dataset (const hid_t fileid_in) |
This specialization of DDS is used to manage the 'resource' of the open HDF5 dataset handle so that the BES will close that handle once the framework is done working with the file. This provides a way for the code in gdal_dds.cc to read binary objects from the file using the gdal library and embed those in instances of Grid. Those Grid variables are used later on (but during the same service request, so the binary data are still valid). When the DDS is deleted by the BES, the HDF5DDS() destructor closes the file.
Definition at line 37 of file HDF5_DDS.h.
|
inlineexplicit |
Definition at line 47 of file HDF5_DDS.h.
|
inline |
Definition at line 49 of file HDF5_DDS.h.
|
inlineoverride |
Definition at line 64 of file HDF5_DDS.h.
Definition at line 53 of file HDF5_DDS.h.
|
inline |
Definition at line 72 of file HDF5_DDS.h.