GRASS Programmer's Manual
6.4.2(2012)
|
Data Structures | |
class | Nviz |
Functions | |
def | print_error |
Redirect stderr. | |
def | print_progress |
Redirect progress info. |
Variables | |
log = None | |
progress = None | |
tuple | errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int) |
tuple | errfunc = errtype(print_error) |
tuple | pertype = CFUNCTYPE(UNCHECKED(c_int), c_int) |
tuple | perfunc = pertype(print_progress) |
def gui_modules.wxnviz.print_error | ( | msg, | |
type | |||
) |
def gui_modules.wxnviz.print_progress | ( | value | ) |
tuple gui_modules.wxnviz.errfunc = errtype(print_error) |
tuple gui_modules.wxnviz.errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int) |
gui_modules.wxnviz.log = None |
Definition at line 35 of file wxnviz.py.
Referenced by anderson_darling(), anderson_darling_exp(), chi_square_exp(), G_abs_log_colors(), G_begin_rhumbline_equation(), G_darea0_on_ellipsoid(), G_log_colors(), G_make_histogram_log_colors(), G_math_rand_gauss(), IL_crst(), init(), kotz_families(), nscor1(), ppnd16(), ppnd7(), sphere_volume(), wcoef(), wext(), and xinormal().
tuple gui_modules.wxnviz.perfunc = pertype(print_progress) |
tuple gui_modules.wxnviz.pertype = CFUNCTYPE(UNCHECKED(c_int), c_int) |