int HLNodeList_deselectNode(HL_NodeList *nodelist, const char *name)
De-selects the node named 'name' to be retrived when fetching data from the nodelist file.
Definition hlhdf_read.c:1122
HL_NodeList * HLNodeList_readFrom(const char *filename, const char *fromPath)
Reads an HDF5 file with name filename from the group fromPath and downwards.
Definition hlhdf_read.c:951
int HLNodeList_selectAllNodes(HL_NodeList *nodelist)
Marks all nodes in the nodelist for retrival.
Definition hlhdf_read.c:1050
int HLNodeList_selectNode(HL_NodeList *nodelist, const char *name)
Selects the node named 'name' from which to fetch data.
Definition hlhdf_read.c:1028
HL_NodeList * HLNodeList_read(const char *filename)
Reads an HDF5 file with name filename from the root group ("/") and downwards.
Definition hlhdf_read.c:1014
int HLNodeList_selectAllMetadataNodes(HL_NodeList *nodelist)
Selects all metadata including metadata about datasets but will exclude data for datasets.
Definition hlhdf_read.c:1081
int HLNodeList_selectMetadataNodes(HL_NodeList *nodelist)
Selects all metadata nodes in the nodelist to be fetched, ie.
Definition hlhdf_read.c:1061
HL_Node * HLNodeList_fetchNode(HL_NodeList *nodelist, const char *name)
Behaves as a combination of HLNodeList_selectNode()/fetch()/getNode().
Definition hlhdf_read.c:1205
int HLNodeList_fetchMarkedNodes(HL_NodeList *nodelist)
Fills all nodes (marked as select) with data.
Definition hlhdf_read.c:1145
int HLNodeList_selectOnlyDatasetNodes(HL_NodeList *nodelist)
Only select data set nodes for fetching.
Definition hlhdf_read.c:1103
Type definitions that are used in HLHDF.
Represents a HDF5 file.
Definition hlhdf_nodelist.c:39
Represents a HDF5 object/attribute/reference/...
Definition hlhdf_node.c:40