next up previous contents
Next: doWriteHdf5Dataset Up: Write functions Previous: doWriteHdf5Attribute

doWriteHdf5Group

int doWriteHdf5Group (hid_t rootGrp, HL_Node* parentNode, char* parentName, HL_Node* childNode, char* childName)

Writes an HL_Node group to an HDF5 file.

Arguments:

rootGrp: The root group of the file.

parentNode: The parent node of the group to be written.

parentName: The name of the parent node.

childNode: The node to be written.

childName: The group's name.

Returns 1 upon success, otherwise 0.




2000-08-08