#include <ConsItem.hpp>
|
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.) |
|
This class is used:
- to define the constraints for the Model Automatic Fitting (authAssign true)
- to define the non-stationary parameters of a Model
ConsItem::ConsItem |
( |
const CovParamId & |
paramid, |
|
|
const EConsType & |
type = EConsType::fromKey("DEFAULT") , |
|
|
double |
value = 0. |
|
) |
| |
ConsItem::ConsItem |
( |
const ConsItem & |
m | ) |
|
ConsItem * ConsItem::create |
( |
const CovParamId & |
paramid, |
|
|
const EConsType & |
type = EConsType::fromKey("DEFAULT") , |
|
|
double |
value = 0. |
|
) |
| |
|
static |
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 |
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
const EConsType& ConsItem::getIcase |
( |
| ) |
const |
|
inline |
int ConsItem::getICov |
( |
| ) |
const |
|
inline |
int ConsItem::getIGrf |
( |
| ) |
const |
|
inline |
int ConsItem::getIV1 |
( |
| ) |
const |
|
inline |
int ConsItem::getIV2 |
( |
| ) |
const |
|
inline |
const EConsElem& ConsItem::getType |
( |
| ) |
const |
|
inline |
double ConsItem::getValue |
( |
| ) |
const |
|
inline |
bool ConsItem::matchICov |
( |
int |
icov0 | ) |
const |
|
inline |
bool ConsItem::matchIGrf |
( |
int |
igrf0 | ) |
const |
|
inline |
bool ConsItem::matchIV1 |
( |
int |
iv10 | ) |
const |
|
inline |
bool ConsItem::matchIV2 |
( |
int |
iv20 | ) |
const |
|
inline |
bool ConsItem::matchType |
( |
const EConsElem & |
type0 | ) |
const |
|
inline |
void ConsItem::setIcase |
( |
const EConsType & |
type | ) |
|
|
inline |
void ConsItem::setValue |
( |
double |
value | ) |
|
|
inline |
The documentation for this class was generated from the following files: