Functions

Functions

boolvec * dem_to_pnts (const char *dem_name="*")
 
boolvec * dem_to_surf (const char *dem_name="*")
 
boolvec * dem_to_mask (short true_from, short true_to, const char *dem_name="*")
 

Detailed Description

Function Documentation

bool dem_to_mask ( short  true_from,
short  true_to,
const char *  dem_name = "*" 
)
Tcl syntax:
dem_to_mask true_from true_to dem_name
Description:
makes mask by DEM. Value will be true, if it lies in interval [true_from, true_to]
bool dem_to_pnts ( const char *  dem_name = "*")
Tcl syntax:
dem_to_pnts dem_name "new_name"
Description:
transforms DEM to points
bool dem_to_surf ( const char *  dem_name = "*")
Tcl syntax:
dem_to_surf dem_name
Description:
makes surface from DEM



surfit: gridding and contouring software.