English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / Optimizer: TOptimizerLinkDef.h Source File
Uranie / Optimizer  v4.10.0
/* @license-end */
TOptimizerLinkDef.h
Go to the documentation of this file.
1 // Copyright (C) 2013-2024 CEA/DES
3 //
4 // This program is free software: you can redistribute it and/or modify
5 // it under the terms of the GNU Lesser General Public License as published
6 // by the Free Software Foundation, either version 3 of the License, or any
7 // later version.
8 //
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 // GNU Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public License
15 // along with this program. If not, see <http://www.gnu.org/licenses/>.
17 
18 #pragma link off all globals;
19 #pragma link off all classes;
20 #pragma link off all functions;
21 
22 #pragma link C++ namespace URANIE::Optimizer;
23 
24 #pragma link C++ class URANIE::Optimizer::TOptimizer+;
25 #pragma link C++ class URANIE::Optimizer::TObjective+;
26 #pragma link C++ class URANIE::Optimizer::TObjectiveUncertainty+;
27 #pragma link C++ class URANIE::Optimizer::TObjectiveL1+;
28 #pragma link C++ class URANIE::Optimizer::TMultiGenAnalyticalFunction+;
29 #pragma link C++ class URANIE::Optimizer::TMultiGenCode+;
30 #pragma link C++ class URANIE::Optimizer::TMultiGenSumOfSquares+;
31 #pragma link C++ class URANIE::Optimizer::TBestEstimate+;
32 
33 #ifdef WITH_OPT
34 #pragma link C++ class URANIE::Optimizer::TOptimizerOpt+;
35 #endif
36 
37 #ifdef WITH_VIZIR
38 #pragma link C++ class URANIE::Optimizer::TVizir+;
39 // #pragma link C++ function vzrcint_class;
40 #endif
41