hdf5Group

C++ Class Reference

1 Overview

Constructor with filename and group name.

2 Detailed Description

filenameName of HDF5 file groupGroup name/path

3 Class Hierarchy

Class diagram

4 Inheritance

Inherits from:

  • BigDataStatMeth::hdf5File

5 Public Interface

5.1 Methods

5.1.1 hdf5Group()

BigDataStatMeth::hdf5Group::hdf5Group(BigDataStatMeth::hdf5File *objFile, std::string group)

Constructor with file object and group name.

Parameters:

  • objFile (BigDataStatMeth::hdf5File *): HDF5 file object
  • group (std::string): Group name/path

Creates a new group if it doesn’t exist


5.1.2 create_HDF5_groups()

void BigDataStatMeth::hdf5Group::create_HDF5_groups(H5std_string mGroup)

Create multiple nested groups.

Parameters:

  • mGroup (H5std_string): Group path with groups separated by “/”

Creates a hierarchy of groups based on path separated by “/”


5.1.3 getGroupName()

std::string BigDataStatMeth::hdf5Group::getGroupName()

5.1.4 ~hdf5Group()

BigDataStatMeth::hdf5Group::~hdf5Group()

6 Protected Members

6.1 Attributes

6.1.1 groupname

Type: std::string


7 Usage Example

#include "hdf5Group.hpp"

// Example usage
hdf5Group obj;
// Your code here