wavelet commands for surfaces
[mathematical commands for surfaces]


Functions

int surfit::surf_get_details_level (const char *surface_name_or_position="0")
bool surfit::surf_decomp (const char *surface_name_or_position="0")
bool surfit::surf_auto_decomp (REAL eps, const char *surface_name_or_position="0")
bool surfit::surf_recons (const char *surface_name_or_position="0")
bool surfit::surf_full_recons (const char *surface_name_or_position="0")

Function Documentation

bool surf_auto_decomp REAL  eps,
const char *  surface_name_or_position = "0"
 

Tcl syntax:
surf_auto_decomp eps "surface_name_or_position"
Description:
calls surf_decomp until difference between original surface norm and decomposed surface norm will be lower than eps
Parameters:
eps real number
surface_name_or_position name of surface dataset, or surface position number

bool surf_decomp const char *  surface_name_or_position = "0"  ) 
 

Tcl syntax:
surf_decomp "surface_name_or_position"
Description:
makes one wavelet-decomposition for surface
Parameters:
surface_name_or_position name of surface dataset, or surface position number

bool surf_full_recons const char *  surface_name_or_position = "0"  ) 
 

Tcl syntax:
surf_full_recons "surface_name_or_position"
Description:
makes all possible wavelet-reconstructions for surface (recontructs original surface)
Parameters:
surface_name_or_position name of surface dataset, or surface position number

int surf_get_details_level const char *  surface_name_or_position = "0"  ) 
 

Tcl syntax:
surf_get_details_level "surface_name_or_position"
Description:
returns the depth of applied wavelet decompositions for surface
Parameters:
surface_name_or_position name of surface dataset, or surface position number

bool surf_recons const char *  surface_name_or_position = "0"  ) 
 

Tcl syntax:
surf_recons "surface_name_or_position"
Description:
makes one wavelet-reconstruction for surface
Parameters:
surface_name_or_position name of surface dataset, or surface position number



surfit: open source gridding and contouring software.