Functions | |
boolvec * | surf_to_pnts (const char *surface_name="*") |
boolvec * | surf_to_mask (REAL true_from, REAL true_to, const char *surface_name="*") |
boolvec * | surf_trace_cntr (const char *surface_name="*", REAL step=FLT_MAX, REAL from=FLT_MAX, REAL to=FLT_MAX) |
boolvec * | surf_to_dem (const char *surface_name_or_position="0") |
bool surf_to_dem | ( | const char * | surface_name = "0" | ) |
boolvec* surfit::surf_to_mask | ( | REAL | true_from, |
REAL | true_to, | ||
const char * | surface_name = "*" |
||
) |
boolvec* surfit::surf_to_pnts | ( | const char * | surface_name = "*" | ) |
boolvec* surfit::surf_trace_cntr | ( | const char * | surface_name = "*" , |
REAL | step = FLT_MAX , |
||
REAL | from = FLT_MAX , |
||
REAL | to = FLT_MAX |
||
) |
surface_name | name of surfaces for converting |
from | starting value for isolines. If not set then determines automatically. |
step | step between isolines values. If not set then determines automatically. |
to | ending value for isolines. If not set then determines automatically. |
surfit: gridding and contouring software.