Changeset 5261
- Timestamp:
- Apr 17, 2015, 11:40:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/nanovisviewer.tcl
r5246 r5261 81 81 82 82 # The following methods are only used by this class. 83 84 83 private method AddNewMarker { x y } 85 84 private method AdjustSetting {what {value ""}} … … 137 136 private variable _serverDatasets ;# contains all the dataobj-component 138 137 ;# to volumes in the server 139 private variable _recvdDatasets ;# list of data objs to send to server140 141 private variable _reset 1 ;# Connection to server has been reset.142 private variable _click ;# Info used for rotate operations.143 private variable _limits ;# Autoscale min/max for all axes144 private variable _view ;# View params for 3D view138 private variable _recvdDatasets ;# list of data objs to send to server 139 140 private variable _reset 1 ;# Connection to server has been reset. 141 private variable _click ;# Info used for rotate operations. 142 private variable _limits ;# Autoscale min/max for all axes 143 private variable _view ;# View params for 3D view 145 144 private variable _parsedFunction 146 145 private variable _transferFunctionEditors 147 146 private variable _settings 148 private variable _first "" ;# This is the topmost volume.149 private variable _current "" ;# Currently selected component147 private variable _first "" ;# This is the topmost volume. 148 private variable _current "" ;# Currently selected component 150 149 private variable _volcomponents ;# Array of components found 151 150 private variable _componentsList ;# Array of components found … … 153 152 private variable _cname2defaultcolormap 154 153 155 common _downloadPopup ;# download options from popup154 common _downloadPopup ;# download options from popup 156 155 private common _hardcopy 157 156 private variable _width 0
Note: See TracChangeset
for help on using the changeset viewer.