GRASS Programmer's Manual  6.4.4(2014)-r
workspace.NvizSettings Class Reference
Inheritance diagram for workspace.NvizSettings:
Collaboration diagram for workspace.NvizSettings:

Public Member Functions

def __init__ (self)
 
def SetConstantDefaultProp (self)
 
def SetSurfaceDefaultProp
 
def SetVolumeDefaultProp (self)
 
def SetIsosurfaceDefaultProp (self)
 Set default isosurface properties. More...
 
def SetSliceDefaultProp (self)
 Set default slice properties. More...
 
def SetVectorDefaultProp
 
def SetVectorLinesDefaultProp (self, data)
 
def SetVectorPointsDefaultProp (self, data)
 

Detailed Description

Definition at line 26 of file nviz/workspace.py.

Constructor & Destructor Documentation

def workspace.NvizSettings.__init__ (   self)

Definition at line 27 of file nviz/workspace.py.

Member Function Documentation

def workspace.NvizSettings.SetConstantDefaultProp (   self)
Set default constant data properties

Definition at line 30 of file nviz/workspace.py.

def workspace.NvizSettings.SetIsosurfaceDefaultProp (   self)

Set default isosurface properties.

Definition at line 142 of file nviz/workspace.py.

def workspace.NvizSettings.SetSliceDefaultProp (   self)

Set default slice properties.

Definition at line 156 of file nviz/workspace.py.

def workspace.NvizSettings.SetSurfaceDefaultProp (   self,
  data = None 
)
Set default surface data properties

Definition at line 40 of file nviz/workspace.py.

def workspace.NvizSettings.SetVectorDefaultProp (   self,
  data = None 
)
Set default vector data properties

Definition at line 167 of file nviz/workspace.py.

References workspace.NvizSettings.SetVectorLinesDefaultProp(), and workspace.NvizSettings.SetVectorPointsDefaultProp().

def workspace.NvizSettings.SetVectorLinesDefaultProp (   self,
  data 
)
Set default vector properties -- lines

Definition at line 179 of file nviz/workspace.py.

Referenced by workspace.NvizSettings.SetVectorDefaultProp().

def workspace.NvizSettings.SetVectorPointsDefaultProp (   self,
  data 
)
Set default vector properties -- points

Definition at line 210 of file nviz/workspace.py.

Referenced by workspace.NvizSettings.SetVectorDefaultProp().

def workspace.NvizSettings.SetVolumeDefaultProp (   self)
Set default volume data properties

Definition at line 94 of file nviz/workspace.py.


The documentation for this class was generated from the following file: