GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
def | SetConstantDefaultProp |
def | SetSurfaceDefaultProp |
def | SetVolumeDefaultProp |
def | SetIsosurfaceDefaultProp |
Set default isosurface properties. More... | |
def | SetSliceDefaultProp |
Set default slice properties. More... | |
def | SetVectorDefaultProp |
def | SetVectorLinesDefaultProp |
def | SetVectorPointsDefaultProp |
Definition at line 26 of file nviz/workspace.py.
def workspace.NvizSettings.__init__ | ( | self | ) |
Definition at line 27 of file nviz/workspace.py.
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.