Functions | |
boolvec * | points (const char *points_name="*") |
boolvec * | points_add (REAL weight=1, const char *points_name="*") |
boolvec * | points_leq (const char *points_name="*", REAL penalty_factor=0) |
boolvec * | points_geq (const char *points_name="*", REAL penalty_factor=0) |
boolvec* surfit::points | ( | const char * | points_name = "*" | ) |
where points with coordinates are belong to the cells (i,j)
boolvec* surfit::points_add | ( | REAL | weight = 1 , |
const char * | points_name = "*" |
||
) |
where - informational weight,
where points with coordinates are belong to the cells (i,j)
boolvec* surfit::points_geq | ( | const char * | points_name = "*" , |
REAL | penalty_factor = 0 |
||
) |
points_name | name of points dataset |
penalty_factor | parameter for penalty algorithm |
where points with coordinates are belong to the cells (i,j)
boolvec* surfit::points_leq | ( | const char * | points_name = "*" , |
REAL | penalty_factor = 0 |
||
) |
points_name | name of points dataset |
penalty_factor | parameter for penalty algorithm |
where points with coordinates are belong to the cells (i,j)
surfit: gridding and contouring software.