Toast++  1.0.2 (r.539)
Forward and inverse modelling in optical tomography
stoastlib.h
1 // ==========================================================================
2 // Module stoastlib
3 // File stoastlib.h
4 // General inclusion of supertoast lib headers
5 // ==========================================================================
6 
7 #ifndef __STOASTLIB_H
8 #define __STOASTLIB_H
9 
10 // General toast flags
11 #include "toastdef.h"
12 
13 // Symbol import/export direction
14 #ifdef STOASTLIB_IMPLEMENTATION
15 #define STOASTLIB DLLEXPORT
16 #else
17 #define STOASTLIB DLLIMPORT
18 #endif
19 
20 #include "felib.h"
21 #include "pparse.h"
22 #include "fwdsolver.h"
23 #include "fwdsolver_mw.h"
24 #include "solution.h"
25 #include "mwsolution.h"
26 #include "raster.h"
27 #include "raster_px.h"
28 #include "raster_px2.h"
29 #include "raster_cp.h"
30 #include "raster_bl.h"
31 #include "raster_gb.h"
32 #include "raster_bb.h"
33 #include "raster_hb.h"
34 #include "raster_rb.h"
35 #include "raster_sb.h"
36 #include "source.h"
37 #include "of.h"
38 #include "jacobian.h"
39 #include "regul.h"
40 #include "pscaler.h"
41 #include "lsearch.h"
42 
43 #endif // !__STOASTLIB_H