|
typedef HdfH< H5I_GROUP > | Handle |
|
|
| HdfGroup (hid_t file, const std::string &path) |
|
| HdfGroup (std::shared_ptr< Handle > handle) |
|
bool | isValid () const |
|
hid_t | id () const |
|
hid_t | file_id () const |
|
std::string | name () const |
|
std::vector< std::string > | groups () const |
|
std::vector< std::string > | datasets () const |
|
std::vector< std::string > | objects () const |
|
std::string | childPath (const std::string &childName) const |
|
HdfGroup | group (const std::string &groupName) const |
|
HdfDataset | dataset (const std::string &dsName) const |
|
HdfAttribute | attribute (const std::string &attr_name) const |
|
bool | pathExists (const std::string &path) const |
|
|
static HdfGroup | create (hid_t file, const std::string &path) |
|
|
std::vector< std::string > | objects (H5G_obj_t type) const |
|
The documentation for this class was generated from the following files: