int HLNodeList_update(HL_NodeList *nodelist, HL_Compression *compr)
Updates a HDF5 file from a nodelist.
Definition hlhdf_write.c:764
int HLNodeList_write(HL_NodeList *nodelist, HL_FileCreationProperty *property, HL_Compression *compr)
Writes a HDF5 file from a nodelist with the specified file properties and compression level/type.
Definition hlhdf_write.c:646
Type definitions that are used in HLHDF.
Compression properties.
Definition hlhdf_types.h:181
Properties that can be finely tuned when creating a HDF5 file.
Definition hlhdf_types.h:141
Represents a HDF5 file.
Definition hlhdf_nodelist.c:39