#include <CalcSimpleInterpolation.hpp>
|
virtual int | _getNDim () 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, 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 |
|
◆ CalcSimpleInterpolation() [1/2]
CalcSimpleInterpolation::CalcSimpleInterpolation |
( |
| ) |
|
◆ CalcSimpleInterpolation() [2/2]
◆ ~CalcSimpleInterpolation()
CalcSimpleInterpolation::~CalcSimpleInterpolation |
( |
| ) |
|
|
virtual |
◆ _check()
bool CalcSimpleInterpolation::_check |
( |
| ) |
|
|
overrideprivatevirtual |
◆ _getNVar()
int CalcSimpleInterpolation::_getNVar |
( |
| ) |
const |
|
overrideprivatevirtual |
◆ _postprocess()
bool CalcSimpleInterpolation::_postprocess |
( |
| ) |
|
|
overrideprivatevirtual |
◆ _preprocess()
bool CalcSimpleInterpolation::_preprocess |
( |
| ) |
|
|
overrideprivatevirtual |
◆ _rollback()
void CalcSimpleInterpolation::_rollback |
( |
| ) |
|
|
overrideprivatevirtual |
◆ _run()
bool CalcSimpleInterpolation::_run |
( |
| ) |
|
|
overrideprivatevirtual |
Standard Kriging
- Returns
- Error return code
Implements ACalculator.
◆ operator=()
◆ setDmax()
void CalcSimpleInterpolation::setDmax |
( |
double |
dmax | ) |
|
|
inline |
◆ setExponent()
void CalcSimpleInterpolation::setExponent |
( |
double |
exponent | ) |
|
|
inline |
◆ setFlagExpand()
void CalcSimpleInterpolation::setFlagExpand |
( |
bool |
flagExpand | ) |
|
|
inline |
◆ setFlagInvDist()
void CalcSimpleInterpolation::setFlagInvDist |
( |
bool |
flagInvDist | ) |
|
|
inline |
◆ setFlagLstSqr()
void CalcSimpleInterpolation::setFlagLstSqr |
( |
bool |
flagLstSqr | ) |
|
|
inline |
◆ setFlagMovAve()
void CalcSimpleInterpolation::setFlagMovAve |
( |
bool |
flagMovAve | ) |
|
|
inline |
◆ setOrder()
void CalcSimpleInterpolation::setOrder |
( |
int |
order | ) |
|
|
inline |
◆ _dmax
double CalcSimpleInterpolation::_dmax |
|
private |
◆ _exponent
double CalcSimpleInterpolation::_exponent |
|
private |
◆ _flagExpand
bool CalcSimpleInterpolation::_flagExpand |
|
private |
◆ _flagInvDist
bool CalcSimpleInterpolation::_flagInvDist |
|
private |
◆ _flagLstSqr
bool CalcSimpleInterpolation::_flagLstSqr |
|
private |
◆ _flagMovAve
bool CalcSimpleInterpolation::_flagMovAve |
|
private |
◆ _iattOut
int CalcSimpleInterpolation::_iattOut |
|
private |
◆ _order
int CalcSimpleInterpolation::_order |
|
private |
The documentation for this class was generated from the following files: