Group.create
Group create(hid_t locId, string name,
hid_t lcpl = H5P_DEFAULT, hid_t gcpl = H5P_DEFAULT,
hid_t gapl = H5P_DEFAULT)Creates a new group.
Parameters
locId | Location identifier (file or group handle) |
name | Name of the group to create |
lcpl | Link creation property list (default: H5P_DEFAULT) |
gcpl | Group creation property list (default: H5P_DEFAULT) |
gapl | Group access property list (default: H5P_DEFAULT) |
Returns
A new Group instance
Throws
HDF5Exception if group creation fails