![]() |
1.5.1
Geostatistics & Machine Learning toolbox | https://gstlearn.org
|
![]() |
#include <Option_VarioFit.hpp>
This class defines the options and parameters used during the Variogram Fitting. All the parameters described hereafter are either available in the construction, or can be set using a specific get() function.
Public Member Functions | |
Option_VarioFit (bool flag_noreduce=false, bool auth_aniso=true, bool auth_rotation=true, bool lock_samerot=false, bool lock_rot2d=false, bool lock_no3d=false, bool lock_iso2d=false) | |
Option_VarioFit (const Option_VarioFit &m) | |
Option_VarioFit & | operator= (const Option_VarioFit &m) |
virtual | ~Option_VarioFit () |
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
bool | getAuthAniso () const |
void | setAuthAniso (bool authAniso) |
bool | getAuthRotation () const |
void | setAuthRotation (bool authRotation) |
bool | getFlagCheckBounds () const |
void | setFlagCheckBounds (bool flagCheckBounds) |
bool | getFlagGoulardUsed () const |
void | setFlagGoulardUsed (bool flagGoulardUsed) |
bool | getFlagNoreduce () const |
void | setFlagNoreduce (bool flagNoreduce) |
bool | getKeepIntstr () const |
void | setKeepIntstr (bool keepIntstr) |
bool | getLockIso2d () const |
void | setLockIso2d (bool lockIso2d) |
bool | getLockNo3d () const |
void | setLockNo3d (bool lockNo3d) |
bool | getLockRot2d () const |
void | setLockRot2d (bool lockRot2d) |
bool | getLockSamerot () const |
void | setLockSamerot (bool lockSamerot) |
![]() | |
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 |
Option_VarioFit::Option_VarioFit | ( | bool | flag_noreduce = false , |
bool | auth_aniso = true , |
||
bool | auth_rotation = true , |
||
bool | lock_samerot = false , |
||
bool | lock_rot2d = false , |
||
bool | lock_no3d = false , |
||
bool | lock_iso2d = false |
||
) |
Option_VarioFit::Option_VarioFit | ( | const Option_VarioFit & | m | ) |
|
virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Option_VarioFit & Option_VarioFit::operator= | ( | const Option_VarioFit & | m | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Reimplemented from AStringable.