32#include "config_hdf5.h"
37#include <libdap/InternalErr.h>
45BaseType *HDF5GMCFMissNonLLCVArray::ptr_duplicate()
50bool HDF5GMCFMissNonLLCVArray::read()
52 BESDEBUG(
"h5",
"Coming to HDF5GMCFMissNonLLCVArray read "<<endl);
55 read_data_NOT_from_mem_cache(
false,
nullptr);
58 if(
nullptr == HDF5RequestHandler::get_srdata_mem_cache())
59 read_data_NOT_from_mem_cache(
false,
nullptr);
63 string cache_key = dataset() + name();
64 handle_data_with_mem_cache(H5INT32,tnumelm,1,cache_key);
71void HDF5GMCFMissNonLLCVArray::read_data_NOT_from_mem_cache(
bool ,
void*) {
73 BESDEBUG(
"h5",
"Coming to HDF5GMCFMissNonLLCVArray: read_data_NOT_from_mem_cache "<<endl);
74 write_nature_number_buffer(rank,tnumelm);
This class specifies the retrieval of the values of non-lat/lon coordinate variables for general HDF5...
include the entry functions to execute the handlers