Documentation / Manuel développeur
Modules disponibles
Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,  
Uranie / ReLauncher v4.9.0
|
URANIE::Relauncher::TLineResult Class Reference
#include <TLineResult.h>
Inheritance diagram for URANIE::Relauncher::TLineResult:
Collaboration diagram for URANIE::Relauncher::TLineResult:
Public Member Functions | |
TLineResult (const char *) | |
virtual | ~TLineResult (void) |
void | addOutput (URANIE::DataServer::TAttribute *at) |
void | setOutputs (int, URANIE::DataServer::TAttribute *at,...) |
void | build (TObjArray *) |
int | get (TString &, Double_t *) |
int | get (TString &work, vector< URANIE::DataServer::UEntry * > *sout) |
void | clearFile (TString tmpdir) |
void | setVectorProperties (TString beg, TString delim, TString end) |
void | setStringProperties (TString beg, TString end) |
Protected Attributes | |
TString | _path |
TObjArray | _vars |
TString | _svecbeg |
TString | _svecend |
TString | _svecdel |
TString | _sstrbeg |
TString | _sstrend |
Static Protected Attributes | |
static TRegexp | _num |
Constructor & Destructor Documentation
◆ TLineResult()
URANIE::Relauncher::TLineResult::TLineResult | ( | const char * | path | ) |
◆ ~TLineResult()
|
virtual |
Member Function Documentation
◆ addOutput()
void URANIE::Relauncher::TLineResult::addOutput | ( | URANIE::DataServer::TAttribute * | at | ) |
References _vars.
◆ build()
|
virtual |
Implements URANIE::Relauncher::TCodeResult.
References _vars.
◆ clearFile()
|
virtual |
Implements URANIE::Relauncher::TCodeResult.
References _path.
◆ get() [1/2]
|
virtual |
Implements URANIE::Relauncher::TCodeResult.
◆ get() [2/2]
|
virtual |
◆ setOutputs()
void URANIE::Relauncher::TLineResult::setOutputs | ( | int | size, |
URANIE::DataServer::TAttribute * | at, | ||
... | |||
) |
References _vars.
◆ setStringProperties()
void URANIE::Relauncher::TLineResult::setStringProperties | ( | TString | beg, |
TString | end | ||
) |
◆ setVectorProperties()
void URANIE::Relauncher::TLineResult::setVectorProperties | ( | TString | beg, |
TString | delim, | ||
TString | end | ||
) |
Member Data Documentation
◆ _num
|
staticprotected |
◆ _path
|
protected |
Referenced by clearFile(), get(), and get().
◆ _sstrbeg
|
protected |
Referenced by get(), setStringProperties(), and TLineResult().
◆ _sstrend
|
protected |
Referenced by get(), setStringProperties(), and TLineResult().
◆ _svecbeg
|
protected |
Referenced by get(), setVectorProperties(), and TLineResult().
◆ _svecdel
|
protected |
Referenced by get(), setVectorProperties(), and TLineResult().
◆ _svecend
|
protected |
Referenced by get(), setVectorProperties(), and TLineResult().
◆ _vars
|
protected |
Referenced by addOutput(), build(), get(), get(), and setOutputs().