Static Public Member Functions | |
static AbstractH5Attribute::Pointer | ReadH5Attribute (hid_t loc_id, const std::string &dsetName, const std::string &attributeKey) |
Reads an attribute from a dataset or group from an HDF5 data file. | |
Protected Member Functions | |
H5Attribute () | |
~H5Attribute () | |
Private Member Functions | |
H5Attribute (const H5Attribute &) | |
void | operator= (const H5Attribute &) |
H5Attribute::H5Attribute | ( | ) | [inline, protected] |
H5Attribute::~H5Attribute | ( | ) | [inline, protected] |
H5Attribute::H5Attribute | ( | const H5Attribute & | ) | [private] |
AbstractH5Attribute::Pointer H5Attribute::ReadH5Attribute | ( | hid_t | loc_id, | |
const std::string & | dsetName, | |||
const std::string & | attributeKey | |||
) | [static] |
Reads an attribute from a dataset or group from an HDF5 data file.
loc_id | The id of the root location which can be a File, Group or Dataset Id | |
dsetName | The name of the data set | |
attributeKey | The name of the attribute to read. |
void H5Attribute::operator= | ( | const H5Attribute & | ) | [private] |