Changeset 5262 for branches/1.4
- Timestamp:
- Apr 17, 2015, 8:43:49 PM (10 years ago)
- Location:
- branches/1.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4
-
branches/1.4/gui/scripts/nanovisviewer.tcl
r5248 r5262 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 ""}} … … 138 137 private variable _serverDatasets ;# contains all the dataobj-component 139 138 ;# to volumes in the server 140 private variable _recvdDatasets ;# list of data objs to send to server141 142 private variable _reset 1 ;# Connection to server has been reset.143 private variable _click ;# Info used for rotate operations.144 private variable _limits ;# Autoscale min/max for all axes145 private variable _view ;# View params for 3D view139 private variable _recvdDatasets ;# list of data objs to send to server 140 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 axes 144 private variable _view ;# View params for 3D view 146 145 private variable _parsedFunction 147 146 private variable _transferFunctionEditors … … 149 148 private variable _widget 150 149 151 private variable _first "" ;# This is the topmost volume.152 private variable _current "" ;# Currently selected component150 private variable _first "" ;# This is the topmost volume. 151 private variable _current "" ;# Currently selected component 153 152 private variable _volcomponents ;# Array of components found 154 153 private variable _componentsList ;# Array of components found … … 156 155 private variable _cname2defaultcolormap 157 156 158 common _downloadPopup ;# download options from popup157 common _downloadPopup ;# download options from popup 159 158 private common _hardcopy 160 159 private variable _width 0
Note: See TracChangeset
for help on using the changeset viewer.