#include <ACalcSimulation.hpp>
|
virtual bool | _check () override |
|
virtual bool | _preprocess () override |
|
virtual int | _getNDim () const override |
|
virtual int | _getNVar () const override |
|
virtual int | _getNCova () const |
|
int | _centerDataToGrid (DbGrid *dbgrid) |
|
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 |
|
virtual bool | _run ()=0 |
|
virtual bool | _postprocess () |
|
virtual void | _rollback () |
|
◆ ACalcSimulation() [1/2]
ACalcSimulation::ACalcSimulation |
( |
int |
nbimu, |
|
|
int |
seed = 4324324 |
|
) |
| |
◆ ACalcSimulation() [2/2]
◆ ~ACalcSimulation()
ACalcSimulation::~ACalcSimulation |
( |
| ) |
|
|
virtual |
◆ _check()
bool ACalcSimulation::_check |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ _preprocess()
bool ACalcSimulation::_preprocess |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ getNbSimu()
int ACalcSimulation::getNbSimu |
( |
| ) |
const |
|
inline |
◆ getSeed()
int ACalcSimulation::getSeed |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setNbSimu()
void ACalcSimulation::setNbSimu |
( |
int |
nbsimu | ) |
|
|
inline |
◆ setSeed()
void ACalcSimulation::setSeed |
( |
int |
seed | ) |
|
|
inline |
◆ _nbsimu
int ACalcSimulation::_nbsimu |
|
private |
◆ _seed
int ACalcSimulation::_seed |
|
private |
The documentation for this class was generated from the following files: