![]() |
1.6.0
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
![]() |
#include <NoStatFunctional.hpp>
This class concerns the non-stationarity defined as a function (hence its name).
Public Member Functions | |
NoStatFunctional (const AFunctional *func) | |
NoStatFunctional (const NoStatFunctional &m)=delete | |
NoStatFunctional & | operator= (const NoStatFunctional &m)=delete |
virtual | ~NoStatFunctional () |
String | toString (const AStringFormat *strfmt) const override |
![]() | |
ANoStat () | |
ANoStat (const ANoStat &m)=delete | |
double | getValueOnDbOut (int iech) const |
double | getValueOnDbIn (int iech) const |
double | getValueOnDb (int iech, int icas) const |
bool | getValuesOnDb (int icas1, int iech1, double *val1, int icas2, int iech2, double *val2) const |
double | getValueOnMeshByMesh (int imesh) const |
double | getValueOnMeshByApex (int iapex) const |
double | getValueOnMesh (int iapex, bool center=false) const |
void | informField (const VectorVectorDouble &coords, VectorDouble &tab, bool verbose=false) |
void | informMeshByMesh (const AMesh *amesh, bool verbose=false) |
void | informMeshByApex (const AMesh *amesh, bool verbose=false) |
void | informDbIn (const Db *dbin, bool verbose=false) |
void | informDbOout (const Db *dbout, bool verbose=false) |
ANoStat & | operator= (const ANoStat &m)=delete |
virtual | ~ANoStat () |
![]() | |
AStringable () | |
AStringable (const AStringable &r) | |
AStringable & | operator= (const AStringable &r) |
virtual | ~AStringable () |
virtual void | display (const AStringFormat *strfmt=nullptr) const final |
virtual void | display (int level) const final |
NoStatFunctional::NoStatFunctional | ( | const AFunctional * | func | ) |
|
delete |
|
virtual |
|
delete |
|
overridevirtual |
Reimplemented from ANoStat.