HL-HDF
hlhdf_write.h
Go to the documentation of this file.
1/* --------------------------------------------------------------------
2Copyright (C) 2009 Swedish Meteorological and Hydrological Institute, SMHI,
3
4This file is part of HLHDF.
5
6HLHDF is free software: you can redistribute it and/or modify
7it under the terms of the GNU Lesser General Public License as published by
8the Free Software Foundation, either version 3 of the License, or
9(at your option) any later version.
10
11HLHDF is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU Lesser General Public License for more details.
15
16You should have received a copy of the GNU Lesser General Public License
17along with HLHDF. If not, see <http://www.gnu.org/licenses/>.
18------------------------------------------------------------------------*/
19
26#ifndef HLHDF_WRITE_H
27#define HLHDF_WRITE_H
28#include "hlhdf_types.h"
29
39
47int HLNodeList_update(HL_NodeList* nodelist, HL_Compression* compr);
48
49#endif
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