#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, 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 |
◆ _getNCova()
| int ACalcInterpolator::_getNCova |
( |
| ) |
const |
|
protectedvirtual |
◆ _getNDim()
| int ACalcInterpolator::_getNDim |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ _getNVar()
| int ACalcInterpolator::_getNVar |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ _preprocess()
| bool ACalcInterpolator::_preprocess |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ getModel()
| Model* ACalcInterpolator::getModel |
( |
| ) |
const |
|
inline |
◆ getNeighparam()
| ANeighParam* ACalcInterpolator::getNeighparam |
( |
| ) |
const |
|
inline |
◆ hasModel()
| bool ACalcInterpolator::hasModel |
( |
bool |
verbose = true | ) |
const |
◆ hasNeighParam()
| bool ACalcInterpolator::hasNeighParam |
( |
bool |
verbose = true | ) |
const |
◆ operator=()
◆ setModel()
| void ACalcInterpolator::setModel |
( |
Model * |
model | ) |
|
|
inline |
◆ setNeighparam()
| void ACalcInterpolator::setNeighparam |
( |
ANeighParam * |
neighparam | ) |
|
|
inline |
◆ _model
| Model* ACalcInterpolator::_model |
|
private |
◆ _neighparam
The documentation for this class was generated from the following files: