|
GRASS Programmer's Manual
6.4.2(2012)
|
OpenGL canvas for Map Display Window. More...


Public Member Functions | |
| def | __init__ |
| def | OnClose |
| def | OnEraseBackground |
| def | OnSize |
| def | OnPaint |
| def | OnMouseAction |
| def | Pixel2Cell |
| Convert image coordinates to real word coordinates. | |
| def | OnLeftUp |
| def | OnQuerySurface |
| Query surface on given position. | |
| def | OnQueryVector |
| Query vector on given position. | |
| def | UpdateView |
| Change view settings. | |
| def | UpdateLight |
| Change light settings. | |
| def | UpdateMap |
| Updates the canvas anytime there is a change to the underlaying images or to the geometry of the canvas. | |
| def | EraseMap |
| Erase the canvas. | |
| def | IsLoaded |
| Check if layer (item) is already loaded. | |
| def | LoadDataLayers |
| Load raster/vector from current layer tree. | |
| def | UnloadDataLayers |
| Unload any layers that have been deleted from layer tree. | |
| def | SetVectorFromCmd |
| Set 3D view properties from cmd (d.vect) | |
| def | SetMapObjProperties |
| Set map object properties. | |
| def | LoadRaster |
| Load 2d raster map and set surface attributes. | |
| def | LoadRaster3d |
| Load 3d raster map and set surface attributes. | |
| def | UnloadRaster |
| Unload 2d raster map. | |
| def | UnloadRaster3d |
| Unload 3d raster map. | |
| def | LoadVector |
| Load 2D or 3D vector map overlay. | |
| def | UnloadVector |
| Unload vector map overlay. | |
| def | Reset |
| Reset (unload data) | |
| def | OnZoomToMap |
| Set display extents to match selected raster or vector map or volume. | |
| def | ResetView |
| Reset to default view. | |
| def | UpdateMapObjProperties |
| Generic method to update data layer properties. | |
| def | UpdateSurfaceProperties |
| Update surface map object properties. | |
| def | UpdateVolumeProperties |
| Update volume (isosurface/slice) map object properties. | |
| def | UpdateVectorProperties |
| Update vector layer properties. | |
| def | UpdateVectorLinesProperties |
| Update vector line map object properties. | |
| def | UpdateVectorPointsProperties |
| Update vector point map object properties. | |
| def | GetLayerNames |
| Return list of map layer names of given type. | |
| def | GetLayerId |
| Get layer object id or -1. | |
| def | SaveToFile |
| This draws the DC to a buffer that can be saved to a file. | |
| def | GetDisplay |
| Get display instance. | |
| def | ZoomToMap |
| Reset view. | |
Data Fields | |
| parent | |
| init | |
| self.lmgr.nviz.UpdateSettings() | |
| initView | |
| render | |
| layers | |
| qpoints | |
| log | |
| nvizThread | |
| img | |
| size | |
| view | |
| iview | |
| nvizDefault | |
| light | |
| resize | |
OpenGL canvas for Map Display Window.
Definition at line 69 of file nviz_mapdisp.py.
| def gui_modules.nviz_mapdisp.GLWindow.__init__ | ( | self, | |
| parent, | |||
id = wx.ID_ANY, |
|||
Map = None, |
|||
tree = None, |
|||
lmgr = None |
|||
| ) |
Definition at line 72 of file nviz_mapdisp.py.
| def gui_modules.nviz_mapdisp.GLWindow.EraseMap | ( | self | ) |
Erase the canvas.
Definition at line 367 of file nviz_mapdisp.py.
| def gui_modules.nviz_mapdisp.GLWindow.GetDisplay | ( | self | ) |
Get display instance.
Definition at line 1152 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.NvizThread._display, and gui_modules.nviz_mapdisp.GLWindow._display.
| def gui_modules.nviz_mapdisp.GLWindow.GetLayerId | ( | self, | |
| type, | |||
| name | |||
| ) |
Get layer object id or -1.
Definition at line 1108 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.layers, gui_modules.gselect.VectorDBInfo.layers, gui_modules.gdialogs.AddMapLayersDialog.layers, and gui_modules.dbm.LayerListCtrl.layers.
Referenced by gui_modules.nviz_mapdisp.GLWindow.UpdateVectorLinesProperties(), and gui_modules.nviz_mapdisp.GLWindow.UpdateVectorPointsProperties().
| def gui_modules.nviz_mapdisp.GLWindow.GetLayerNames | ( | self, | |
| type | |||
| ) |
Return list of map layer names of given type.
Definition at line 1095 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.layers, gui_modules.gselect.VectorDBInfo.layers, gui_modules.gdialogs.AddMapLayersDialog.layers, and gui_modules.dbm.LayerListCtrl.layers.
Referenced by gui_modules.nviz_mapdisp.GLWindow.LoadRaster3d(), gui_modules.nviz_mapdisp.GLWindow.OnPaint(), and gui_modules.nviz_mapdisp.GLWindow.UnloadRaster3d().
| def gui_modules.nviz_mapdisp.GLWindow.IsLoaded | ( | self, | |
| item | |||
| ) |
Check if layer (item) is already loaded.
| item | layer item |
Definition at line 373 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow._GetDataLayers().
| def gui_modules.nviz_mapdisp.GLWindow.LoadDataLayers | ( | self | ) |
Load raster/vector from current layer tree.
Definition at line 413 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow._GetDataLayers(), gui_modules.nviz_mapdisp.GLWindow.init, gui_modules.nviz_mapdisp.GLWindow.layers, gui_modules.gselect.VectorDBInfo.layers, gui_modules.gdialogs.AddMapLayersDialog.layers, gui_modules.dbm.LayerListCtrl.layers, gui_modules.nviz_mapdisp.GLWindow.LoadRaster(), gui_modules.nviz_mapdisp.GLWindow.LoadRaster3d(), gui_modules.nviz_mapdisp.GLWindow.LoadVector(), gui_modules.workspace.ProcessWorkspaceFile.tree, gui_modules.menudata.MenuData.tree, gui_modules.mapdisp_window.MapWindow.tree, gui_modules.gcpmapdisp.MapFrame.tree, gui_modules.mapdisp.MapFrame.tree, gui_modules.ghelp.MenuTreeWindow.tree, gui_modules.ghelp.InstallExtensionWindow.tree, and gui_modules.gmodeler.ProcessModelFile.tree.
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnPaint().
| def gui_modules.nviz_mapdisp.GLWindow.LoadRaster | ( | self, | |
| item | |||
| ) |
Load 2d raster map and set surface attributes.
| layer | item |
Definition at line 574 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow._loadRaster().
Referenced by gui_modules.nviz_mapdisp.GLWindow.LoadDataLayers().
| def gui_modules.nviz_mapdisp.GLWindow.LoadRaster3d | ( | self, | |
| item | |||
| ) |
Load 3d raster map and set surface attributes.
| layer | item |
Definition at line 581 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow._loadRaster(), gui_modules.nviz_mapdisp.GLWindow.GetLayerNames(), gui_modules.mapdisp_window.MapWindow.GetSelectedLayer(), gui_modules.mapdisp_window.MapWindow.lmgr, gui_modules.layertree.LayerTree.lmgr, gui_modules.workspace.WriteWorkspaceFile.lmgr, gui_modules.toolbars.NvizToolbar.lmgr, and gui_modules.nviz_mapdisp.GLWindow.SetMapObjProperties().
Referenced by gui_modules.nviz_mapdisp.GLWindow.LoadDataLayers().
| def gui_modules.nviz_mapdisp.GLWindow.LoadVector | ( | self, | |
| item, | |||
points = None |
|||
| ) |
Load 2D or 3D vector map overlay.
| item | layer item |
| points | True to load points, False to load lines, None to load both |
Definition at line 694 of file nviz_mapdisp.py.
References gui_modules.mapdisp_window.MapWindow.GetSelectedLayer(), gui_modules.mapdisp_window.MapWindow.lmgr, gui_modules.layertree.LayerTree.lmgr, gui_modules.workspace.WriteWorkspaceFile.lmgr, gui_modules.toolbars.NvizToolbar.lmgr, and gui_modules.nviz_mapdisp.GLWindow.SetMapObjProperties().
Referenced by gui_modules.nviz_mapdisp.GLWindow.LoadDataLayers().
| def gui_modules.nviz_mapdisp.GLWindow.OnClose | ( | self, | |
| event | |||
| ) |
Definition at line 147 of file nviz_mapdisp.py.
References gui_modules.gmodeler.Model.Reset(), gui_modules.ghelp.SearchModuleWindow.Reset(), gui_modules.gselect.VectorDBInfo.Reset(), gui_modules.gselect.LayerSelect.Reset(), gui_modules.nviz_mapdisp.GLWindow.Reset(), gui_modules.gmodeler.ModelSearchDialog.Reset(), and gui_modules.gmodeler.VariablePanel.Reset().
| def gui_modules.nviz_mapdisp.GLWindow.OnEraseBackground | ( | self, | |
| event | |||
| ) |
Definition at line 151 of file nviz_mapdisp.py.
| def gui_modules.nviz_mapdisp.GLWindow.OnLeftUp | ( | self, | |
| event | |||
| ) |
| def gui_modules.nviz_mapdisp.GLWindow.OnMouseAction | ( | self, | |
| event | |||
| ) |
Definition at line 204 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.iview, gui_modules.mapdisp_window.MapWindow.lmgr, gui_modules.layertree.LayerTree.lmgr, gui_modules.workspace.WriteWorkspaceFile.lmgr, gui_modules.toolbars.NvizToolbar.lmgr, gui_modules.histogram.BufferedWindow.OnPaint(), gui_modules.nviz_mapdisp.GLWindow.OnPaint(), gui_modules.mapdisp_window.BufferedWindow.OnPaint(), gui_modules.colorrules.BufferedWindow.OnPaint(), and gui_modules.nviz_mapdisp.GLWindow.view.
| def gui_modules.nviz_mapdisp.GLWindow.OnPaint | ( | self, | |
| event | |||
| ) |
Definition at line 166 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.GetLayerNames(), gui_modules.mapdisp_window.MapWindow.GetSelectedLayer(), gui_modules.nviz_mapdisp.GLWindow.init, gui_modules.nviz_mapdisp.GLWindow.initView, gui_modules.mapdisp_window.MapWindow.lmgr, gui_modules.layertree.LayerTree.lmgr, gui_modules.workspace.WriteWorkspaceFile.lmgr, gui_modules.toolbars.NvizToolbar.lmgr, gui_modules.nviz_mapdisp.GLWindow.LoadDataLayers(), gui_modules.nviz_mapdisp.GLWindow.ResetView(), gui_modules.nviz_mapdisp.GLWindow.UnloadDataLayers(), gui_modules.nviz_mapdisp.GLWindow.UpdateMap(), and gui_modules.mapdisp_window.BufferedWindow.UpdateMap().
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnMouseAction().
| def gui_modules.nviz_mapdisp.GLWindow.OnQuerySurface | ( | self, | |
| event | |||
| ) |
Query surface on given position.
Definition at line 263 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.qpoints.
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnLeftUp().
| def gui_modules.nviz_mapdisp.GLWindow.OnQueryVector | ( | self, | |
| event | |||
| ) |
Query vector on given position.
Definition at line 298 of file nviz_mapdisp.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnLeftUp().
| def gui_modules.nviz_mapdisp.GLWindow.OnSize | ( | self, | |
| event | |||
| ) |
Definition at line 154 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.size, and gui_modules.gmodeler.ProcessModelFile.size.
| def gui_modules.nviz_mapdisp.GLWindow.OnZoomToMap | ( | self, | |
| event | |||
| ) |
Set display extents to match selected raster or vector map or volume.
Definition at line 803 of file nviz_mapdisp.py.
References gui_modules.mapdisp_window.MapWindow.GetSelectedLayer().
| def gui_modules.nviz_mapdisp.GLWindow.Pixel2Cell | ( | self, | |
| x, | |||
| y | |||
| ) |
Convert image coordinates to real word coordinates.
| x,y | image coordinates |
Definition at line 239 of file nviz_mapdisp.py.
Referenced by gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftDownAddLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftDownDisplayCA(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftDownEditLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftUpConnectLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftUpCopyLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftUpModifyLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftUpVarious(), and gui_modules.mapdisp_window.MapWindow.OnMotion().
| def gui_modules.nviz_mapdisp.GLWindow.Reset | ( | self | ) |
Reset (unload data)
Definition at line 790 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.init, gui_modules.nviz_mapdisp.GLWindow.layers, gui_modules.gselect.VectorDBInfo.layers, gui_modules.gdialogs.AddMapLayersDialog.layers, gui_modules.dbm.LayerListCtrl.layers, gui_modules.nviz_mapdisp.GLWindow.UnloadRaster(), gui_modules.nviz_mapdisp.GLWindow.UnloadRaster3d(), and gui_modules.nviz_mapdisp.GLWindow.UnloadVector().
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnClose().
| def gui_modules.nviz_mapdisp.GLWindow.ResetView | ( | self | ) |
Reset to default view.
Definition at line 819 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.iview, and gui_modules.nviz_mapdisp.GLWindow.view.
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnPaint().
| def gui_modules.nviz_mapdisp.GLWindow.SaveToFile | ( | self, | |
| FileName, | |||
| FileType, | |||
| width, | |||
| height | |||
| ) |
This draws the DC to a buffer that can be saved to a file.
| FileName | file name |
| FileType | type of bitmap |
| width | image width |
| height | image height |
Definition at line 1132 of file nviz_mapdisp.py.
| def gui_modules.nviz_mapdisp.GLWindow.SetMapObjProperties | ( | self, | |
| item, | |||
| id, | |||
| nvizType | |||
| ) |
Set map object properties.
Properties must be afterwards updated by UpdateMapObjProperties().
| item | layer item |
| id | nviz layer id (or -1) |
| nvizType | nviz data type (surface, points, vector) |
Definition at line 511 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.SetVectorFromCmd().
Referenced by gui_modules.nviz_mapdisp.GLWindow.LoadRaster3d(), and gui_modules.nviz_mapdisp.GLWindow.LoadVector().
| def gui_modules.nviz_mapdisp.GLWindow.SetVectorFromCmd | ( | self, | |
| item, | |||
| data | |||
| ) |
Set 3D view properties from cmd (d.vect)
| item | Layer Tree item |
| nviz | data |
Definition at line 493 of file nviz_mapdisp.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.SetMapObjProperties().
| def gui_modules.nviz_mapdisp.GLWindow.UnloadDataLayers | ( | self | ) |
Unload any layers that have been deleted from layer tree.
Definition at line 459 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow._GetDataLayers(), gui_modules.nviz_mapdisp.GLWindow.layers, gui_modules.gselect.VectorDBInfo.layers, gui_modules.gdialogs.AddMapLayersDialog.layers, gui_modules.dbm.LayerListCtrl.layers, gui_modules.workspace.ProcessWorkspaceFile.tree, gui_modules.menudata.MenuData.tree, gui_modules.mapdisp_window.MapWindow.tree, gui_modules.gcpmapdisp.MapFrame.tree, gui_modules.mapdisp.MapFrame.tree, gui_modules.ghelp.MenuTreeWindow.tree, gui_modules.ghelp.InstallExtensionWindow.tree, gui_modules.gmodeler.ProcessModelFile.tree, gui_modules.nviz_mapdisp.GLWindow.UnloadRaster(), gui_modules.nviz_mapdisp.GLWindow.UnloadRaster3d(), gui_modules.nviz_mapdisp.GLWindow.UnloadVector(), and gui_modules.nviz_mapdisp.GLWindow.UpdateView().
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnPaint().
| def gui_modules.nviz_mapdisp.GLWindow.UnloadRaster | ( | self, | |
| item | |||
| ) |
Unload 2d raster map.
| layer | item |
Definition at line 638 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow._unloadRaster().
Referenced by gui_modules.nviz_mapdisp.GLWindow.Reset(), and gui_modules.nviz_mapdisp.GLWindow.UnloadDataLayers().
| def gui_modules.nviz_mapdisp.GLWindow.UnloadRaster3d | ( | self, | |
| item | |||
| ) |
Unload 3d raster map.
| layer | item |
Definition at line 645 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow._unloadRaster(), gui_modules.nviz_mapdisp.GLWindow.GetLayerNames(), gui_modules.mapdisp_window.MapWindow.lmgr, gui_modules.layertree.LayerTree.lmgr, gui_modules.workspace.WriteWorkspaceFile.lmgr, and gui_modules.toolbars.NvizToolbar.lmgr.
Referenced by gui_modules.nviz_mapdisp.GLWindow.Reset(), and gui_modules.nviz_mapdisp.GLWindow.UnloadDataLayers().
| def gui_modules.nviz_mapdisp.GLWindow.UnloadVector | ( | self, | |
| item, | |||
points = None |
|||
| ) |
Unload vector map overlay.
| item | layer item |
| points,lines | True to unload given feature type |
Definition at line 746 of file nviz_mapdisp.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.Reset(), and gui_modules.nviz_mapdisp.GLWindow.UnloadDataLayers().
| def gui_modules.nviz_mapdisp.GLWindow.UpdateLight | ( | self, | |
| event | |||
| ) |
Change light settings.
Definition at line 317 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.light.
| def gui_modules.nviz_mapdisp.GLWindow.UpdateMap | ( | self, | |
render = True |
|||
| ) |
Updates the canvas anytime there is a change to the underlaying images or to the geometry of the canvas.
| render | re-render map composition |
Definition at line 326 of file nviz_mapdisp.py.
Referenced by gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftDownAddLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftDownDisplayCA(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftDownUndo(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftUpBulkLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftUpConnectLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftUpCopyLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftUpModifyLine(), gui_modules.mapdisp_vdigit.VDigitWindow.OnLeftUpVarious(), gui_modules.nviz_mapdisp.GLWindow.OnPaint(), gui_modules.gcpmapdisp.MapFrame.OnZoomRegion(), and gui_modules.mapdisp.MapFrame.OnZoomRegion().
| def gui_modules.nviz_mapdisp.GLWindow.UpdateMapObjProperties | ( | self, | |
| event | |||
| ) |
Generic method to update data layer properties.
Definition at line 842 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.UpdateSurfaceProperties(), gui_modules.nviz_mapdisp.GLWindow.UpdateVectorProperties(), and gui_modules.nviz_mapdisp.GLWindow.UpdateVolumeProperties().
| def gui_modules.nviz_mapdisp.GLWindow.UpdateSurfaceProperties | ( | self, | |
| id, | |||
| data | |||
| ) |
Update surface map object properties.
Definition at line 866 of file nviz_mapdisp.py.
References gui_modules.psmap_dialogs.type.
Referenced by gui_modules.nviz_mapdisp.GLWindow.UpdateMapObjProperties().
| def gui_modules.nviz_mapdisp.GLWindow.UpdateVectorLinesProperties | ( | self, | |
| id, | |||
| data | |||
| ) |
Update vector line map object properties.
Definition at line 1019 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.GetLayerId().
Referenced by gui_modules.nviz_mapdisp.GLWindow.UpdateVectorProperties().
| def gui_modules.nviz_mapdisp.GLWindow.UpdateVectorPointsProperties | ( | self, | |
| id, | |||
| data | |||
| ) |
Update vector point map object properties.
Definition at line 1058 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.GetLayerId().
Referenced by gui_modules.nviz_mapdisp.GLWindow.UpdateVectorProperties().
| def gui_modules.nviz_mapdisp.GLWindow.UpdateVectorProperties | ( | self, | |
| id, | |||
| data, | |||
| type | |||
| ) |
Update vector layer properties.
| id | layer id |
| data | properties |
| type | lines/points |
Definition at line 1007 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.UpdateVectorLinesProperties(), and gui_modules.nviz_mapdisp.GLWindow.UpdateVectorPointsProperties().
Referenced by gui_modules.nviz_mapdisp.GLWindow.UpdateMapObjProperties().
| def gui_modules.nviz_mapdisp.GLWindow.UpdateView | ( | self, | |
| event | |||
| ) |
Change view settings.
Definition at line 303 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.GLWindow.iview, and gui_modules.nviz_mapdisp.GLWindow.view.
Referenced by gui_modules.nviz_mapdisp.GLWindow.UnloadDataLayers().
| def gui_modules.nviz_mapdisp.GLWindow.UpdateVolumeProperties | ( | self, | |
| id, | |||
| data, | |||
isosurfId = None |
|||
| ) |
Update volume (isosurface/slice) map object properties.
Definition at line 952 of file nviz_mapdisp.py.
References gui_modules.psmap_dialogs.type.
Referenced by gui_modules.nviz_mapdisp.GLWindow.UpdateMapObjProperties().
| def gui_modules.nviz_mapdisp.GLWindow.ZoomToMap | ( | self | ) |
Reset view.
Definition at line 1156 of file nviz_mapdisp.py.
| gui_modules.nviz_mapdisp.GLWindow.img |
Definition at line 120 of file nviz_mapdisp.py.
| gui_modules.nviz_mapdisp.GLWindow.init |
self.lmgr.nviz.UpdateSettings()
Definition at line 80 of file nviz_mapdisp.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.LoadDataLayers(), gui_modules.nviz_mapdisp.GLWindow.OnPaint(), and gui_modules.nviz_mapdisp.GLWindow.Reset().
| gui_modules.nviz_mapdisp.GLWindow.initView |
Definition at line 81 of file nviz_mapdisp.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnPaint().
| gui_modules.nviz_mapdisp.GLWindow.iview |
Definition at line 129 of file nviz_mapdisp.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnMouseAction(), gui_modules.nviz_mapdisp.GLWindow.ResetView(), and gui_modules.nviz_mapdisp.GLWindow.UpdateView().
| gui_modules.nviz_mapdisp.GLWindow.layers |
Definition at line 90 of file nviz_mapdisp.py.
Referenced by gui_modules.render.Map.Clean(), gui_modules.render.Map.DeleteLayer(), gui_modules.nviz_mapdisp.GLWindow.GetLayerId(), gui_modules.render.Map.GetLayerIndex(), gui_modules.nviz_mapdisp.GLWindow.GetLayerNames(), gui_modules.render.Map.GetListOfLayers(), gui_modules.nviz_mapdisp.GLWindow.LoadDataLayers(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.workspace.ProcessGrcFile.read(), gui_modules.render.Map.RemoveLayer(), gui_modules.render.Map.ReorderLayers(), gui_modules.nviz_mapdisp.GLWindow.Reset(), gui_modules.nviz_mapdisp.GLWindow.UnloadDataLayers(), and gui_modules.toolbars.VDigitToolbar.UpdateListOfLayers().
| gui_modules.nviz_mapdisp.GLWindow.light |
Definition at line 132 of file nviz_mapdisp.py.
Referenced by gui_modules.toolbars.NvizToolbar.OnShowPage(), and gui_modules.nviz_mapdisp.GLWindow.UpdateLight().
| gui_modules.nviz_mapdisp.GLWindow.log |
Definition at line 103 of file nviz_mapdisp.py.
Referenced by gui_modules.toolbars.VDigitToolbar.OnSelectMap().
| gui_modules.nviz_mapdisp.GLWindow.nvizDefault |
Definition at line 131 of file nviz_mapdisp.py.
| gui_modules.nviz_mapdisp.GLWindow.nvizThread |
Definition at line 110 of file nviz_mapdisp.py.
| gui_modules.nviz_mapdisp.GLWindow.parent |
Definition at line 73 of file nviz_mapdisp.py.
Referenced by gui_modules.wxvdigit.VDigitError.Database(), gui_modules.wxvdigit.VDigitError.DbExecute(), gui_modules.wxvdigit.VDigitError.DbLink(), gui_modules.wxvdigit.VDigitError.DeadLine(), gui_modules.wxvdigit.VDigitError.Driver(), gui_modules.wxvdigit.VDigitError.FeatureType(), gui_modules.wxvdigit.VDigitError.NoMap(), wxgui.GMFrame.OnPsMap(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.toolbars.VDigitToolbar.OnSettings(), gui_modules.toolbars.NvizToolbar.OnSettings(), gui_modules.toolbars.AbstractToolbar.OnTool(), gui_modules.toolbars.VDigitToolbar.OnZBulk(), gui_modules.wxvdigit.VDigitError.ReadLine(), gui_modules.toolbars.VDigitToolbar.StopEditing(), and gui_modules.wxvdigit.VDigitError.WriteLine().
| gui_modules.nviz_mapdisp.GLWindow.qpoints |
Definition at line 92 of file nviz_mapdisp.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnQuerySurface().
| gui_modules.nviz_mapdisp.GLWindow.render |
Definition at line 84 of file nviz_mapdisp.py.
| gui_modules.nviz_mapdisp.GLWindow.resize |
Definition at line 334 of file nviz_mapdisp.py.
| gui_modules.nviz_mapdisp.GLWindow.size |
Definition at line 123 of file nviz_mapdisp.py.
Referenced by gui_modules.preferences.PreferencesDialog.__init__(), gui_modules.gmodeler.PreferencesDialog.__init__(), and gui_modules.nviz_mapdisp.GLWindow.OnSize().
| gui_modules.nviz_mapdisp.GLWindow.view |
Definition at line 128 of file nviz_mapdisp.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnMouseAction(), gui_modules.toolbars.NvizToolbar.OnShowPage(), gui_modules.nviz_mapdisp.GLWindow.ResetView(), and gui_modules.nviz_mapdisp.GLWindow.UpdateView().