GRASS Programmer's Manual  6.4.4(2014)-r
wxnviz Namespace Reference

Data Structures

class  ImageTexture
 Class representing OpenGL texture as an overlay image. More...
 
class  Nviz
 
class  TextTexture
 Class representing OpenGL texture as a text label. More...
 
class  Texture
 Class representing OpenGL texture. More...
 

Functions

def print_error (msg, type)
 Redirect stderr. More...
 
def print_progress (value)
 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)
 

Function Documentation

def wxnviz.print_error (   msg,
  type 
)

Redirect stderr.

Definition at line 57 of file wxnviz.py.

def wxnviz.print_progress (   value)

Redirect progress info.

Definition at line 67 of file wxnviz.py.

Variable Documentation

tuple wxnviz.errfunc = errtype(print_error)

Definition at line 78 of file wxnviz.py.

tuple wxnviz.errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int)

Definition at line 77 of file wxnviz.py.

tuple wxnviz.msg
Initial value:
1 = _("This module requires the NumPy module, which could not be "
2  "imported. It probably is not installed (it's not part of the "
3  "standard Python distribution). See the Numeric Python site "
4  "(http://numpy.scipy.org) for information on downloading source or "
5  "binaries.")

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)

Definition at line 80 of file wxnviz.py.

tuple wxnviz.pertype = CFUNCTYPE(UNCHECKED(c_int), c_int)

Definition at line 79 of file wxnviz.py.

wxnviz.progress = None

Definition at line 55 of file wxnviz.py.