GRASS Programmer's Manual  6.4.4(2014)-r
wxnviz.py File Reference

Go to the source code of this file.

Data Structures

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

Namespaces

 wxnviz
 
 nviz.wxnviz
 wxGUI 3D view mode (ctypes-based classes)
 

Functions

def wxnviz.print_error (msg, type)
 Redirect stderr. More...
 
def wxnviz.print_progress (value)
 Redirect progress info. More...
 

Variables

tuple wxnviz.msg
 
 wxnviz.log = None
 
 wxnviz.progress = None
 
tuple wxnviz.errtype = CFUNCTYPE(UNCHECKED(c_int), String, c_int)
 
tuple wxnviz.errfunc = errtype(print_error)
 
tuple wxnviz.pertype = CFUNCTYPE(UNCHECKED(c_int), c_int)
 
tuple wxnviz.perfunc = pertype(print_progress)