MDAL
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
HdfGroup Class Reference

Public Types

typedef HdfH< H5I_GROUP > Handle
 

Public Member Functions

 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 Public Member Functions

static HdfGroup create (hid_t file, const std::string &path)
 

Protected Member Functions

std::vector< std::string > objects (H5G_obj_t type) const
 

Protected Attributes

std::shared_ptr< Handled
 

The documentation for this class was generated from the following files: