next up previous contents
Next: doWriteHdf5Group Up: Write functions Previous: closeGroup

doWriteHdf5Attribute

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

Writes an HL_Node attribute to an HDF5 file.

Arguments:

rootGrp: The root group of the file.

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

parentName: The name of the parent node.

childNode: The node to be written.

childName: The attribute's name.

Returns 1 upon success, otherwise 0.




2000-08-08