#include <CalcSimuPostDemo.hpp>
|
int | _getTransfoNvar () const override |
|
void | _transformFunction (const VectorDouble &tabin, VectorDouble &tabout) const override |
|
virtual bool | _check () override |
| Interface for ACalcDbToDb. More...
|
|
virtual bool | _preprocess () override |
|
virtual bool | _run () override |
|
virtual bool | _postprocess () override |
|
virtual void | _rollback () override |
|
int | _getNVar () const |
|
int | _getIechout () const |
|
bool | _getFlagUpscale () const |
|
virtual int | _getNDim () const |
|
int | _addVariableDb (int whichDb, int status, const ELoc &locatorType, int locatorIndex=0, int number=1, double valinit=0.) |
|
void | _renameVariable (int whichDb, const VectorString &names, const ELoc &locatorType, int nvar, int iptr, const String &name, int count, bool flagSetLocator=true, int shift=0) |
|
void | _storeInVariableList (int whichDb, int status, const VectorInt &iuids) |
|
int | _expandInformation (int mode, const ELoc &locatorType) |
|
void | _cleanVariableDb (int status) |
|
Db * | _whichDb (int whichDb) |
|
String | _identifyVariable (int iuid) const |
|
◆ CalcSimuPostDemo() [1/2]
CalcSimuPostDemo::CalcSimuPostDemo |
( |
| ) |
|
◆ CalcSimuPostDemo() [2/2]
◆ ~CalcSimuPostDemo()
CalcSimuPostDemo::~CalcSimuPostDemo |
( |
| ) |
|
|
virtual |
◆ _getTransfoNvar()
int CalcSimuPostDemo::_getTransfoNvar |
( |
| ) |
const |
|
overrideprotectedvirtual |
Returns the number of variables after transformation In the current version, this number is set to 2
- Returns
Reimplemented from CalcSimuPost.
◆ _transformFunction()
Perform the Transformation to convert one multivariate input vector 'tabin' into one multivariate output vector.
- Parameters
-
Z_n_k_s | Input information (Dimension: 'n') |
Y_p_k_s | Output information (Dimension: 'p') |
Reimplemented from CalcSimuPost.
◆ operator=()
The documentation for this class was generated from the following files: