GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
render Namespace Reference

Data Structures

class  Layer
 Virtual class which stores information about layers (map layers and overlays) of the map composition. More...
class  MapLayer
class  Overlay
class  Map
 Map composition (stack of map layers and overlays) More...

Variables

 USE_GPNMCOMP = True
tuple Map = Map()
string name = "elevation"
list command = ["d.rast", "map=elevation@PERMANENT"]
int l_opacity = 7
tuple image = Map.Render(force = True)

Variable Documentation

list render.command = ["d.rast", "map=elevation@PERMANENT"]

Definition at line 1306 of file render.py.

Referenced by F_open(), new_item(), and sqpCommand().

tuple render.image = Map.Render(force = True)

Definition at line 1313 of file render.py.

Definition at line 1307 of file render.py.

string render.name = "elevation"

Definition at line 1305 of file render.py.

Definition at line 46 of file render.py.