English Français

Documentation / Manuel développeur

Modules disponibles

Calibration,  DataServer,  Launcher,  MetaModelOptim,  Modeler,  Optimizer,  ReLauncher,  Reliability,  ReOptimizer,  Sampler,  Sensitivity,  UncertModeler,  XmlProblem,   Uranie / ReLauncher: URANIE::Relauncher::TPreVar Class Reference
Uranie / ReLauncher v4.9.0
/* @license-end */
URANIE::Relauncher::TPreVar Class Reference

#include <TMasterVar.h>

Inheritance diagram for URANIE::Relauncher::TPreVar:
Collaboration diagram for URANIE::Relauncher::TPreVar:

Public Member Functions

 TPreVar (URANIE::DataServer::TAttribute *, int, int)
 
virtual bool isPre ()
 
- Public Member Functions inherited from URANIE::Relauncher::TOutputVar
 TOutputVar (URANIE::DataServer::TAttribute *, int, int)
 
void setTemp ()
 
void reindice (int)
 
virtual bool isExported ()
 
virtual bool isPost ()
 
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::TOutputVar
bool _temp
 
- Protected Attributes inherited from URANIE::Relauncher::TMasterVar
URANIE::DataServer::TAttribute * _ref
 
int _id
 
int _id2
 

Constructor & Destructor Documentation

◆ TPreVar()

URANIE::Relauncher::TPreVar::TPreVar ( URANIE::DataServer::TAttribute *  ref,
int  id,
int  id2 
)

Member Function Documentation

◆ isPre()

bool URANIE::Relauncher::TPreVar::isPre ( )
virtual

Reimplemented from URANIE::Relauncher::TOutputVar.