00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef FILE_INCLUDES_HXX
00021
00022
00023
00024
00025
00026 #include <stdio.h>
00027 #include <string>
00028 using std::string;
00029
00030
00031
00032
00033
00034
00035
00036
00037 #include "seldon/Seldon.hxx"
00038
00039 namespace Multivac
00040 {
00041 using namespace Seldon;
00042 class SpaceTown {};
00043 }
00044
00045
00046
00047
00048
00050
00066 #ifdef TRY
00067 #undef TRY
00068 #endif
00069 #define TRY try{
00070 #ifdef END
00071 #undef END
00072 #endif
00073 #define END } catch(Seldon::Error& Err) {Err.What();} catch(Multivac::CError& Err) {Err.What();} catch(...) {cout << "Unknown error." <<endl;}
00074
00075
00076
00077
00078
00079 #include "geometry/functions.cxx"
00080 #include "geometry/arrayheap.cxx"
00081 #include "geometry/list.cxx"
00082 #include "geometry/curve.cxx"
00083
00084
00085
00086
00087
00088
00089
00090
00091 #include "meshes/baseclass.cxx"
00092 #include "meshes/orthogonal.cxx"
00093
00094
00095
00096
00097
00098
00099
00100
00101 #include "speedfunctions/baseclass.cxx"
00102 #include "speedfunctions/constantspeed.cxx"
00103 #include "speedfunctions/piecewiseconstantspeed.cxx"
00104 #include "speedfunctions/firemodel.cxx"
00105 #include "speedfunctions/simplifiedfiremodel.cxx"
00106
00107
00108
00109
00110
00111
00112
00113
00114 #include "levelsets/baseclass.cxx"
00115 #include "levelsets/orthogonal.cxx"
00116
00117
00118
00119
00120
00121
00122
00123
00124 #include "initialcurves/baseclass.cxx"
00125 #include "initialcurves/circle.cxx"
00126 #include "initialcurves/island.cxx"
00127 #include "initialcurves/island0.cxx"
00128 #include "initialcurves/setofpoints.cxx"
00129 #include "initialcurves/threecircles.cxx"
00130 #include "initialcurves/twocircles.cxx"
00131
00132
00133
00134
00135
00136
00137
00138
00139 #include "updaters/baseclass.cxx"
00140 #include "updaters/fastmarchingfirstorderengquistosher.cxx"
00141 #include "updaters/narrowbandfirstorderengquistosher.cxx"
00142 #include "updaters/narrowbandeno2engquistosher.cxx"
00143 #include "updaters/narrowbandfirstorderlaxfriedrichs.cxx"
00144
00145
00146
00147
00148
00149
00150
00151
00152 #include "initializers/baseclass.cxx"
00153 #include "initializers/narrowbandneverinit.cxx"
00154 #include "initializers/narrowbandextension.cxx"
00155 #include "initializers/fastmarchingneverinit.cxx"
00156
00157
00158
00159
00160
00161
00162
00163
00164 #include "nodes.cxx"
00165
00166
00167
00168
00169
00170
00171
00172
00173 #include "savers/baseclass.cxx"
00174 #include "savers/curvessaver.cxx"
00175 #include "savers/neversave.cxx"
00176 #include "savers/savelastcurve.cxx"
00177 #include "savers/saveattheend.cxx"
00178 #include "savers/track.cxx"
00179
00180
00181
00182
00183
00184
00185
00186
00187 #include "simulator.cxx"
00188
00189
00190
00191
00192
00193 #define FILE_INCLUDES_HXX
00194 #endif