HL-HDF
|
Functions for writing and updating HDF5 files through the HLHDF-api. More...
#include "hlhdf.h"
#include "hlhdf_alloc.h"
#include "hlhdf_node_private.h"
#include "hlhdf_debug.h"
#include "hlhdf_private.h"
#include "hlhdf_defines_private.h"
#include <stdlib.h>
#include <string.h>
Functions | |
int | HLNodeList_write (HL_NodeList *nodelist, HL_FileCreationProperty *property, HL_Compression *compression) |
Writes a HDF5 file from a nodelist with the specified file properties and compression level/type. | |
int | HLNodeList_update (HL_NodeList *nodelist, HL_Compression *compression) |
Updates a HDF5 file from a nodelist. | |
Functions for writing and updating HDF5 files through the HLHDF-api.