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


Public Member Functions | |
| hid_t | get_did () |
| returns HDF5 dataset id. More... | |
| hid_t | get_tid () |
| returns HDF5 datatype id. More... | |
| HDF5Float64 (const string &n, const string &d) | |
| Constructor. More... | |
| virtual BaseType * | ptr_duplicate () |
| Clone this instance. More... | |
| virtual bool | read () |
| Reads HDF5 64-bit float data into local buffer. More... | |
| void | set_did (hid_t dset) |
| remembers HDF5 dataset id. More... | |
| void | set_tid (hid_t type) |
| remembers HDF5 datatype id. More... | |
| virtual | ~HDF5Float64 () |
Friends | |
| string | return_type (hid_t datatype) |
| See return_type function defined in h5dds.cc. More... | |
Definition at line 50 of file HDF5Float64.h.
| HDF5Float64::HDF5Float64 | ( | const string & | n, |
| const string & | d | ||
| ) |
|
inlinevirtual |
Definition at line 60 of file HDF5Float64.h.
| hid_t HDF5Float64::get_did | ( | ) |
returns HDF5 dataset id.
Definition at line 177 of file HDF5Float64.cc.
| hid_t HDF5Float64::get_tid | ( | ) |
returns HDF5 datatype id.
Definition at line 182 of file HDF5Float64.cc.
|
virtual |
Clone this instance.
Allocate a new instance and copy *this into it. This method must perform a deep copy.
Definition at line 62 of file HDF5Float64.cc.
References HDF5Float64().

|
virtual |
Reads HDF5 64-bit float data into local buffer.
Definition at line 67 of file HDF5Float64.cc.
References HDF5Structure::get_array_index(), get_dap_type(), get_data(), HDF5Structure::get_entire_array_size(), and NULL.

| void HDF5Float64::set_did | ( | hid_t | dset | ) |
remembers HDF5 dataset id.
Definition at line 167 of file HDF5Float64.cc.
| void HDF5Float64::set_tid | ( | hid_t | type | ) |
remembers HDF5 datatype id.
Definition at line 172 of file HDF5Float64.cc.
|
friend |
See return_type function defined in h5dds.cc.