26#ifndef HLHDF_NODE_PRIVATE_H
27#define HLHDF_NODE_PRIVATE_H
void HLNodePrivate_setHdfID(HL_Node *node, hid_t hdfid)
Sets the HDF identifier.
Definition hlhdf_node.c:131
int HLNodePrivate_setTypeIdAndDeriveFormat(HL_Node *node, hid_t typid)
Copies the typid and sets it in the node and also atempts to derive the format name.
Definition hlhdf_node.c:109
hid_t HLNodePrivate_getTypeId(HL_Node *node)
Returns the internal type id.
Definition hlhdf_node.c:171
void HLNodePrivate_setData(HL_Node *node, size_t datasize, unsigned char *data)
Sets data and datasize in the node.
Definition hlhdf_node.c:93
void HLNodePrivate_setRawdata(HL_Node *node, size_t datasize, unsigned char *data)
Sets rawdata and rawdatasize in the node.
Definition hlhdf_node.c:101
hid_t HLNodePrivate_getHdfID(HL_Node *node)
Returns the HDF identifier.
Definition hlhdf_node.c:159
const hsize_t * HLNodePrivate_getDims(HL_Node *node)
Returns an internal pointer to the dimensions.
Definition hlhdf_node.c:165
Represents a HDF5 object/attribute/reference/...
Definition hlhdf_node.c:40