Functions | |
boolvec * | surface (const char *surface_name="*") |
boolvec * | surface_add (REAL weight, const char *surface_name="*") |
boolvec * | surface_leq (const char *surface_name="*", REAL penalty_factor=0) |
boolvec * | surface_geq (const char *surface_name="*", REAL penalty_factor=0) |
boolvec * | trend (REAL D1=1, REAL D2=2, const char *surface_name="*") |
boolvec * | trend_add (REAL weight, REAL D1=1, REAL D2=0, const char *surface_name="*") |
boolvec* surfit::surface | ( | const char * | surface_name = "*" | ) |
surface_name | name of surface dataset |
where (i,j) - indices of the cells, - surface value for the (i,j) cell.
boolvec* surfit::surface_add | ( | REAL | weight, |
const char * | surface_name = "*" |
||
) |
weight | informational weight for this rule |
surface_name | name of surface dataset |
where - informational weight,
where (i,j) - indices of the cells, - surface value for the (i,j) cell.
boolvec* surfit::surface_geq | ( | const char * | surface_name = "*" , |
REAL | penalty_factor = 0 |
||
) |
surface_name | name of surface dataset |
penalty_factor | parameter for penalty algorithm |
where (i,j) - indices of the cells, - surface value for the (i,j) cell.
boolvec* surfit::surface_leq | ( | const char * | surface_name = "*" , |
REAL | penalty_factor = 0 |
||
) |
surface_name | name of surface dataset |
penalty_factor | parameter for penalty algorithm |
where (i,j) - indices of the cells, - surface value for the (i,j) cell.
boolvec* surfit::trend | ( | REAL | D1 = 1 , |
REAL | D2 = 2 , |
||
const char * | surface_name = "*" |
||
) |
D1 | informational weight for rule that sounds "resulting surface should have the same gradients as trend surface" |
D2 | informational weight for rule that sounds "resulting surface should have the same curvature as trend surface" |
surface_name | name of surface dataset. This is a trend surface. |
boolvec* surfit::trend_add | ( | REAL | weight, |
REAL | D1 = 1 , |
||
REAL | D2 = 0 , |
||
const char * | surface_name = "*" |
||
) |
bool trend_add(REAL weight, REAL D1 = 1, REAL D2 = 2, const char * surface_name = "*");
weight | informational weight for trend rule |
D1 | informational weight for rule that sounds "resulting surface should have the same gradients as trend surface" |
D2 | informational weight for rule that sounds "resulting surface should have the same curvature as trend surface" |
surface_name | name of surface dataset. This is a trend surface. |
surfit: gridding and contouring software.