Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  ![]() |
Uranie / ReLauncher
v4.10.0
|
URANIE::Relauncher::TAuxiVar Class Reference
#include <TMasterVar.h>
Inheritance diagram for URANIE::Relauncher::TAuxiVar:

Collaboration diagram for URANIE::Relauncher::TAuxiVar:

Public Member Functions | |
| TAuxiVar (URANIE::DataServer::TAttribute *, int) | |
Public Member Functions inherited from URANIE::Relauncher::TInputVar | |
| TInputVar (URANIE::DataServer::TAttribute *, int) | |
| virtual bool | isExported () |
| virtual bool | isValid () |
| virtual bool | put (int, const double *, double *) |
| virtual bool | get (int, double *, double *) |
| virtual bool | put (int, const double *, vector< URANIE::DataServer::UEntry *> *) |
| virtual bool | get (int, double *, vector< URANIE::DataServer::UEntry *> *) |
| virtual bool | put (int, const vector< URANIE::DataServer::UEntry *> *, vector< URANIE::DataServer::UEntry *> *) |
| virtual bool | get (int, vector< URANIE::DataServer::UEntry *> *, vector< URANIE::DataServer::UEntry *> *) |
Public Member Functions inherited from URANIE::Relauncher::TMasterVar | |
| TMasterVar (URANIE::DataServer::TAttribute *, int) | |
| URANIE::DataServer::TAttribute * | getRef () |
| bool | match (URANIE::DataServer::TAttribute *one) |
| void | allocCodeEntry (vector< URANIE::DataServer::UEntry *> &) |
| void | allocGradEntry (vector< URANIE::DataServer::UEntry *> &) |
| void | allocDataEntry (int, vector< URANIE::DataServer::UEntry *> &) |
Additional Inherited Members | |
Protected Attributes inherited from URANIE::Relauncher::TMasterVar | |
| URANIE::DataServer::TAttribute * | _ref |
| int | _id |
| int | _id2 |
Constructor & Destructor Documentation
◆ TAuxiVar()
| URANIE::Relauncher::TAuxiVar::TAuxiVar | ( | URANIE::DataServer::TAttribute * | ref, |
| int | id | ||
| ) |

Public Member Functions inherited from