Ice Sheet System Model
4.18
Code documentation
src
wrappers
bindings.h
Go to the documentation of this file.
1
#ifndef _BINDINGS_H_
2
#define _BINDINGS_H_
3
4
#ifdef HAVE_CONFIG_H
5
#include <config.h>
6
#else
7
#error "Cannot compile with HAVE_CONFIG_H symbol! run configure first!"
8
#endif
9
10
#ifdef _HAVE_PYTHON_MODULES_
11
#include "
./python/include/pythonincludes.h
"
12
#include "
./python/include/wrapper_macros.h
"
13
#include "
./python/io/pythonio.h
"
14
#endif
15
16
#ifdef _HAVE_MATLAB_MODULES_
17
#include "
./matlab/include/matlabincludes.h
"
18
#include "
./matlab/include/wrapper_macros.h
"
19
#include "
./matlab/io/matlabio.h
"
20
#endif
21
22
#ifdef _HAVE_JAVASCRIPT_MODULES_
23
#include "
./javascript/include/javascriptincludes.h
"
24
#include "
./javascript/include/wrapper_macros.h
"
25
#include "
./javascript/io/javascriptio.h
"
26
#endif
27
28
29
#endif
wrapper_macros.h
wrapper_macros.h
matlabio.h
pythonio.h
javascriptio.h
pythonincludes.h
javascriptincludes.h
matlabincludes.h
wrapper_macros.h
Generated on Thu Jul 2 2020 08:09:22 for Ice Sheet System Model by
1.8.19