GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Data Structures | |
class | Nviz |
class | Texture |
Class representing OpenGL texture. More... | |
class | ImageTexture |
Class representing OpenGL texture as an overlay image. More... | |
class | TextTexture |
Class representing OpenGL texture as a text label. More... | |
Functions | |
def | print_error |
Redirect stderr. More... | |
def | print_progress |
Redirect progress info. More... | |
Variables | |
tuple | msg |
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) |
tuple wxnviz.errfunc = errtype(print_error) |
tuple wxnviz.errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int) |
wxnviz.log = None |
Definition at line 54 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 wxnviz.msg |
Definition at line 32 of file wxnviz.py.
Referenced by db_noproc_error(), db_procedure_not_implemented(), db_start_driver(), db_syserror(), and G__get_window().
tuple wxnviz.perfunc = pertype(print_progress) |