#include <ConsItem.hpp>
This class is used:
- to define the constraints for the Model Automatic Fitting (authAssign true)
- to define the non-stationary parameters of a Model
|
| static ConsItem * | create (const CovParamId ¶mid, const EConsType &type=EConsType::fromKey("DEFAULT"), double value=0.) |
| |
| static ConsItem * | createFromParamId (int icov=0, const EConsElem &elem=EConsElem::fromKey("UNKNOWN"), const EConsType &type=EConsType::fromKey("DEFAULT"), double value=0., int igrf=0, int iv1=0, int iv2=0) |
| |
| static ConsItem | define (const EConsElem &elem=EConsElem::fromKey("UNKNOWN"), int icov=0, int iv1=0, int iv2=0, const EConsType &type=EConsType::fromKey("DEFAULT"), double value=0.) |
| |
◆ ConsItem() [1/2]
| ConsItem::ConsItem |
( |
const CovParamId & |
paramid, |
|
|
const EConsType & |
type = EConsType::fromKey("DEFAULT"), |
|
|
double |
value = 0. |
|
) |
| |
◆ ConsItem() [2/2]
| ConsItem::ConsItem |
( |
const ConsItem & |
m | ) |
|
◆ ~ConsItem()
◆ create()
| ConsItem * ConsItem::create |
( |
const CovParamId & |
paramid, |
|
|
const EConsType & |
type = EConsType::fromKey("DEFAULT"), |
|
|
double |
value = 0. |
|
) |
| |
|
static |
◆ createFromParamId()
| ConsItem * ConsItem::createFromParamId |
( |
int |
icov = 0, |
|
|
const EConsElem & |
elem = EConsElem::fromKey("UNKNOWN"), |
|
|
const EConsType & |
type = EConsType::fromKey("DEFAULT"), |
|
|
double |
value = 0., |
|
|
int |
igrf = 0, |
|
|
int |
iv1 = 0, |
|
|
int |
iv2 = 0 |
|
) |
| |
|
static |
◆ define()
| ConsItem ConsItem::define |
( |
const EConsElem & |
elem = EConsElem::fromKey("UNKNOWN"), |
|
|
int |
icov = 0, |
|
|
int |
iv1 = 0, |
|
|
int |
iv2 = 0, |
|
|
const EConsType & |
type = EConsType::fromKey("DEFAULT"), |
|
|
double |
value = 0. |
|
) |
| |
|
static |
This function creates a constraints on a parameter This constraint will be used subsequently during the variogram fitting
- Parameters
-
| elem | The type of item on which the constraints applies (EConsElem.hpp) |
| icov | The rank of the covariance |
| iv1 | The rank of the first variable |
| iv2 | The rank of the second variable |
| type | The type of constraints (EConsType.hpp) |
| value | The value assigned to the constraint |
- Returns
◆ getIcase()
| const EConsType& ConsItem::getIcase |
( |
| ) |
const |
|
inline |
◆ getICov()
| int ConsItem::getICov |
( |
| ) |
const |
|
inline |
◆ getIGrf()
| int ConsItem::getIGrf |
( |
| ) |
const |
|
inline |
◆ getIV1()
| int ConsItem::getIV1 |
( |
| ) |
const |
|
inline |
◆ getIV2()
| int ConsItem::getIV2 |
( |
| ) |
const |
|
inline |
◆ getParamId()
◆ getType()
| const EConsElem& ConsItem::getType |
( |
| ) |
const |
|
inline |
◆ getValue()
| double ConsItem::getValue |
( |
| ) |
const |
|
inline |
◆ matchICov()
| bool ConsItem::matchICov |
( |
int |
icov0 | ) |
const |
|
inline |
◆ matchIGrf()
| bool ConsItem::matchIGrf |
( |
int |
igrf0 | ) |
const |
|
inline |
◆ matchIV1()
| bool ConsItem::matchIV1 |
( |
int |
iv10 | ) |
const |
|
inline |
◆ matchIV2()
| bool ConsItem::matchIV2 |
( |
int |
iv20 | ) |
const |
|
inline |
◆ matchType()
| bool ConsItem::matchType |
( |
const EConsElem & |
type0 | ) |
const |
|
inline |
◆ operator=()
◆ setIcase()
| void ConsItem::setIcase |
( |
const EConsType & |
type | ) |
|
|
inline |
◆ setValue()
| void ConsItem::setValue |
( |
double |
value | ) |
|
|
inline |
◆ toString()
The documentation for this class was generated from the following files: