#include <ACalcInterpolator.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 () |
|
◆ ACalcInterpolator() [1/2]
ACalcInterpolator::ACalcInterpolator |
( |
| ) |
|
◆ ACalcInterpolator() [2/2]
◆ ~ACalcInterpolator()
ACalcInterpolator::~ACalcInterpolator |
( |
| ) |
|
|
virtual |
◆ _centerDataToGrid()
int ACalcInterpolator::_centerDataToGrid |
( |
DbGrid * |
dbgrid | ) |
|
|
protected |
◆ _check()
bool ACalcInterpolator::_check |
( |
| ) |
|
|
overrideprotectedvirtual |
Reimplemented from ACalcDbToDb.
Reimplemented in CalcSimuTurningBands, CalcSimuSubstitution, CalcSimuPartition, CalcSimuFFT, CalcSimuEden, ACalcSimulation, CalcSimpleInterpolation, CalcKrigingFactors, CalcKriging, CalcImage, and CalcGlobal.
◆ _getNCova()
int ACalcInterpolator::_getNCova |
( |
| ) |
const |
|
protectedvirtual |
◆ _getNDim()
int ACalcInterpolator::_getNDim |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ _getNVar()
int ACalcInterpolator::_getNVar |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ _preprocess()
bool ACalcInterpolator::_preprocess |
( |
| ) |
|
|
overrideprotectedvirtual |
Reimplemented from ACalculator.
Reimplemented in CalcSimuTurningBands, CalcSimuSubstitution, CalcSimuPartition, CalcSimuFFT, CalcSimuEden, ACalcSimulation, CalcSimpleInterpolation, CalcKrigingFactors, CalcKriging, CalcImage, and CalcGlobal.
◆ getModel()
Model* ACalcInterpolator::getModel |
( |
| ) |
const |
|
inline |
◆ getNeigh()
ANeigh* ACalcInterpolator::getNeigh |
( |
| ) |
const |
|
inline |
◆ hasModel()
bool ACalcInterpolator::hasModel |
( |
bool |
verbose = true | ) |
const |
◆ hasNeigh()
bool ACalcInterpolator::hasNeigh |
( |
bool |
verbose = true | ) |
const |
◆ operator=()
◆ setModel()
void ACalcInterpolator::setModel |
( |
Model * |
model | ) |
|
|
inline |
◆ setNeigh()
void ACalcInterpolator::setNeigh |
( |
ANeigh * |
neigh | ) |
|
|
inline |
◆ _model
Model* ACalcInterpolator::_model |
|
private |
◆ _neigh
ANeigh* ACalcInterpolator::_neigh |
|
private |
The documentation for this class was generated from the following files: