SNOWPACK 20240328.2d1c245
libsnowpack.h
Go to the documentation of this file.
1/*
2 * SNOWPACK stand-alone
3 *
4 * Copyright WSL Institute for Snow and Avalanche Research SLF, DAVOS, SWITZERLAND
5*/
6/* This file is part of libsnowpack.
7 libsnowpack is free software: you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by
9 the Free Software Foundation, either version 3 of the License, or
10 (at your option) any later version.
11
12 libsnowpack is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with libsnowpack. If not, see <http://www.gnu.org/licenses/>.
19*/
26#ifndef LIBSNOWPACK_H
27#define LIBSNOWPACK_H
28
29#include <snowpack/Constants.h>
31#include <snowpack/Hazard.h>
32#include <snowpack/Laws_sn.h>
33#include <snowpack/Meteo.h>
34#include <snowpack/Saltation.h>
35#include <snowpack/SnowDrift.h>
37#include <snowpack/Stability.h>
39#include <snowpack/Utils.h>
40
43#include <snowpack/plugins/AsciiIO.h> //for direct calls to AsciiIO
44#include <snowpack/plugins/SmetIO.h> //for direct calls to SmetIO
45
54
55#endif
56
This header file contains the definition of the structures required to handle I/O.